chore: remove !important
Some checks reported errors
continuous-integration/drone/pr Build was killed

This commit is contained in:
kolaente 2021-11-13 16:51:18 +01:00
parent 4fcd456626
commit 16ccbcb2c2
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 2 additions and 3 deletions

View File

@ -89,10 +89,10 @@ export default {
<style scoped lang="scss">
.filter-popup {
margin: 0 !important;
margin: 0;
&.is-open {
margin: 2rem 0 1rem !important;
margin: 2rem 0 1rem;
}
}
</style>

View File

@ -34,7 +34,6 @@ $filter-container-top-link-share-list: -47px;
.card {
text-align: left;
margin-top: calc(1rem - 1px);
}
.fancycheckbox {