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.scss25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/client/util/GroupManager.scss b/src/client/util/GroupManager.scss
index 8a2c616b1..34d4f40f8 100644
--- a/src/client/util/GroupManager.scss
+++ b/src/client/util/GroupManager.scss
@@ -1,8 +1,4 @@
-// @import "../views/globalCssVariables";
-
.group-interface {
- // background-color: whitesmoke !important;
- // color: grey;
width: 550px;
height: 300px;
@@ -12,21 +8,17 @@
flex-direction: column;
height: 90%;
justify-content: space-between;
- // flex-basis: 30%;
margin-left: 5px;
input {
border-radius: 5px;
- // border: none;
padding: 8px;
min-width: 100%;
- // margin: 4px 0 4px 0;
border: 1px solid hsl(0, 0%, 80%);
outline: none;
height: 30;
&:focus {
- // border: unset;
border: 2.5px solid #2684FF;
}
}
@@ -43,18 +35,12 @@
}
}
- // .dialogue-box {
- // width: 450;
- // height: 300;
- // }
button {
- // background: $lighter-alt-accent;
align-self: center;
outline: none;
border-radius: 5px;
border: 0px;
- // color: #fcfbf7;
text-transform: none;
letter-spacing: 2px;
font-size: 75%;
@@ -94,10 +80,8 @@
p {
font-size: 20px;
text-align: left;
- // margin: 0 0 20px 0;
margin-right: 15px;
color: black;
- // width: 60%;
}
}
@@ -112,14 +96,10 @@
}
.group-body {
- // display: flex;
justify-content: space-between;
- // max-height: 80%;
height: 220;
background-color: #e8e8e8;
- // flex-direction: column;
- // padding-left: 1em;
padding-right: 1em;
justify-content: space-around;
text-align: left;
@@ -129,17 +109,12 @@
.group-row {
display: flex;
- // position: relative;
margin-bottom: 5px;
min-height: 30px;
- // border: 1px solid;
- // border-radius: 10px;
align-items: center;
.group-name {
- // position: relative;
max-width: 65%;
- // left: 10;
margin: 0 10;
color: black;
}