mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
more efficient subscriptions, more styling
This commit is contained in:
committed by
Aiden McClelland
parent
d8ef531721
commit
5eaa51d22d
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user