ui: Add theme from bootswatch
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
e6557c8c06
commit
83a47af391
18 changed files with 355 additions and 80 deletions
|
|
@ -51,7 +51,8 @@
|
|||
<HeaderPartners />
|
||||
</Container>
|
||||
</div>
|
||||
<Navbar class="sticky-top" color="dark" dark expand="md">
|
||||
<div class="sticky-top">
|
||||
<Navbar color="dark" dark expand="md">
|
||||
<NavbarToggler on:click={() => (isOpen = !isOpen)} />
|
||||
<Collapse {isOpen} navbar expand="md" on:update={handleUpdate}>
|
||||
<Nav navbar>
|
||||
|
|
@ -103,6 +104,7 @@
|
|||
</Collapse>
|
||||
</Navbar>
|
||||
<Progress value={$time.progression * 100} color="info" style="height: 5px; border-radius: 0;" />
|
||||
</div>
|
||||
|
||||
<style>
|
||||
.teamname {
|
||||
|
|
|
|||
Reference in a new issue