app/assets/stylesheets/locomotive/components/header/_base.scss in locomotivecms-3.0.0.pre.alpha.3 vs app/assets/stylesheets/locomotive/components/header/_base.scss in locomotivecms-3.0.0.pre.beta.1
- old
+ new
@@ -16,11 +16,11 @@
width: 100%;
text-align: center;
}
.navbar-brand {
- font-size: $header_brand_font_size;
+ font-size: $font-size-base + 2;
color: $header_brand_color;
padding-top: 15px;
padding-bottom: 15px;
@@ -28,12 +28,17 @@
vertical-align: baseline;
width: 16px;
margin-right: 3px;
}
- span.default {
+ span.default, span.default a {
font-family: $alt-font-family-sans-serif;
color: rgba($header_brand_color, 1);
+ font-size: $font-size-base + 2;
+
+ &:hover {
+ text-decoration: none;
+ }
}
}
}