add btn-shadow modifier

This commit is contained in:
axolotle
2021-07-06 20:42:05 +02:00
parent d8131ef963
commit efb562833b
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
@include gradient-bg($background);
border-color: $border;
// @include box-shadow($btn-box-shadow);
@if $background == $white {
&.btn-shadow {
box-shadow: 3px 5px 0 $dark;
}