feat: upgrade Bootstrap to v5.3
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
6
app/base/static/bootstrap5.3/css/bootstrap.min.css
vendored
Normal file
6
app/base/static/bootstrap5.3/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
app/base/static/bootstrap5.3/css/bootstrap.min.css.map
Normal file
1
app/base/static/bootstrap5.3/css/bootstrap.min.css.map
Normal file
File diff suppressed because one or more lines are too long
7
app/base/static/bootstrap5.3/js/bootstrap.bundle.min.js
vendored
Normal file
7
app/base/static/bootstrap5.3/js/bootstrap.bundle.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -3,9 +3,8 @@
|
||||
src: url(/static/fonts/Dosis.ttf);
|
||||
}
|
||||
|
||||
.font-dosis {
|
||||
font-family: 'Dosis', sans-serif;
|
||||
}
|
||||
a:not(:hover) {text-decoration: none;}
|
||||
.font-dosis {font-family: 'Dosis', sans-serif;}
|
||||
|
||||
/*
|
||||
* Colors
|
||||
@@ -21,15 +20,9 @@
|
||||
--fg-subtle: #495057;
|
||||
}
|
||||
|
||||
.bg-subtle {
|
||||
background-color: var(--bg-subtle);
|
||||
}
|
||||
.bg-subtle:hover {
|
||||
background-color: var(--bg-subtle-hover);
|
||||
}
|
||||
.bg-dim {
|
||||
background-color: var(--bg-dim);
|
||||
}
|
||||
.bg-subtle {background-color: var(--bg-subtle);}
|
||||
.bg-subtle:hover {background-color: var(--bg-subtle-hover);}
|
||||
.bg-dim {background-color: var(--bg-dim);}
|
||||
.btn.bg-dim:hover, .list-group-item-action.bg-dim:hover {
|
||||
background-color: var(--bg-dim-hover);
|
||||
}
|
||||
@@ -59,10 +52,6 @@ header {
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
#main-nav {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
#navbar-toggler {
|
||||
display: none;
|
||||
margin-right: 1em;
|
||||
@@ -130,7 +119,7 @@ header {
|
||||
|
||||
table th {
|
||||
font-size: .8em;
|
||||
background-color: var(--bg-dim);
|
||||
background-color: var(--bg-dim) !important;
|
||||
}
|
||||
|
||||
thead>tr, tr.thead {
|
||||
@@ -189,13 +178,14 @@ td.table-actions a:hover {
|
||||
} */
|
||||
|
||||
.table-sm tbody>tr {
|
||||
border: unset !important;
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
}
|
||||
|
||||
table.clickable tbody>tr {
|
||||
cursor: pointer;
|
||||
}
|
||||
table.clickable tbody>tr:hover {
|
||||
table.clickable tbody>tr:hover>td {
|
||||
background-color: var(--bg-subtle-hover);
|
||||
}
|
||||
|
||||
@@ -204,10 +194,10 @@ table.clickable tbody>tr:hover {
|
||||
gap: .3em;
|
||||
align-items: baseline;
|
||||
color: var(--fg-subtle);
|
||||
font-size: 2.5rem;
|
||||
font-size: 2.3rem;
|
||||
}
|
||||
.h1-w-icon+.h1-w-icon {
|
||||
font-size: 2rem;
|
||||
font-size: 1.8rem;
|
||||
}
|
||||
.h1-w-icon>h1 {
|
||||
font-size: unset;
|
||||
@@ -264,13 +254,13 @@ table.clickable tbody>tr:hover {
|
||||
}
|
||||
|
||||
.text-red {
|
||||
color: #df2752;
|
||||
color: #df2752 !important;
|
||||
}
|
||||
.text-green {
|
||||
color: #23be58;
|
||||
color: #23be58 !important;
|
||||
}
|
||||
.text-gray {
|
||||
color: #aaa;
|
||||
color: #aaa !important;
|
||||
}
|
||||
|
||||
#by_month_history td:first-of-type {
|
||||
|
||||
Reference in New Issue
Block a user