summaryrefslogtreecommitdiff
path: root/src/components/ConnectionTable.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ConnectionTable.scss')
-rw-r--r--src/components/ConnectionTable.scss23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/components/ConnectionTable.scss b/src/components/ConnectionTable.scss
new file mode 100644
index 0000000..22324db
--- /dev/null
+++ b/src/components/ConnectionTable.scss
@@ -0,0 +1,23 @@
+.connections-table {
+ td.ctrl {
+ min-width: 4em;
+ text-align: center;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+
+ svg {
+ height: 16px;
+ }
+ }
+
+ td.type,
+ td.start,
+ td.downloadSpeedCurr,
+ td.uploadSpeedCurr,
+ td.download,
+ td.upload {
+ min-width: 7em;
+ text-align: center;
+ }
+}