fix: restricted button style fix

This commit is contained in:
prssanna 2021-02-09 14:11:26 +05:30
parent 241ad01929
commit 59b56cf14a

View file

@ -381,12 +381,11 @@ input.list-check-all, input.list-row-checkbox {
}
&.btn {
box-shadow: none !important;
border: none;
@include button-variant(
$background: $light-yellow,
$border: darken($light-yellow, 5%),
);
box-shadow: none;
}
}