more efficient subscriptions, more styling

This commit is contained in:
Matt Hill
2021-07-02 00:05:05 -06:00
committed by Aiden McClelland
parent d8ef531721
commit 5eaa51d22d
53 changed files with 583 additions and 585 deletions

View File

@@ -58,14 +58,6 @@
border-style: none;
}
.fab-button {
margin: 20px;
--background: transparent;
--border-color: var(--ion-color-primary);
--border-style: solid;
--border-width: 2px;
}
.help-button {
margin: 0 8px 0 0;
}
@@ -74,12 +66,6 @@
--highlight-background: transparent !important;
}
.alert-config-value {
.alert-message.sc-ion-alert-md {
color: var(--ion-color-danger) !important;
}
}
.center {
display: block;
margin: auto;
@@ -95,15 +81,6 @@
--color: white;
}
.notification-toast-error {
--background: var(--ion-color-light);
--button-color: var(--ion-color-dark);
--border-color: var(--ion-color-danger);
--border-style: solid;
--border-width: 1px;
--color: white;
}
.sublist-spinner {
text-align: center;
margin-top: 40px;
@@ -315,8 +292,3 @@ ion-item-divider {
width: 16px !important;
height: 16px !important;
}
.dependency-item {
--padding-start: 20px;
--padding-end: 2px;
}