From d497b15bedae37abb105d750ef1dfe16f6a7e05d Mon Sep 17 00:00:00 2001 From: Zephyruso <127948745+Zephyruso@users.noreply.github.com> Date: Wed, 28 Jun 2023 12:55:58 +0800 Subject: feat: close connection single or with filter (#64) --- .../ModalManageConnectionColumns.module.scss | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/components/ModalManageConnectionColumns.module.scss (limited to 'src/components/ModalManageConnectionColumns.module.scss') 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; + } +} -- cgit v1.3.1