feat: upgrade Bootstrap to v5.3

This commit is contained in:
relikd
2023-06-18 19:04:46 +02:00
parent 28b8c08580
commit 47daa1171a
18 changed files with 72 additions and 93 deletions

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

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

View File

@@ -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 {