@@ -223,3 +223,14 @@
transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
transition-duration: 300ms;
}
+
+@mixin three-stranded-button($textColor, $borderColor, $bgHoverColor, $bgColor: white) {
+ color: $textColor;
+ background-color: $bgColor;
+ border-color: $borderColor;
+ &:hover,
+ &:active {
+ background-color: $bgHoverColor;
+ }
+}
@@ -103,6 +103,12 @@ html[light] {
@import 'apply-colors';
@import 'apply-colors-light';
+ .grw-three-stranded-button {
+ .btn.btn-outline-primary {
+ @include three-stranded-button($primary, lighten($primary, 65%), lighten($primary, 70%));
//== Dark Mode