From 2e35289c3376881ca17b9330113c816a3327f245 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Sun, 3 May 2020 17:36:12 +0300 Subject: initial work on settings modal --- src/components/settings_modal/settings_modal.scss | 59 +++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 src/components/settings_modal/settings_modal.scss (limited to 'src/components/settings_modal/settings_modal.scss') diff --git a/src/components/settings_modal/settings_modal.scss b/src/components/settings_modal/settings_modal.scss new file mode 100644 index 00000000..8cea52d2 --- /dev/null +++ b/src/components/settings_modal/settings_modal.scss @@ -0,0 +1,59 @@ +@import '../../_variables.scss'; +.settings-modal { + .settings_tab-switcher { + height: 100%; + } + .settings-modal-panel { + width: 1000px; + max-width: 90vw; + height: 90vh; + } + .panel-body { + overflow-y: hidden; + } + .setting-item { + border-bottom: 2px solid var(--fg, $fallback--fg); + margin: 1em 1em 1.4em; + padding-bottom: 1.4em; + + > div { + margin-bottom: .5em; + &:last-child { + margin-bottom: 0; + } + } + + &:last-child { + border-bottom: none; + padding-bottom: 0; + margin-bottom: 1em; + } + + select { + min-width: 10em; + } + + + textarea { + width: 100%; + max-width: 100%; + height: 100px; + } + + .unavailable, + .unavailable i { + color: var(--cRed, $fallback--cRed); + color: $fallback--cRed; + } + + .btn { + min-height: 28px; + min-width: 10em; + padding: 0 2em; + } + + .number-input { + max-width: 6em; + } + } +} -- cgit v1.2.3-70-g09d2