소스 검색

Updated background color on div

Matt Toback 9 년 전
부모
커밋
b6ccd7ffbe
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      public/sass/pages/_login.scss

+ 1 - 2
public/sass/pages/_login.scss

@@ -134,7 +134,7 @@
     border-bottom: 1px solid $gray-1;
     border-bottom: 1px solid $gray-1;
 
 
     .login-divider-text {
     .login-divider-text {
-      background-color: $dark-3;
+      background-color: $panel-bg;
       color: $gray-2;
       color: $gray-2;
       padding: 0 10px;
       padding: 0 10px;
     }
     }
@@ -192,4 +192,3 @@
     }
     }
   }
   }
 }
 }
-