cleanup, classes lifted to bootstrap 5

This commit is contained in:
Tealk
2021-03-18 23:20:41 +01:00
parent 12531401a5
commit 82c9ecbaad
11 changed files with 136 additions and 114 deletions
+9 -1
View File
@@ -222,7 +222,7 @@ article.card textarea {
}
.new-service {
width: 40%;
width: 100%;
min-width: 250px;
}
@@ -285,6 +285,14 @@ body h3 {
margin-top: 18px;
}
.settings-header {
padding-top: 20px;
}
.settings-header .float-start h3 {
margin: 0;
}
.row.user .input-group {
width: 100%;
margin-bottom: 5px;