Fix warnings and errors
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ab6b079042
commit
ae99fc810d
18
src/App.vue
18
src/App.vue
@ -2,7 +2,7 @@
|
|||||||
<header class="container">
|
<header class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-6">
|
<div class="col-6">
|
||||||
<img src="/img/wtf_logo.svg" style="height: 7rem" />
|
<img src="/img/wtf_logo.svg" style="height: 7rem" alt="Logo der WTF Kooperative eG"/>
|
||||||
<h1>Beitritts-/ Beteiligungserklärung zur WTF Kooperative eG</h1>
|
<h1>Beitritts-/ Beteiligungserklärung zur WTF Kooperative eG</h1>
|
||||||
WTF Kooperative eG, Hinterhaus 3. OG, Forsmannstr. 14 b, 22303 Hamburg<br/>
|
WTF Kooperative eG, Hinterhaus 3. OG, Forsmannstr. 14 b, 22303 Hamburg<br/>
|
||||||
<span class="fw-bold">Registergericht:</span> Hamburg GnR 1113<br/>
|
<span class="fw-bold">Registergericht:</span> Hamburg GnR 1113<br/>
|
||||||
@ -143,7 +143,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="col-6 col-xs-12"
|
class="col-6 col-xs-12"
|
||||||
v-if="membership_type != membership_type_options[0]"
|
v-if="membership_type !== membership_type_options[0]"
|
||||||
>
|
>
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
Gesamtanzahl Anteile:
|
Gesamtanzahl Anteile:
|
||||||
@ -194,7 +194,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="col-4 col-xs-12"
|
class="col-4 col-xs-12"
|
||||||
v-if="membership_type != membership_type_options[0]"
|
v-if="membership_type !== membership_type_options[0]"
|
||||||
>
|
>
|
||||||
<label for="membership_number" class="form-label"
|
<label for="membership_number" class="form-label"
|
||||||
>Deine Mitgliedsnummer: (sofern vorhanden)</label
|
>Deine Mitgliedsnummer: (sofern vorhanden)</label
|
||||||
@ -450,7 +450,7 @@
|
|||||||
<a href="https://mailbox.org/de/">mailbox.org</a>. Es ist gar nicht so
|
<a href="https://mailbox.org/de/">mailbox.org</a>. Es ist gar nicht so
|
||||||
schwer! :)
|
schwer! :)
|
||||||
</p>
|
</p>
|
||||||
<wrapper class="job_chaos">
|
<div class="job_chaos">
|
||||||
<article class="job_situation">
|
<article class="job_situation">
|
||||||
<h3>Berufliche Situation & Finanzen</h3>
|
<h3>Berufliche Situation & Finanzen</h3>
|
||||||
<label>Ich bin zur Zeit:</label>
|
<label>Ich bin zur Zeit:</label>
|
||||||
@ -586,7 +586,7 @@
|
|||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
</wrapper>
|
</div>
|
||||||
<hr class="no-print" />
|
<hr class="no-print" />
|
||||||
<p>
|
<p>
|
||||||
Mit meiner Unterschrift bestätige ich, dass über mein Vermögen keine
|
Mit meiner Unterschrift bestätige ich, dass über mein Vermögen keine
|
||||||
@ -810,8 +810,8 @@ h1 {
|
|||||||
@media print {
|
@media print {
|
||||||
.container{
|
.container{
|
||||||
max-width: 100% !important;
|
max-width: 100% !important;
|
||||||
margin-left: none !important;
|
margin-left: 0 !important;
|
||||||
margin-right: none !important;
|
margin-right: 0 !important;
|
||||||
}
|
}
|
||||||
.main-qr-code{
|
.main-qr-code{
|
||||||
height: 350px !important;
|
height: 350px !important;
|
||||||
@ -827,7 +827,7 @@ h1 {
|
|||||||
font-size: 1.1rem !important;
|
font-size: 1.1rem !important;
|
||||||
}
|
}
|
||||||
.mt-3{
|
.mt-3{
|
||||||
margin-top: none !important;
|
margin-top: 0 !important;
|
||||||
}
|
}
|
||||||
input{
|
input{
|
||||||
font-size: 0.5rem;
|
font-size: 0.5rem;
|
||||||
@ -848,7 +848,7 @@ h1 {
|
|||||||
}
|
}
|
||||||
.chaos_connection,
|
.chaos_connection,
|
||||||
.job_situation {
|
.job_situation {
|
||||||
flex: 1 0 0%;
|
flex: 1 0 0;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user