mirror of
https://github.com/strapi/strapi.git
synced 2025-10-18 03:23:49 +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
|
# Don't check auto-generated stuff into git
|
||||||
coverage
|
coverage
|
||||||
node_modules
|
node_modules
|
||||||
|
build
|
||||||
stats.json
|
stats.json
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
color: $left-menu-link-color;
|
color: $left-menu-link-color;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: block;
|
display: block;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $white;
|
color: $white;
|
||||||
@ -43,7 +44,6 @@
|
|||||||
.linkIcon {
|
.linkIcon {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-right: 1.2rem;
|
margin-right: 1.2rem;
|
||||||
vertical-align: middle;
|
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
width: 1.4rem;
|
width: 1.4rem;
|
||||||
height: 1.2rem;
|
height: 1.2rem;
|
||||||
|
@ -79,7 +79,7 @@ function LeftMenuLinkContainer({ plugins }) {
|
|||||||
<p className={styles.title}><FormattedMessage {...messages.general} /></p>
|
<p className={styles.title}><FormattedMessage {...messages.general} /></p>
|
||||||
<ul className={styles.list}>
|
<ul className={styles.list}>
|
||||||
<LeftMenuLink
|
<LeftMenuLink
|
||||||
icon="cubes"
|
icon="puzzle-piece"
|
||||||
label={messages.listPlugins.id}
|
label={messages.listPlugins.id}
|
||||||
destination="/list-plugins"
|
destination="/list-plugins"
|
||||||
/>
|
/>
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
&:active {
|
&:active {
|
||||||
box-shadow: inset 1px 1px 3px rgba(0,0,0,.15);
|
box-shadow: inset 1px 1px 3px rgba(0,0,0,.15);
|
||||||
}
|
}
|
||||||
padding-top: 4px;
|
|
||||||
padding-left: 1.6rem;
|
padding-left: 1.6rem;
|
||||||
padding-right: 1.6rem;
|
padding-right: 1.6rem;
|
||||||
&:before {
|
&:before {
|
||||||
|
File diff suppressed because one or more lines are too long
@ -77,7 +77,6 @@
|
|||||||
&:active {
|
&:active {
|
||||||
box-shadow: inset 1px 1px 3px rgba(0,0,0,.15);
|
box-shadow: inset 1px 1px 3px rgba(0,0,0,.15);
|
||||||
}
|
}
|
||||||
padding-top: 4px;
|
|
||||||
padding-left: 1.6rem;
|
padding-left: 1.6rem;
|
||||||
padding-right: 1.6rem;
|
padding-right: 1.6rem;
|
||||||
&:before {
|
&:before {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user