Răsfoiți Sursa

Merge pull request #2888 from weseek/feat/gw4061-editbutton-default-dark

Add theree-standed-button of default-dark color.
Yuki Takei 5 ani în urmă
părinte
comite
72b198ea9d
1 a modificat fișierele cu 7 adăugiri și 2 ștergeri
  1. 7 2
      src/client/styles/scss/theme/default.scss

+ 7 - 2
src/client/styles/scss/theme/default.scss

@@ -204,6 +204,11 @@ html[dark] {
   @import 'apply-colors';
   @import 'apply-colors-dark';
 
-  // Button
-  // [TODO: appply colors to three stranded button]
+  //Button
+  .grw-three-stranded-button {
+    .btn.btn-outline-primary {
+      @include three-stranded-button(lighten($primary, 30%), lighten($primary, 20%), $primary, darken($primary, 20%));
+    }
+  }
+
 }