🐛 src\scss\_cards.scss syntax fixed

This commit is contained in:
Daniel
2022-01-09 16:47:39 +05:30
parent 98aa5c0ee3
commit b4e0aead0c

View File

@@ -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"] {