🐛 src\scss\_cards.scss syntax fixed

pull/4172/head
Daniel 2022-01-09 16:47:39 +05:30
parent 98aa5c0ee3
commit b4e0aead0c
1 changed files with 2 additions and 2 deletions

View File

@ -231,8 +231,8 @@ html.maximized-card {
.input-group, .input-group,
.nav, .nav,
.pagination { .pagination {
margin-top: -$card-spacer-y & .4; margin-top: -$card-spacer-y * .4;
margin-bottom: -$card-spacer-y & .4; margin-bottom: -$card-spacer-y * .4;
} }
[data-bs-toggle="tooltip"] { [data-bs-toggle="tooltip"] {