mirror of
https://github.com/strapi/strapi.git
synced 2025-11-12 00:03:40 +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-bottom: 0.2rem;
|
||||||
padding-left: 1.6rem;
|
padding-left: 1.6rem;
|
||||||
min-height: 4rem;
|
min-height: 4rem;
|
||||||
border-left: 0.4rem solid transparent;
|
border-left: 0.3rem solid transparent;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: $left-menu-link-color;
|
color: $left-menu-link-color;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: $left-menu-link-hover;
|
background: $left-menu-link-hover;
|
||||||
border-left: 0.4rem solid $strapi-blue;
|
border-left: 0.3rem solid $strapi-blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
@ -24,7 +24,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.linkActive {
|
.linkActive {
|
||||||
border-left: 0.4rem solid $strapi-blue;
|
border-left: 0.3rem solid $strapi-blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
.linkIcon {
|
.linkIcon {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user