Explorar el Código

success nature

kaori-t hace 5 años
padre
commit
55bb711826
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  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%));
+    }
+  }
 }