|
|
@@ -10,6 +10,10 @@ h3 { |
|
|
|
.options { |
|
|
|
margin: 30px auto; |
|
|
|
|
|
|
|
&.inactive { |
|
|
|
pointer-events: none; |
|
|
|
} |
|
|
|
|
|
|
|
button { |
|
|
|
border: 3px solid rgba($sea-blue, 0.3); |
|
|
|
display: flex; |
|
|
@@ -23,14 +27,26 @@ h3 { |
|
|
|
margin: 15px 0; |
|
|
|
width: 100%; |
|
|
|
padding: 0 15px; |
|
|
|
|
|
|
|
&.correct { |
|
|
|
background-color: $green; |
|
|
|
border-color: darken($green, 10%); |
|
|
|
font-weight: 500; |
|
|
|
} |
|
|
|
|
|
|
|
&.wrong { |
|
|
|
background-color: rgba(orange, 0.8); |
|
|
|
border-color: orange; |
|
|
|
font-weight: 500; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
ion-checkbox { |
|
|
|
--background: transparent; |
|
|
|
--border-color: #2ea9f586; |
|
|
|
--border-width: 2px; |
|
|
|
--border-color-checked: var(--ion-color-primary); |
|
|
|
--background-checked: var(--ion-color-primary); |
|
|
|
--border-color-checked: white; |
|
|
|
--background-checked: transparent; |
|
|
|
--size: 25px; |
|
|
|
--checkmark-width: 2px; |
|
|
|
--checkmark-color: white; |
|
|
|