diff options
| author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-07-15 21:52:23 +0530 |
|---|---|---|
| committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-07-15 21:52:23 +0530 |
| commit | 3ad593cc8865d3fa1dc22bf403ad7cfaf1a751e6 (patch) | |
| tree | 107bd1b2f08d4e53557c56a2d934eaaccbff9812 /src/client/util/GroupMemberView.scss | |
| parent | e468d507c69b9149c0e972ebad3745e4a046ddf0 (diff) | |
bugfix + cleanup
Diffstat (limited to 'src/client/util/GroupMemberView.scss')
| -rw-r--r-- | src/client/util/GroupMemberView.scss | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/client/util/GroupMemberView.scss b/src/client/util/GroupMemberView.scss index a34e5b989..c609c5c7b 100644 --- a/src/client/util/GroupMemberView.scss +++ b/src/client/util/GroupMemberView.scss @@ -1,18 +1,12 @@ -// @import "../views/globalCssVariables"; - .editing-interface { - // background-color: whitesmoke !important; - // color: grey; width: 100%; height: 100%; - // color: black; hr { margin-top: 20; } button { - // background: $darker-alt-accent; outline: none; border-radius: 5px; border: 0px; @@ -78,7 +72,6 @@ .editing-contents { overflow-y: auto; - // max-height: 67%; height: 65%; width: 100%; color: black; @@ -89,11 +82,8 @@ align-items: center; margin-bottom: 10px; position: relative; - // border: 1px solid; - // border-radius: 10px; .user-email { - // position: relative; min-width: 65%; word-break: break-all; padding: 0 5; |
