diff options
Diffstat (limited to 'src/components/style_switcher/style_switcher.scss')
| -rw-r--r-- | src/components/style_switcher/style_switcher.scss | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/src/components/style_switcher/style_switcher.scss b/src/components/style_switcher/style_switcher.scss index 135c113a..7291a884 100644 --- a/src/components/style_switcher/style_switcher.scss +++ b/src/components/style_switcher/style_switcher.scss @@ -15,12 +15,14 @@ &.disabled { input, select { - &:not(.exclude-disabled) { - opacity: .5 - } + opacity: .5 } } + .opt { + margin: .5em; + } + input, select { min-width: 3em; margin: 0; @@ -44,10 +46,6 @@ min-width: 3em; } - &[type=checkbox] + label { - margin: 6px 0; - } - &:not([type=number]):not([type=text]) { align-self: flex-start; } |
