diff --git a/assets/stylesheets/wizard/custom/field.scss b/assets/stylesheets/wizard/custom/field.scss index 663d8508..c791d41a 100644 --- a/assets/stylesheets/wizard/custom/field.scss +++ b/assets/stylesheets/wizard/custom/field.scss @@ -34,8 +34,7 @@ &.invalid { textarea, input[type=text], input[type=checkbox], .select-kit { - padding: 3px; - border: 4px solid var(--danger); + outline: 4px solid var(--danger); } } } @@ -51,6 +50,7 @@ input { cursor: pointer; transform: scale(1.3); + margin-bottom: 0; } }