mirror of https://github.com/ColorlibHQ/AdminLTE
🐛 src\scss\_cards.scss syntax fixed
parent
98aa5c0ee3
commit
b4e0aead0c
|
@ -231,8 +231,8 @@ html.maximized-card {
|
|||
.input-group,
|
||||
.nav,
|
||||
.pagination {
|
||||
margin-top: -$card-spacer-y & .4;
|
||||
margin-bottom: -$card-spacer-y & .4;
|
||||
margin-top: -$card-spacer-y * .4;
|
||||
margin-bottom: -$card-spacer-y * .4;
|
||||
}
|
||||
|
||||
[data-bs-toggle="tooltip"] {
|
||||
|
|
Loading…
Reference in New Issue