fix: restricted button style fix
This commit is contained in:
parent
241ad01929
commit
59b56cf14a
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue