Clock font
This commit is contained in:
parent
bdeaa9a561
commit
ffafbdc3ab
1 changed files with 8 additions and 2 deletions
|
@ -9,8 +9,14 @@
|
|||
|
||||
<div class="d-flex justify-end slim text-right text-no-wrap">
|
||||
<div class="flex-column">
|
||||
<Clock class="d-flex justify-end" format="DDD" />
|
||||
<Clock class="d-flex justify-end" format="T" />
|
||||
<Clock
|
||||
class="d-flex justify-end text-h5 font-weight-light"
|
||||
format="DDD"
|
||||
/>
|
||||
<Clock
|
||||
class="d-flex justify-end text-h4 font-weight-bold"
|
||||
format="T"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</v-container>
|
||||
|
|
Loading…
Reference in a new issue