aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/GroupManager.scss
diff options
context:
space:
mode:
authorusodhi <61431818+usodhi@users.noreply.github.com>2020-06-25 22:57:30 +0530
committerusodhi <61431818+usodhi@users.noreply.github.com>2020-06-25 22:57:30 +0530
commit27543c9fe72fe4a6276b714307e365dd886240a5 (patch)
tree0c88dd09ae18cff62efaaa6398efceda28523e40 /src/client/util/GroupManager.scss
parentbb23d4e546a305d15cd5a7e7443a2bff8a17d1f6 (diff)
cleanup and comments
Diffstat (limited to 'src/client/util/GroupManager.scss')
-rw-r--r--src/client/util/GroupManager.scss45
1 files changed, 0 insertions, 45 deletions
diff --git a/src/client/util/GroupManager.scss b/src/client/util/GroupManager.scss
index 4df1b4758..dea22703b 100644
--- a/src/client/util/GroupManager.scss
+++ b/src/client/util/GroupManager.scss
@@ -50,7 +50,6 @@
}
}
-
.editing-contents {
overflow-y: auto;
// max-height: 67%;
@@ -169,57 +168,13 @@
margin: 2px 0;
}
- .error-text {
- color: #C40233;
- }
-
- .success-text {
- color: #009F6B;
- }
-
- p {
- padding: 0 0 .1em .2em;
- }
-
}
}
- .focus-span {
- text-decoration: underline;
- }
-
h1 {
color: $dark-color;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 120%;
}
-
- .container {
- display: block;
- position: relative;
- margin-top: 10px;
- margin-bottom: 10px;
- font-size: 22px;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- width: 700px;
- min-width: 700px;
- max-width: 700px;
- text-align: left;
- font-style: normal;
- font-size: 15;
- font-weight: normal;
- padding: 0;
-
- .padding {
- padding: 0 0 0 20px;
- color: black;
- }
-
-
-
- }
} \ No newline at end of file