Fix conflicts

This commit is contained in:
Jim Laurie 2017-12-07 17:04:24 +01:00
commit b7712cf512
10 changed files with 13 additions and 9 deletions

View File

@ -1,6 +1,7 @@
# Don't check auto-generated stuff into git
coverage
node_modules
build
stats.json
package-lock.json

View File

@ -17,6 +17,7 @@
color: $left-menu-link-color;
text-decoration: none;
display: block;
-webkit-font-smoothing: antialiased;
&:hover {
color: $white;
@ -43,7 +44,6 @@
.linkIcon {
position: relative;
margin-right: 1.2rem;
vertical-align: middle;
font-size: 1.2rem;
width: 1.4rem;
height: 1.2rem;

View File

@ -79,7 +79,7 @@ function LeftMenuLinkContainer({ plugins }) {
<p className={styles.title}><FormattedMessage {...messages.general} /></p>
<ul className={styles.list}>
<LeftMenuLink
icon="cubes"
icon="puzzle-piece"
label={messages.listPlugins.id}
destination="/list-plugins"
/>

View File

@ -60,7 +60,7 @@
&:active {
box-shadow: inset 1px 1px 3px rgba(0,0,0,.15);
}
padding-top: 4px;
padding-left: 1.6rem;
padding-right: 1.6rem;
&:before {

View File

@ -44,4 +44,4 @@
"npm": ">= 3.0.0"
},
"license": "MIT"
}
}

File diff suppressed because one or more lines are too long

View File

@ -77,7 +77,6 @@
&:active {
box-shadow: inset 1px 1px 3px rgba(0,0,0,.15);
}
padding-top: 4px;
padding-left: 1.6rem;
padding-right: 1.6rem;
&:before {

View File

@ -48,4 +48,4 @@
"react-select": "^1.0.0-rc.5",
"strapi-helper-plugin": "3.0.0-alpha.6.7"
}
}
}

View File

@ -48,4 +48,4 @@
"npm": ">= 3.0.0"
},
"license": "MIT"
}
}

View File

@ -45,4 +45,4 @@
"npm": ">= 3.0.0"
},
"license": "MIT"
}
}