zahmis před 5 roky
rodič
revize
33fe42104e
1 změnil soubory, kde provedl 5 přidání a 5 odebrání
  1. 5 5
      src/client/styles/scss/_page-history.scss

+ 5 - 5
src/client/styles/scss/_page-history.scss

@@ -67,20 +67,20 @@
     height: 34px;
     height: 34px;
     padding: 5px 0px;
     padding: 5px 0px;
     font-size: 14px;
     font-size: 14px;
-    background-color: white;
-    border: 1px solid #d8d8d8;
+    background-color: #ffffff;
+    border: 1px solid $gray-300;
     .comparison-source-wrapper {
     .comparison-source-wrapper {
       padding: 0px 14px;
       padding: 0px 14px;
-      border-right: 1px solid #d8d8d8;
+      border-right: 1px solid $gray-300;
       .comparison-source {
       .comparison-source {
-        color: #8e9aa7;
+        color: $gray-500;
       }
       }
     }
     }
     .comparison-target-wrapper {
     .comparison-target-wrapper {
       padding: 0px 14px;
       padding: 0px 14px;
       margin: 1px 2px 0px 2px;
       margin: 1px 2px 0px 2px;
       .comparison-target {
       .comparison-target {
-        color: #8e9aa7;
+        color: $gray-500;
       }
       }
     }
     }
   }
   }