소스 검색

Minor style fixes

Torkel Ödegaard 7 년 전
부모
커밋
b14958edef
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      public/sass/components/_alerts.scss
  2. 2 1
      public/sass/components/_navbar.scss

+ 1 - 1
public/sass/components/_alerts.scss

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

+ 2 - 1
public/sass/components/_navbar.scss

@@ -117,7 +117,8 @@
 .navbar-button {
   @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;
   padding: 6px 11px;
   line-height: 16px;