@@ -160,4 +160,11 @@ html[dark] {
border-color: #aaa !important;
}
+
+ // Button
+ .grw-three-stranded-button {
+ .btn.btn-outline-primary {
+ @include three-stranded-button(darken($primary, 30%), lighten($primary, 15%), lighten($primary, 25%));
+ }