feat: Use Fluent SVG icons on the dashboard (#3482)

This commit is contained in:
Pranav Raj S
2021-11-30 21:03:18 -08:00
committed by GitHub
parent 98be3b33c1
commit c792cfc0be
151 changed files with 613 additions and 617 deletions

View File

@@ -31,6 +31,8 @@
.wrap,
.child-icon {
color: $color-gray;
&:hover {
color: $color-woot;
}
@@ -62,7 +64,7 @@
.bottom-nav {
@include flex;
@include space-between-column;
@include padding($space-one $space-normal $space-one $space-one);
@include padding($space-one);
@include border-normal-top;
flex-direction: column;
position: relative;
@@ -111,16 +113,6 @@
line-height: $global-lineheight;
}
.hamburger--menu {
cursor: pointer;
display: none;
margin-right: $space-normal;
@media screen and (max-width: 1200px) {
display: block;
}
}
.header--icon {
display: block;
margin-right: $space-normal;