layout scss refactor

This commit is contained in:
ogerly 2022-05-18 08:15:05 +02:00
parent 2135f6ada2
commit 8ec0d68dcd
4 changed files with 6 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -131,6 +131,9 @@ a,
z-index: 10000;
}
.zindex100000 {
z-index: 100000;
}
.gradido-global-color-blue {
color: #0e79bc;
}

View File

@ -20,7 +20,7 @@
<div class="right-content-box ml-3 ml-sm-4 mr-3 mr-sm-4">
<b-row class="d-none d-md-block d-lg-none">
<b-col class="mb--4">
<navbar-small class="zindex10" />
<navbar-small class="zindex10000" />
</b-col>
</b-row>
<b-row class="mt-5 pl-2 pl-md-0 pl-lg-0">

View File

@ -12,8 +12,8 @@
<validation-observer ref="observer" v-slot="{ handleSubmit }">
<b-form @submit.stop.prevent="handleSubmit(onSubmit)">
<b-row>
<b-col sm="12" md="6"><input-email v-model="form.email"></input-email></b-col>
<b-col sm="12" md="6">
<b-col sm="12" md="12" lg="6"><input-email v-model="form.email"></input-email></b-col>
<b-col sm="12" md="12" lg="6">
<input-password
:label="$t('form.password')"
:placeholder="$t('form.password')"