mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 10:55:37 +00:00
Change left menu border width
This commit is contained in:
parent
e952fcfe01
commit
3e2acaf18e
@ -6,7 +6,7 @@
|
||||
padding-bottom: 0.2rem;
|
||||
padding-left: 1.6rem;
|
||||
min-height: 4rem;
|
||||
border-left: 0.4rem solid transparent;
|
||||
border-left: 0.3rem solid transparent;
|
||||
cursor: pointer;
|
||||
color: $left-menu-link-color;
|
||||
text-decoration: none;
|
||||
@ -14,7 +14,7 @@
|
||||
|
||||
&:hover {
|
||||
background: $left-menu-link-hover;
|
||||
border-left: 0.4rem solid $strapi-blue;
|
||||
border-left: 0.3rem solid $strapi-blue;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
@ -24,7 +24,7 @@
|
||||
}
|
||||
|
||||
.linkActive {
|
||||
border-left: 0.4rem solid $strapi-blue;
|
||||
border-left: 0.3rem solid $strapi-blue;
|
||||
}
|
||||
|
||||
.linkIcon {
|
||||
|
||||
@ -44,4 +44,4 @@
|
||||
"npm": ">= 5.3.0"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user