Merge branch 'improvement/search-button' into improvement/navigation-new

This commit is contained in:
Silvio Giebl
2020-06-15 21:37:31 +02:00
4 changed files with 82 additions and 25 deletions

View File

@@ -164,16 +164,10 @@
}
.site-button {
appearance: none;
display: flex;
height: 100%;
padding: $gutter-spacing-sm;
align-items: center;
color: $link-color;
text-transform: uppercase;
background: transparent;
border: 0;
@include fs-3;
@include mq(md) {
display: none;
@@ -214,3 +208,9 @@ body {
justify-self: end;
}
}
.icon {
width: $sp-5;
height: $sp-5;
fill: $link-color;
}