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 { .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;

View File

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

View File

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