diff options
| author | Zephyruso <[email protected]> | 2023-06-28 12:55:58 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-06-28 12:55:58 +0800 |
| commit | d497b15bedae37abb105d750ef1dfe16f6a7e05d (patch) | |
| tree | a3567f2bf7bf9f228fea42ff996154198d38b311 /src/components/ModalManageConnectionColumns.module.scss | |
| parent | f189d5b14f8c37c8d48a5c54fa52a0125f4d5306 (diff) | |
feat: close connection single or with filter (#64)
Diffstat (limited to 'src/components/ModalManageConnectionColumns.module.scss')
| -rw-r--r-- | src/components/ModalManageConnectionColumns.module.scss | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/components/ModalManageConnectionColumns.module.scss b/src/components/ModalManageConnectionColumns.module.scss new file mode 100644 index 0000000..9247acd --- /dev/null +++ b/src/components/ModalManageConnectionColumns.module.scss @@ -0,0 +1,18 @@ +.columnManagerRow { + width: 200px; + display: flex; + margin: 5px 0; + align-items: center; + + .columnManageLabel { + flex: 1; + margin-left: 10px; + } + + .columnManageSwitch { + transform: scale(0.7); + height: 20px; + display: flex; + align-items: center; + } +} |
