chore: simplify css
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2021-11-10 20:09:16 +01:00
parent eea2af354f
commit 27c840987e
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 6 additions and 6 deletions

View File

@ -109,14 +109,14 @@ export default {
img {
margin-bottom: 1rem;
}
}
.loader-container {
margin-right: 1rem;
.loader-container {
margin-right: 1rem;
&.is-loading:after {
border-left-color: $grey-400;
border-bottom-color: $grey-400;
}
&.is-loading::after {
border-left-color: $grey-400;
border-bottom-color: $grey-400;
}
}