Upgrade to Bootstrap v5 (#457)

This commit is contained in:
rubenwardy
2023-08-22 19:58:43 +01:00
committed by GitHub
parent 70362ff7a6
commit 9df80d212e
92 changed files with 505 additions and 477 deletions

View File

@@ -32,6 +32,14 @@
}
}
.badge {
text-decoration: none;
}
a.badge:hover {
filter: brightness(0.9);
}
.bulletselector {
height: auto !important;
display: inline-block !important;
@@ -51,6 +59,7 @@
white-space: nowrap;
background: transparent;
}
.bulletselector .badge {
float: left;
padding: 0.4em 0.8em;
@@ -272,3 +281,7 @@ blockquote {
margin-bottom: 0 !important;
}
}
.form-group {
margin-bottom: 1rem !important;
}