This commit is contained in:
2018-09-19 21:43:25 +02:00
parent 1c407a4328
commit f9d3d02e74
482 changed files with 31736 additions and 9897 deletions
+14 -11
View File
@@ -47,13 +47,18 @@
.navbar-section {
height: $header-height-large;
@extend .default-animation;
@include breakpoint(md) {
margin-right: 2rem;
}
}
.logo svg {
width: 150px;
display: inherit;
@extend .default-animation;
.logo {
svg, img {
height: 42px;
display: inherit;
@extend .default-animation;
}
}
// Fixed Header solution
@@ -73,8 +78,10 @@ body.header-fixed.header-animated {
height: $header-height-small;
}
.logo svg {
width: 100px;
.logo {
svg, img {
height: 28px;
}
}
~ .mobile-menu .button_container {
@@ -85,8 +92,4 @@ body.header-fixed.header-animated {
.login-status-wrapper {
white-space: nowrap;
.icon {
font-size: 120%;
}
}