aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/GroupManager.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/util/GroupManager.scss')
-rw-r--r--src/client/util/GroupManager.scss19
1 files changed, 8 insertions, 11 deletions
diff --git a/src/client/util/GroupManager.scss b/src/client/util/GroupManager.scss
index 673af16ee..66f11c529 100644
--- a/src/client/util/GroupManager.scss
+++ b/src/client/util/GroupManager.scss
@@ -21,7 +21,6 @@
}
.group-input {
-
input {
padding: 8px;
width: 100%;
@@ -33,13 +32,13 @@
border-color: inherit;
background: white;
color: black;
- height: 30;
+ height: 30px;
}
}
.select-users {
- margin-right: 3;
- max-height: 30;
+ margin-right: 3px;
+ max-height: 30px;
width: 100%;
display: inline-flex;
flex-direction: row;
@@ -51,7 +50,6 @@
}
}
-
button {
align-self: center;
outline: none;
@@ -108,7 +106,7 @@
.sort-groups {
text-align: left;
- margin-left: 5;
+ margin-left: 5px;
width: 50px;
cursor: pointer;
display: flex;
@@ -122,7 +120,7 @@
.group-body {
justify-content: space-between;
- height: 225;
+ height: 225px;
padding-right: 1em;
justify-content: space-around;
@@ -149,8 +147,8 @@
button {
position: absolute;
width: 30%;
- right: 2;
- margin-top: 0;
+ right: 2px;
+ margin-top: 0px;
}
}
@@ -161,7 +159,6 @@
min-width: 100%;
margin: 2px 0;
}
-
}
}
-} \ No newline at end of file
+}