You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
547 B
SCSS
25 lines
547 B
SCSS
|
7 years ago
|
ion-button{
|
||
|
|
--background: var(--ion-color-light);
|
||
|
|
--color: var(--ion-color-primary);
|
||
|
|
}
|
||
|
|
.selected-button {
|
||
|
|
--background: var(--ion-color-secondary);
|
||
|
|
--color: var(--ion-color-light);
|
||
|
|
--background-activated: var(--ion-color-secondary);
|
||
|
|
--background-focused: var(--ion-color-secondary);
|
||
|
|
--color-activated: var(--ion-color-light);
|
||
|
|
--color-focused: var(--ion-color-light);
|
||
|
|
}
|
||
|
|
|
||
|
|
ion-label{
|
||
|
|
margin-left: 0.3cm;
|
||
|
|
margin-top:0.1cm;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.form-item {
|
||
|
|
margin-top: 0 !important;
|
||
|
|
padding-top: 0 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
|