Browse Source

implmented the button colors of halloween, future,spring,antarctic

白石誠 5 years ago
parent
commit
b4c5b7c123

+ 7 - 0
src/client/styles/scss/theme/antarctic.scss

@@ -112,6 +112,13 @@ html[dark] {
   @import 'apply-colors';
   @import 'apply-colors';
   @import 'apply-colors-light';
   @import 'apply-colors-light';
 
 
+  //Button
+  .grw-three-stranded-button {
+    .btn.btn-outline-primary {
+      @include three-stranded-button(darken($primary, 30%), lighten($primary, 65%), lighten($primary, 70%));
+    }
+  }
+
   .table {
   .table {
     background-color: $themelight;
     background-color: $themelight;
   }
   }

+ 7 - 0
src/client/styles/scss/theme/future.scss

@@ -89,6 +89,13 @@ html[dark] {
   @import 'apply-colors';
   @import 'apply-colors';
   @import 'apply-colors-dark';
   @import 'apply-colors-dark';
 
 
+  //Button
+  .grw-three-stranded-button {
+    .btn.btn-outline-primary {
+      @include three-stranded-button(lighten($primary, 10%), $primary, darken($primary, 10%), darken($primary, 20%));
+    }
+  }
+
   // headers
   // headers
   @for $i from 1 through 6 {
   @for $i from 1 through 6 {
     h#{$i} {
     h#{$i} {

+ 7 - 0
src/client/styles/scss/theme/halloween.scss

@@ -107,6 +107,13 @@ html[dark] {
   @import 'apply-colors';
   @import 'apply-colors';
   @import 'apply-colors-dark';
   @import 'apply-colors-dark';
 
 
+  //Button
+  .grw-three-stranded-button {
+    .btn.btn-outline-primary {
+      @include three-stranded-button(lighten($primary, 35%), $primary, lighten($primary, 5%), darken($primary, 20%));
+    }
+  }
+
   // Table
   // Table
   .table {
   .table {
     color: $color-global;
     color: $color-global;

+ 7 - 0
src/client/styles/scss/theme/spring.scss

@@ -93,6 +93,13 @@ html[dark] {
   @import 'apply-colors';
   @import 'apply-colors';
   @import 'apply-colors-light';
   @import 'apply-colors-light';
 
 
+  //Button
+  .grw-three-stranded-button {
+    .btn.btn-outline-primary {
+      @include three-stranded-button(darken($primary, 50%), lighten($primary, 5%), lighten($primary, 10%));
+    }
+  }
+
   .growi:not(.login-page) {
   .growi:not(.login-page) {
     // add background-image
     // add background-image
     #page-wrapper,
     #page-wrapper,