Browse Source

success nature

kaori-t 5 năm trước cách đây
mục cha
commit
55bb711826
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      src/client/styles/scss/theme/nature.scss

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

@@ -110,4 +110,11 @@ html[dark] {
       color: $color-link-hover !important;
     }
   }
+
+  // Button
+  .grw-three-stranded-button {
+    .btn.btn-outline-primary {
+      @include three-stranded-button($bgcolor-navbar, lighten($bgcolor-navbar, 65%), lighten($bgcolor-navbar, 70%));
+    }
+  }
 }