more styling

This commit is contained in:
Matt Hill
2021-07-02 13:56:34 -06:00
committed by Aiden McClelland
parent 5eaa51d22d
commit d9f1c9b021
32 changed files with 314 additions and 271 deletions

View File

@@ -47,21 +47,10 @@
z-index: 40000 !important;
}
.alert-danger {
color: var(--ion-color-danger) !important;
& ion-icon {
color: var(--ion-color-danger) !important;
}
}
.borderless {
border-style: none;
}
.help-button {
margin: 0 8px 0 0;
}
.item-interactive {
--highlight-background: transparent !important;
}
@@ -95,6 +84,7 @@
}
ion-card-title {
color: var(--ion-color-dark);
font-family: 'Montserrat';
}
@@ -120,6 +110,9 @@ ion-badge {
ion-item-divider {
--background: transparent;
text-transform: uppercase;
margin-top: 16px;
font-weight: 400;
}
ion-infinite-scroll ion-infinite-scroll-content {
@@ -132,6 +125,13 @@ ion-action-sheet {
ion-alert {
--backdrop-opacity: 0.75 !important;
.alert-button {
color: var(--ion-color-dark) !important;
}
}
ion-button {
--color: var(--ion-color-dark) !important;
}
ion-loading {
@@ -292,3 +292,7 @@ ion-item-divider {
width: 16px !important;
height: 16px !important;
}
h2 {
line-height: unset;
}