Expand arrow
This commit is contained in:
11
style.scss
11
style.scss
@ -82,6 +82,8 @@ nav.main {
|
||||
a.icon {
|
||||
position: relative;
|
||||
padding-left: $icon-width;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
&::before {
|
||||
content: "";
|
||||
@ -113,6 +115,15 @@ nav.main {
|
||||
&.icon-warehouse-management::before {
|
||||
background-image: url("/img/menu-icons/dashboard.svg");
|
||||
}
|
||||
&::after {
|
||||
content: "";
|
||||
margin-left: auto;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
display: block;
|
||||
background-repeat: no-repeat;
|
||||
background-image: url("/img/menu-icons/menu-arrow.svg");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user