mirror of
https://github.com/strapi/strapi.git
synced 2025-08-15 12:18:38 +00:00
some fixes before PR
This commit is contained in:
parent
a7b96daab0
commit
b1a01c352d
@ -37,10 +37,8 @@ li.listItem {
|
|||||||
}
|
}
|
||||||
.play {
|
.play {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: calc(50% - 10px);
|
||||||
margin-top: -10px;
|
left: calc(50% - 10px);
|
||||||
left: 50%;
|
|
||||||
margin-left: -10px;
|
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
background-color: #0e7de7;
|
background-color: #0e7de7;
|
||||||
|
@ -147,7 +147,7 @@ export class HomePage extends React.PureComponent {
|
|||||||
? {
|
? {
|
||||||
className: styles.homePageTutorialButton,
|
className: styles.homePageTutorialButton,
|
||||||
href:
|
href:
|
||||||
'https://strapi.io/documentation/3.x.x/getting-started/quick-start.html#_3-create-a-content-type',
|
'https://strapi.io/documentation/getting-started/quick-start.html#_3-create-a-content-type',
|
||||||
id: 'app.components.HomePage.button.quickStart',
|
id: 'app.components.HomePage.button.quickStart',
|
||||||
primary: true,
|
primary: true,
|
||||||
}
|
}
|
||||||
|
@ -66,8 +66,6 @@
|
|||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
color: white;
|
color: white;
|
||||||
background: #0e7de7;
|
background: #0e7de7;
|
||||||
-webkit-box-shadow: 0px 2px 4px 0px rgba(227, 233, 243, 1);
|
|
||||||
-moz-box-shadow: 0px 2px 4px 0px rgba(227, 233, 243, 1);
|
|
||||||
box-shadow: 0px 2px 4px 0px rgba(227, 233, 243, 1);
|
box-shadow: 0px 2px 4px 0px rgba(227, 233, 243, 1);
|
||||||
i:last-of-type {
|
i:last-of-type {
|
||||||
display: none;
|
display: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user