migrate templates to bootstrap 5

This commit is contained in:
checktheroads
2021-04-18 00:22:52 -07:00
parent 08128748a7
commit 61ce2c95b3
26 changed files with 983 additions and 941 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -262,6 +262,10 @@ textarea#id_public_key {
font-family: $font-family-monospace;
}
table tr.vertical-align {
vertical-align: middle;
}
// Pad all adjacent cards
.card:not(:only-of-type) {
margin-bottom: $spacer;