Explorar el Código

success island

kaori-t hace 5 años
padre
commit
d83cb44aaa
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      src/client/styles/scss/theme/island.scss

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

@@ -108,4 +108,11 @@ html[dark] {
       }
     }
   }
+
+  // Button
+  .grw-three-stranded-button {
+    .btn.btn-outline-primary {
+      @include three-stranded-button(darken($primary, 50%), lighten($primary, 5%), darken($primary, 5%));
+    }
+  }
 }