yusuketk пре 5 година
родитељ
комит
a6c9910eaa
1 измењених фајлова са 5 додато и 5 уклоњено
  1. 5 5
      src/client/styles/scss/atoms/_buttons.scss

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

@@ -38,26 +38,26 @@
   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);
-  border: none;
-  padding: 0px;
-  min-width: 130px;
   display: flex;
   display: flex;
+  min-width: 130px;
+  padding: 0px;
+  border: none;
   justify-content: space-between;
   justify-content: space-between;
 
 
   .btn-label {
   .btn-label {
     position: relative;
     position: relative;
     z-index: 1;
     z-index: 1;
     color: white;
     color: white;
-    text-decoration: none;
     padding: 9px 15px;
     padding: 9px 15px;
+    text-decoration: none;
   }
   }
 
 
   .btn-label-text {
   .btn-label-text {
     position: relative;
     position: relative;
     z-index: 1;
     z-index: 1;
     color: white;
     color: white;
-    text-decoration: none;
     margin: auto;
     margin: auto;
+    text-decoration: none;
     text-align: center;
     text-align: center;
   }
   }