chore: unnest styles
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2021-11-10 19:51:57 +01:00
parent 856a64748a
commit ab0cd2af00
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 16 additions and 16 deletions

View File

@ -11,7 +11,7 @@
<section v-else-if="error !== ''">
<no-auth-wrapper>
<card>
<p v-if="error === errorNoApiUrl">
<p v-if="error === errorNoApiUrl">
{{ $t('ready.noApiUrlConfigured') }}
</p>
<div class="notification is-danger" v-else>
@ -80,7 +80,7 @@ export default {
this.error = ERROR_NO_API_URL
return
}
this.$store.dispatch('loadApp')
.catch(e => {
this.error = e
@ -124,23 +124,23 @@ export default {
background: url('@/assets/llama-nightscape.jpg') no-repeat center;
background-size: cover;
height: 100vh;
}
.offline-message {
.offline-message {
text-align: center;
position: absolute;
width: 100vw;
bottom: 5vh;
color: $white;
padding: 0 1rem;
h1 {
font-weight: bold;
font-size: 1.5rem;
text-align: center;
position: absolute;
width: 100vw;
bottom: 5vh;
color: $white;
padding: 0 1rem;
h1 {
font-weight: bold;
font-size: 1.5rem;
text-align: center;
color: $white;
font-weight: 700 !important;
font-size: 1.5rem;
}
font-weight: 700 !important;
font-size: 1.5rem;
}
}
</style>