summaryrefslogtreecommitdiff
path: root/src/components/ConnectionTable.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ConnectionTable.module.scss')
-rw-r--r--src/components/ConnectionTable.module.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/components/ConnectionTable.module.scss b/src/components/ConnectionTable.module.scss
index 180b9ae..f516003 100644
--- a/src/components/ConnectionTable.module.scss
+++ b/src/components/ConnectionTable.module.scss
@@ -20,9 +20,9 @@
}
.btnSection {
- width: 140px;
- display: flex;
- justify-content: space-between;
+ button {
+ margin-right: 15px;
+ }
}
.break {
@@ -53,6 +53,7 @@
.overlay {
background: #444;
}
+
.modal {
background-color: var(--bg-modal);
// color: var(--color-text);