yusuketk 5 lat temu
rodzic
commit
6ae3ec707a
1 zmienionych plików z 7 dodań i 7 usunięć
  1. 7 7
      src/client/styles/scss/atoms/_buttons.scss

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

@@ -33,32 +33,32 @@
 // fill button style
 // fill button style
 :root .btn.btn-fill {
 :root .btn.btn-fill {
   position: relative;
   position: relative;
+  display: flex;
+  justify-content: space-between;
+  min-width: 130px;
+  padding: 0px;
   overflow: hidden;
   overflow: hidden;
   color: white;
   color: white;
   text-align: center;
   text-align: center;
   cursor: pointer;
   cursor: pointer;
   background-color: rgba(lighten(black, 20%), 0.4);
   background-color: rgba(lighten(black, 20%), 0.4);
-  display: flex;
-  min-width: 130px;
-  padding: 0px;
   border: none;
   border: none;
-  justify-content: space-between;
 
 
   .btn-label {
   .btn-label {
     position: relative;
     position: relative;
     z-index: 1;
     z-index: 1;
-    color: white;
     padding: 9px 15px;
     padding: 9px 15px;
+    color: white;
     text-decoration: none;
     text-decoration: none;
   }
   }
 
 
   .btn-label-text {
   .btn-label-text {
     position: relative;
     position: relative;
     z-index: 1;
     z-index: 1;
-    color: white;
     margin: auto;
     margin: auto;
-    text-decoration: none;
+    color: white;
     text-align: center;
     text-align: center;
+    text-decoration: none;
   }
   }
 
 
   // effect
   // effect