Jelajahi Sumber

Add theree-standed-button of default-dark color.

oshikishintaro 5 tahun lalu
induk
melakukan
4c78f27409
1 mengubah file dengan 7 tambahan dan 2 penghapusan
  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';
   @import 'apply-colors-dark';
   @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%));
+    }
+  }
+
 }
 }