From 6ad7fac6342204bc489ef49cb3ba8f450bfa3824 Mon Sep 17 00:00:00 2001 From: usodhi <61431818+usodhi@users.noreply.github.com> Date: Mon, 29 Jun 2020 16:57:47 +0530 Subject: refactored group view into new file --- src/client/util/GroupManager.scss | 56 +++++---------------------------------- 1 file changed, 6 insertions(+), 50 deletions(-) (limited to 'src/client/util/GroupManager.scss') 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 { -- cgit v1.2.3-70-g09d2