summaryrefslogtreecommitdiffstats
path: root/webapp/sass/routes/_admin-console.scss
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2017-01-12 19:59:37 -0500
committerChristopher Speller <crspeller@gmail.com>2017-01-12 19:59:37 -0500
commit8fb66c2b834ee4e0669de173e5ddfebd56c34d58 (patch)
tree9e8e66772d44c4f9010a48c8e0afed70421238b1 /webapp/sass/routes/_admin-console.scss
parent4208e42ba9df02b9c4bd7081179922c21206d83d (diff)
parentaafb8be87c79c60df7534b3b69f967c6301b157e (diff)
downloadchat-8fb66c2b834ee4e0669de173e5ddfebd56c34d58.tar.gz
chat-8fb66c2b834ee4e0669de173e5ddfebd56c34d58.tar.bz2
chat-8fb66c2b834ee4e0669de173e5ddfebd56c34d58.zip
Merge branch 'release-3.6'
Diffstat (limited to 'webapp/sass/routes/_admin-console.scss')
-rw-r--r--webapp/sass/routes/_admin-console.scss51
1 files changed, 25 insertions, 26 deletions
diff --git a/webapp/sass/routes/_admin-console.scss b/webapp/sass/routes/_admin-console.scss
index 64fad6aec..56199a545 100644
--- a/webapp/sass/routes/_admin-console.scss
+++ b/webapp/sass/routes/_admin-console.scss
@@ -245,38 +245,37 @@
.more-modal__list {
.filtered-user-list {
- .filter-controls {
- padding-bottom: 1em;
+ .filter-controls {
+ padding-bottom: 1em;
+ }
}
- }
- .filter-row {
- margin: 10px 0;
- overflow: hidden;
+ .filter-row {
+ margin: 10px 0;
+ }
}
-}
-
-.member-list-holder {
- background: $white;
- margin-bottom: 4em;
- overflow: visible;
- padding: 5px 0;
- .more-modal__list {
+ .member-list-holder {
+ background: $white;
+ margin-bottom: 4em;
overflow: visible;
- }
+ padding: 5px 0;
+
+ .more-modal__list {
+ overflow: visible;
+ }
- .more-modal__row {
- &:last-child {
- border: none;
+ .more-modal__row {
+ &:last-child {
+ border: none;
+ }
}
}
-}
-.member-count {
- @include opacity(.7);
- margin-top: 8px;
-}
+ .member-count {
+ @include opacity(.7);
+ margin-top: 8px;
+ }
}
.brand-img {
@@ -469,13 +468,13 @@
}
.cluster-status {
- width: 24px;
height: 24px;
+ width: 24px;
}
.config-hash {
- width: 130px;
- white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
+ white-space: nowrap;
+ width: 130px;
}