浏览代码

fix btn-fill style

yusuketk 6 年之前
父节点
当前提交
399491044e
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/client/styles/scss/_login.scss
  2. 1 1
      src/client/styles/scss/atoms/_buttons.scss

+ 1 - 1
src/client/styles/scss/_login.scss

@@ -129,7 +129,7 @@
   }
 
   // button style
-  .btn-fill.login {
+  .btn-fill#login {
     .btn-label {
       background-color: rgba($danger, 0.4);
     }

+ 1 - 1
src/client/styles/scss/atoms/_buttons.scss

@@ -60,7 +60,7 @@
 }
 
 // fill button style
-.btn-fill {
+:root button.btn-fill {
   position: relative;
   overflow: hidden;
   color: white;