Răsfoiți Sursa

fix btn-fill style

yusuketk 6 ani în urmă
părinte
comite
399491044e

+ 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;