Expand arrow
This commit is contained in:
3
img/menu-icons/menu-arrow.svg
Normal file
3
img/menu-icons/menu-arrow.svg
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512">
|
||||||
|
<path fill="currentColor" d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"></path>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 302 B |
@ -43,6 +43,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="#">Reporting</a>
|
<a href="#">Reporting</a>
|
||||||
<ul>
|
<ul>
|
||||||
@ -53,7 +54,6 @@
|
|||||||
<li><a href="#">Product Warehouse</a></li>
|
<li><a href="#">Product Warehouse</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#">Product Warehouse</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
11
style.scss
11
style.scss
@ -82,6 +82,8 @@ nav.main {
|
|||||||
a.icon {
|
a.icon {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-left: $icon-width;
|
padding-left: $icon-width;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
content: "";
|
content: "";
|
||||||
@ -113,6 +115,15 @@ nav.main {
|
|||||||
&.icon-warehouse-management::before {
|
&.icon-warehouse-management::before {
|
||||||
background-image: url("/img/menu-icons/dashboard.svg");
|
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