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">
|
||||
<div class="row">
|
||||
<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>
|
||||
WTF Kooperative eG, Hinterhaus 3. OG, Forsmannstr. 14 b, 22303 Hamburg<br/>
|
||||
<span class="fw-bold">Registergericht:</span> Hamburg GnR 1113<br/>
|
||||
@ -143,7 +143,7 @@
|
||||
</div>
|
||||
<div
|
||||
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">
|
||||
Gesamtanzahl Anteile:
|
||||
@ -194,7 +194,7 @@
|
||||
</div>
|
||||
<div
|
||||
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"
|
||||
>Deine Mitgliedsnummer: (sofern vorhanden)</label
|
||||
@ -450,7 +450,7 @@
|
||||
<a href="https://mailbox.org/de/">mailbox.org</a>. Es ist gar nicht so
|
||||
schwer! :)
|
||||
</p>
|
||||
<wrapper class="job_chaos">
|
||||
<div class="job_chaos">
|
||||
<article class="job_situation">
|
||||
<h3>Berufliche Situation & Finanzen</h3>
|
||||
<label>Ich bin zur Zeit:</label>
|
||||
@ -586,7 +586,7 @@
|
||||
</label>
|
||||
</div>
|
||||
</article>
|
||||
</wrapper>
|
||||
</div>
|
||||
<hr class="no-print" />
|
||||
<p>
|
||||
Mit meiner Unterschrift bestätige ich, dass über mein Vermögen keine
|
||||
@ -810,8 +810,8 @@ h1 {
|
||||
@media print {
|
||||
.container{
|
||||
max-width: 100% !important;
|
||||
margin-left: none !important;
|
||||
margin-right: none !important;
|
||||
margin-left: 0 !important;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
.main-qr-code{
|
||||
height: 350px !important;
|
||||
@ -827,7 +827,7 @@ h1 {
|
||||
font-size: 1.1rem !important;
|
||||
}
|
||||
.mt-3{
|
||||
margin-top: none !important;
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
input{
|
||||
font-size: 0.5rem;
|
||||
@ -848,7 +848,7 @@ h1 {
|
||||
}
|
||||
.chaos_connection,
|
||||
.job_situation {
|
||||
flex: 1 0 0%;
|
||||
flex: 1 0 0;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user