mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 23:47:33 +08:00
add illustrations to login/unlock page
This commit is contained in:
@@ -48,6 +48,12 @@
|
||||
background-color: rgb(var(--v-theme-surface));
|
||||
}
|
||||
|
||||
.auth-img-footer {
|
||||
position: absolute;
|
||||
inset-block-end: 0;
|
||||
min-inline-size: 100%;
|
||||
}
|
||||
|
||||
/** Common class for replacing the default style of vuetify **/
|
||||
.v-table {
|
||||
th {
|
||||
|
||||
@@ -46,8 +46,8 @@
|
||||
</p>
|
||||
<v-divider/><br/>
|
||||
<p>
|
||||
<span>ezBookkeeping also contains additional third party software.</span><br/>
|
||||
<span>All the third party software included or linked is redistributed under the terms and conditions of their original licenses.</span>
|
||||
<span>ezBookkeeping also contains additional third party software and illustration.</span><br/>
|
||||
<span>All the third party software/illustration included or linked is redistributed under the terms and conditions of their original licenses.</span>
|
||||
</p>
|
||||
<p></p>
|
||||
<p :key="license.name" v-for="license in thirdPartyLicenses">
|
||||
|
||||
@@ -6,7 +6,12 @@
|
||||
</div>
|
||||
<v-row no-gutters class="auth-wrapper">
|
||||
<v-col cols="12" md="8" class="d-none d-md-flex align-center justify-center position-relative">
|
||||
|
||||
<div class="d-flex auth-img-footer">
|
||||
<v-img src="/img/illustrations/background.svg"/>
|
||||
</div>
|
||||
<div class="d-flex align-center justify-center w-100 pt-10">
|
||||
<v-img max-width="600px" src="/img/illustrations/people1.svg"/>
|
||||
</div>
|
||||
</v-col>
|
||||
<v-col cols="12" md="4" class="auth-card d-flex align-center justify-center">
|
||||
<v-card variant="flat" class="mt-12 mt-sm-0 pa-4" max-width="500">
|
||||
|
||||
@@ -6,7 +6,12 @@
|
||||
</div>
|
||||
<v-row no-gutters class="auth-wrapper">
|
||||
<v-col cols="12" md="8" class="d-none d-md-flex align-center justify-center position-relative">
|
||||
|
||||
<div class="d-flex auth-img-footer">
|
||||
<v-img src="/img/illustrations/background.svg"/>
|
||||
</div>
|
||||
<div class="d-flex align-center justify-center w-100 pt-10">
|
||||
<v-img max-width="600px" src="/img/illustrations/people3.svg"/>
|
||||
</div>
|
||||
</v-col>
|
||||
<v-col cols="12" md="4" class="auth-card d-flex align-center justify-center">
|
||||
<v-card variant="flat" class="mt-12 mt-sm-0 pa-4" max-width="500">
|
||||
|
||||
@@ -24,8 +24,8 @@
|
||||
</p>
|
||||
<hr/>
|
||||
<p>
|
||||
<span>ezBookkeeping also contains additional third party software.</span><br/>
|
||||
<span>All the third party software included or linked is redistributed under the terms and conditions of their original licenses.</span>
|
||||
<span>ezBookkeeping also contains additional third party software and illustration.</span><br/>
|
||||
<span>All the third party software/illustration included or linked is redistributed under the terms and conditions of their original licenses.</span>
|
||||
</p>
|
||||
<p></p>
|
||||
<p :key="license.name" v-for="license in thirdPartyLicenses">
|
||||
|
||||
Reference in New Issue
Block a user