diff options
| author | Henry Jameson <me@hjkos.com> | 2023-03-17 00:10:37 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2023-03-17 00:10:37 +0200 |
| commit | ab5408d36e74b435bb38f6c8fb6389b4babc388d (patch) | |
| tree | df0c35ceeffcda35b131772023f5b5b4e70916ad /src/components/admin_modal/admin_modal_content.scss | |
| parent | 27f63d5e50de0ccb005f8591baa9a117969fee56 (diff) | |
remove obsolete files
Diffstat (limited to 'src/components/admin_modal/admin_modal_content.scss')
| -rw-r--r-- | src/components/admin_modal/admin_modal_content.scss | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/src/components/admin_modal/admin_modal_content.scss b/src/components/admin_modal/admin_modal_content.scss deleted file mode 100644 index 2db7b2f8..00000000 --- a/src/components/admin_modal/admin_modal_content.scss +++ /dev/null @@ -1,56 +0,0 @@ -@import "src/variables"; - -.admin_tab-switcher { - height: 100%; - - .setting-item { - border-bottom: 2px solid var(--fg, $fallback--fg); - margin: 1em 1em 1.4em; - padding-bottom: 1.4em; - - > div, - > label { - display: block; - margin-bottom: 0.5em; - - &:last-child { - margin-bottom: 0; - } - } - - .select-multiple { - display: flex; - - .option-list { - margin: 0; - padding-left: 0.5em; - } - } - - &: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 svg { - color: var(--cRed, $fallback--cRed); - color: $fallback--cRed; - } - - .number-input { - max-width: 6em; - } - } -} |
