Replaced svgs with feathericons.com

This commit is contained in:
Silvio Giebl
2020-06-25 23:48:24 +02:00
parent 3f0b7254a2
commit 597c534279
5 changed files with 25 additions and 15 deletions

View File

@@ -148,7 +148,7 @@
display: inline-block;
width: 100%;
height: 100%;
fill: $link-color;
color: $link-color;
visibility: hidden;
}
}

View File

@@ -201,5 +201,5 @@ body {
.icon {
width: $sp-5;
height: $sp-5;
fill: $link-color;
color: $link-color;
}

View File

@@ -71,7 +71,7 @@
padding-right: #{$nav-list-item-height-sm / 4};
padding-bottom: #{$nav-list-item-height-sm / 4};
padding-left: #{$nav-list-item-height-sm / 4};
fill: $link-color;
color: $link-color;
@include mq(md) {
width: $nav-list-item-height;
@@ -110,7 +110,7 @@
}
.nav-list-expander {
fill: $nav-child-link-color;
color: $nav-child-link-color;
}
}
}

View File

@@ -68,7 +68,7 @@
outline: 0;
+ .search-label .search-icon {
fill: $link-color;
color: $link-color;
}
}
}
@@ -88,7 +88,7 @@
width: #{$sp-4 * 1.2};
height: #{$sp-4 * 1.2};
align-self: center;
fill: $grey-dk-000;
color: $grey-dk-000;
}
}
@@ -171,7 +171,7 @@
width: $sp-4;
height: $sp-4;
margin-right: $sp-2;
fill: $link-color;
color: $link-color;
flex-shrink: 0;
}