fix login & add sveltestrap
This commit is contained in:
parent
a822fb1e36
commit
527d4417ff
15 changed files with 373 additions and 191 deletions
43
static/css/custom.css
Normal file
43
static/css/custom.css
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
.custom-navbar {
|
||||
height: 44px;
|
||||
padding-top: 0rem;
|
||||
padding-bottom: 0rem;
|
||||
z-index: 1000;
|
||||
border: none;
|
||||
background-color: white !important;
|
||||
}
|
||||
|
||||
.nav-link {
|
||||
color: inherit;
|
||||
padding-left: 1rem !important;
|
||||
padding-right: 1rem !important;
|
||||
padding-top: 12px;
|
||||
background-color: var(--bs-light);
|
||||
margin-right: 1px;
|
||||
}
|
||||
|
||||
.nav-link:hover {
|
||||
color: var(--bs-light) !important;;
|
||||
background-color: var(--bs-primary);
|
||||
}
|
||||
|
||||
.nav-link.active {
|
||||
color: var(--bs-light) !important;
|
||||
background-color: var(--bs-primary);
|
||||
}
|
||||
|
||||
.nav-full-height {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
background-color: #fff !important;
|
||||
}
|
||||
.navbar-brand {
|
||||
margin-right: 1em;
|
||||
}
|
||||
.navbar {
|
||||
z-index: 1001;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue