Change left menu border width

This commit is contained in:
Pierre Burgy 2017-08-16 13:56:39 +02:00
parent e952fcfe01
commit 3e2acaf18e
2 changed files with 4 additions and 4 deletions

View File

@ -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 {