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