chore: rearrange styles yet again
continuous-integration/drone/pr Build was killed Details

This commit is contained in:
kolaente 2021-12-12 15:52:44 +01:00
parent 3ab2efb32c
commit 6ef22705b6
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 15 additions and 15 deletions

View File

@ -84,24 +84,24 @@ useTitle(() => title.value)
@media screen and (min-width: $tablet) {
background: url('@/assets/no-auth-image.jpg') no-repeat bottom/cover;
position: relative;
}
&.has-message {
justify-content: space-between;
}
&.has-message {
justify-content: space-between;
}
&::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, .2);
}
&::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, .2);
}
> * {
position: relative;
> * {
position: relative;
}
}
}