Minor style fixes

This commit is contained in:
Torkel Ödegaard 2019-02-11 13:24:02 +01:00
parent a4dd63e224
commit b14958edef
2 changed files with 3 additions and 2 deletions

View File

@ -16,6 +16,7 @@
border-radius: $border-radius; border-radius: $border-radius;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: center;
} }
// Alternate styles // Alternate styles
@ -62,7 +63,6 @@
.alert-title { .alert-title {
font-weight: $font-weight-semi-bold; font-weight: $font-weight-semi-bold;
padding-bottom: 2px;
} }
.alert-icon { .alert-icon {

View File

@ -117,7 +117,8 @@
.navbar-button { .navbar-button {
@include buttonBackground($btn-inverse-bg, $btn-inverse-bg-hl, $btn-inverse-text-color, $btn-inverse-text-shadow); @include buttonBackground($btn-inverse-bg, $btn-inverse-bg-hl, $btn-inverse-text-color, $btn-inverse-text-shadow);
display: inline-block; display: flex;
align-items: center;
font-weight: $btn-font-weight; font-weight: $btn-font-weight;
padding: 6px 11px; padding: 6px 11px;
line-height: 16px; line-height: 16px;