Added radio input styles, improved SASS for checkboxes and radios

Update inputs.php, inputs.php, and 2 more files...
This commit is contained in:
2025-08-24 18:15:22 +02:00
parent 38b3f988b7
commit 0739af9259
4 changed files with 123 additions and 9 deletions

View File

@@ -223,6 +223,9 @@ $color-background-inputs: map-get((
$color-background-checkbox-checked: $color-apollo-08;
$color-background-checkbox-unchecked: $color-apollo-27;
$color-background-radio-checked: $color-apollo-08;
$color-background-radio-unchecked: $color-apollo-27;
$color-background-button: map-get((
teal: $color-apollo-40,
winui: $color-unset,