|
@@ -97,6 +97,8 @@ ion-list {
|
|
|
ion-list-header {
|
|
|
padding-inline-start: calc(var(--ion-safe-area-left, 0px) + 5px);
|
|
|
font-size: 1rem;
|
|
|
+ font-weight: 600;
|
|
|
+ color: var(--sgc-background-light-font);
|
|
|
margin-bottom: 0.5rem;
|
|
|
}
|
|
|
}
|
|
@@ -186,7 +188,7 @@ ion-list.item-form {
|
|
|
ion-select.in-item {
|
|
|
max-width : none;
|
|
|
width:100%;
|
|
|
- font-size: 0.8rem;
|
|
|
+ font-size: 0.9rem;
|
|
|
color: var(--sgc-background-light-font);
|
|
|
--padding-start: 0;
|
|
|
}
|
|
@@ -223,6 +225,8 @@ ion-title.page-title {
|
|
|
height:3rem;
|
|
|
font-size: 1rem;
|
|
|
p {
|
|
|
+ font-weight: 600;
|
|
|
+ color: var(--sgc-background-light-font);
|
|
|
text-align: left;
|
|
|
margin: 0 0 0 5px;
|
|
|
}
|