diff options
| author | Henry Jameson <me@hjkos.com> | 2018-11-26 03:19:04 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-11-26 03:19:04 +0300 |
| commit | 9a9dc47fc573af28429a641bf5408ead1c0d33ec (patch) | |
| tree | 345f5ad3d2c535b5959463258f10c39781bd0c4f /src/components/style_switcher/style_switcher.scss | |
| parent | 572c874f5cd1e997de70c7771075ca1444f95549 (diff) | |
better preview, collateral fixes
Diffstat (limited to 'src/components/style_switcher/style_switcher.scss')
| -rw-r--r-- | src/components/style_switcher/style_switcher.scss | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/src/components/style_switcher/style_switcher.scss b/src/components/style_switcher/style_switcher.scss index 9c4f4ecd..2c33224b 100644 --- a/src/components/style_switcher/style_switcher.scss +++ b/src/components/style_switcher/style_switcher.scss @@ -163,11 +163,32 @@ background-size: cover; background-position: 50% 50%; + .separator { + margin: 1em; + border-bottom: 1px solid; + border-color: $fallback--border; + border-color: var(--border, $fallback--border); + } + + .panel-heading { + .badge, .alert, .btn, .faint { + margin-left: 1em; + } + .flex-spacer { + flex: 1; + } + } + .checkbox { + display: inline-flex; + align-items: baseline; + margin-right: 1em; + } + .btn { margin-left: 0; - margin-top: 1em; + padding: 0 1em; + min-width: 3em; min-height: 30px; - width: 10em; } } |
