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.
24 lines
650 B
SCSS
24 lines
650 B
SCSS
|
|
.normal-button {
|
|
--background: white;
|
|
background-color: white;
|
|
--background-activated: var(--ion-color-light);
|
|
--background-focused: var(--ion-color-light);
|
|
border-color: var(--ion-color-primary);
|
|
color: var(--ion-color-primary);
|
|
font-size: 0.35cm;
|
|
}
|
|
.pressed-button {
|
|
--background: var(--ion-color-light);
|
|
--background-activated: var(--ion-color-light);
|
|
--background-focused: var(--ion-color-light);
|
|
background-color: var(--ion-color-light);
|
|
border-color: transparent !important;
|
|
border-color: #efefef;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.toggle-icon {
|
|
margin-right: 0.2cm;
|
|
margin-left: 0.2cm;
|
|
} |