diff options
| author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-06-29 16:57:47 +0530 |
|---|---|---|
| committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-06-29 16:57:47 +0530 |
| commit | 6ad7fac6342204bc489ef49cb3ba8f450bfa3824 (patch) | |
| tree | ea27c3148ce4a076b925d93c58ec0b99b99c74e3 /src/client/util/GroupManager.scss | |
| parent | db3ed8fc7acbc1722160992b66fd6b3664c64007 (diff) | |
refactored group view into new file
Diffstat (limited to 'src/client/util/GroupManager.scss')
| -rw-r--r-- | src/client/util/GroupManager.scss | 56 |
1 files changed, 6 insertions, 50 deletions
diff --git a/src/client/util/GroupManager.scss b/src/client/util/GroupManager.scss index dea22703b..544a79e98 100644 --- a/src/client/util/GroupManager.scss +++ b/src/client/util/GroupManager.scss @@ -6,6 +6,11 @@ width: 450px; height: 300px; + .dialogue-box { + width: 450; + height: 300; + } + button { background: $lighter-alt-accent; outline: none; @@ -26,55 +31,6 @@ display: flex; flex-direction: column; - .dialogue-box { - width: 90%; - height: 80%; - - .editing-interface { - background-color: whitesmoke !important; - color: grey; - width: 100%; - height: 100%; - - .editing-header { - margin-bottom: 5; - - .group-buttons { - display: flex; - margin-top: 5; - - .add-member-dropdown { - width: 100%; - margin: 0 5; - } - } - } - - .editing-contents { - overflow-y: auto; - // max-height: 67%; - height: 67%; - width: 100%; - - .editing-row { - display: flex; - align-items: center; - border: 1px solid; - border-radius: 10px; - - .user-email { - // position: relative; - min-width: 65%; - word-break: break-all; - padding: 0 5; - } - } - } - - - } - } - .overlay { transform: translate(-20px, -20px); border-radius: 10px; @@ -95,7 +51,7 @@ right: 1em; top: 1em; cursor: pointer; - z-index: 1000; + z-index: 999; } .group-heading { |
