Changed to using new Address Model, Implemented Setup, Some minor CSS changes

This commit is contained in:
Deon George
2021-06-24 20:16:37 +10:00
parent ec6594b701
commit d1ca78d372
33 changed files with 766 additions and 172 deletions

View File

@@ -390,6 +390,11 @@ form div.row {
--bs-gutter-x: 0;
}
.form-check.form-switch .form-check-input {
top: -.15em;
position: relative;
}
.greyframe {
position:relative;
background-color: #192124;
@@ -439,6 +444,11 @@ label.form-label {
margin-bottom: 1px;
}
label.list-group-item {
background-color: inherit;
color: inherit;
}
p {
margin:0 0 1em;
padding:0;