vendor/assets/stylesheets/_navbar.scss in active_frontend-12.1.16 vs vendor/assets/stylesheets/_navbar.scss in active_frontend-12.1.17
- old
+ new
@@ -11,11 +11,11 @@
background: $color-white;
border-collapse: separate;
border-top: 1px solid $color-haze;
color: $color-black;
display: table;
- height: 50px;
+ height: 49px;
line-height: 1;
table-layout: fixed;
width: 100%;
}
.navbar > a {
@@ -36,9 +36,13 @@
}
.navbar > a.filled:hover,
.navbar > a.filled.active,
.navbar > a.filled:active,
.navbar > a.filled:focus { background: darken($color-primary, 5%); }
+.navbar > a > i {
+ display: inline-block;
+ margin-top: 2px;
+}
/* # Styles
================================================== */
.navbar-fixed {
bottom: 0;
\ No newline at end of file