mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-09-13 05:13:33 -06:00
Replaced svgs with feathericons.com
This commit is contained in:
@@ -148,7 +148,7 @@
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
fill: $link-color;
|
||||
color: $link-color;
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
@@ -201,5 +201,5 @@ body {
|
||||
.icon {
|
||||
width: $sp-5;
|
||||
height: $sp-5;
|
||||
fill: $link-color;
|
||||
color: $link-color;
|
||||
}
|
||||
|
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user