some fixes before PR

This commit is contained in:
Ky 2019-02-27 14:49:04 +01:00
parent a7b96daab0
commit b1a01c352d
3 changed files with 3 additions and 7 deletions

View File

@ -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;

View File

@ -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,
}

View File

@ -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;