Просмотр исходного кода

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

oshikishintaro 5 лет назад
Родитель
Сommit
4c78f27409
1 измененных файлов с 7 добавлено и 2 удалено
  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%));
+    }
+  }
+
 }