diff options
Diffstat (limited to 'frontend/src/components/fields/CheckField.scss')
-rw-r--r-- | frontend/src/components/fields/CheckField.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/src/components/fields/CheckField.scss b/frontend/src/components/fields/CheckField.scss index ab932b4..14c547e 100644 --- a/frontend/src/components/fields/CheckField.scss +++ b/frontend/src/components/fields/CheckField.scss @@ -1,12 +1,12 @@ -@import '../../colors.scss'; +@import "../../colors.scss"; .check-field { font-size: 0.9em; margin: 5px 0; .field-input { - border-radius: 5px; width: fit-content; + border-radius: 5px; background-color: $color-primary-2; input { @@ -25,8 +25,8 @@ } &.field-checked .field-input { - background-color: $color-primary-4 !important; color: $color-primary-3; + background-color: $color-primary-4 !important; } &.field-small { |