cosmetics plus a slew of little frontend rendering bugs

This commit is contained in:
Matt Hill
2021-08-13 16:16:24 -06:00
parent c223894943
commit 6ea04dbeb8
44 changed files with 518 additions and 618 deletions

View File

@@ -43,11 +43,18 @@ $subheader-height: 48px;
word-break: break-all;
}
.loader {
--spinner-color: var(--ion-color-warning) !important;
.input-label {
// padding-top: 10px;
margin-bottom: 6px;
font-size: medium;
font-weight: 500;
* {
display: inline-block;
vertical-align: middle;
}
}
.loader-ontop-of-all {
.loader {
--spinner-color: var(--ion-color-warning) !important;
z-index: 40000 !important;
}
@@ -142,13 +149,6 @@ ion-button {
--color: var(--ion-color-dark) !important;
}
* {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.text-ellipses {
overflow: hidden;
text-overflow: ellipsis;
@@ -183,7 +183,7 @@ ion-button {
.alertlike-modal {
.modal-wrapper {
height: 50% !important;
max-height: 380px !important;
top: 25% !important;
width: 90% !important;
left: 5% !important;
@@ -194,8 +194,8 @@ ion-button {
@media (min-width:1000px) {
.alertlike-modal {
.modal-wrapper {
width: 50% !important;
left: 25% !important;
width: 40% !important;
left: 30% !important;
}
}
}
@@ -241,6 +241,10 @@ ion-item {
border-radius: 4px;
}
ion-label {
white-space: normal !important;
}
ion-loading {
z-index: 100 !important;
}