From 6ef22705b6cd2d89ea635b162e44f9752456169a Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 12 Dec 2021 15:52:44 +0100 Subject: [PATCH] chore: rearrange styles yet again --- src/components/misc/no-auth-wrapper.vue | 30 ++++++++++++------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/components/misc/no-auth-wrapper.vue b/src/components/misc/no-auth-wrapper.vue index 3bd5a866e..faa910f25 100644 --- a/src/components/misc/no-auth-wrapper.vue +++ b/src/components/misc/no-auth-wrapper.vue @@ -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; + } } }