$_form-background-color: #fff; $_form-box-shadow: inset 0 1px 3px rgba(#000, 0.06); $_form-box-shadow-focus: $_form-box-shadow, 0 0 5px rgba($action-color, 0.7); fieldset { background-color: transparent; border: 0; margin: 0; padding: 0; } legend { font-weight: 600; margin-bottom: $small-spacing / 2; padding: 0; } textarea { resize: vertical; font-family: $base-font-family; } [type="checkbox"], [type="radio"] { display: inline; margin-right: $small-spacing / 2; } [type="file"] { margin-bottom: $small-spacing; width: 100%; } select { margin-bottom: $small-spacing; width: 100%; } [type="checkbox"], [type="radio"], [type="file"], select { &:focus { outline: $focus-outline; outline-offset: $focus-outline-offset; } }