summaryrefslogtreecommitdiff
path: root/src/components/ModalManageConnectionColumns.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ModalManageConnectionColumns.module.scss')
-rw-r--r--src/components/ModalManageConnectionColumns.module.scss18
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;
+ }
+}