mirror of
https://github.com/strapi/strapi.git
synced 2025-10-17 19:13:25 +00:00
Fix conflicts
This commit is contained in:
commit
b7712cf512
1
packages/strapi-admin/.gitignore
vendored
1
packages/strapi-admin/.gitignore
vendored
@ -1,6 +1,7 @@
|
||||
# Don't check auto-generated stuff into git
|
||||
coverage
|
||||
node_modules
|
||||
build
|
||||
stats.json
|
||||
package-lock.json
|
||||
|
||||
|
@ -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;
|
||||
|
@ -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"
|
||||
/>
|
||||
|
@ -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 {
|
||||
|
@ -44,4 +44,4 @@
|
||||
"npm": ">= 3.0.0"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
@ -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 {
|
||||
|
@ -48,4 +48,4 @@
|
||||
"react-select": "^1.0.0-rc.5",
|
||||
"strapi-helper-plugin": "3.0.0-alpha.6.7"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -48,4 +48,4 @@
|
||||
"npm": ">= 3.0.0"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
}
|
||||
|
@ -45,4 +45,4 @@
|
||||
"npm": ">= 3.0.0"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user