mirror of
https://github.com/strapi/strapi.git
synced 2025-08-15 04:08:04 +00:00
some fixes before PR
This commit is contained in:
parent
a7b96daab0
commit
b1a01c352d
@ -37,10 +37,8 @@ li.listItem {
|
||||
}
|
||||
.play {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
margin-top: -10px;
|
||||
left: 50%;
|
||||
margin-left: -10px;
|
||||
top: calc(50% - 10px);
|
||||
left: calc(50% - 10px);
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background-color: #0e7de7;
|
||||
|
@ -147,7 +147,7 @@ export class HomePage extends React.PureComponent {
|
||||
? {
|
||||
className: styles.homePageTutorialButton,
|
||||
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',
|
||||
primary: true,
|
||||
}
|
||||
|
@ -66,8 +66,6 @@
|
||||
border-radius: 50%;
|
||||
color: white;
|
||||
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);
|
||||
i:last-of-type {
|
||||
display: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user