Bläddra i källkod

fix btn-fill style

yusuketk 6 år sedan
förälder
incheckning
399491044e
2 ändrade filer med 2 tillägg och 2 borttagningar
  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;