summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_sidebar--right.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-11-03 19:56:46 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-11-03 19:56:46 +0500
commitc49f3b3956fae1b00145568140c940d5fa053eb8 (patch)
treec4c15887238daa04bc47586c4b699cda03a969f3 /web/sass-files/sass/partials/_sidebar--right.scss
parentad3427e7e25c42f6087469703ed79153f6bb5344 (diff)
downloadchat-c49f3b3956fae1b00145568140c940d5fa053eb8.tar.gz
chat-c49f3b3956fae1b00145568140c940d5fa053eb8.tar.bz2
chat-c49f3b3956fae1b00145568140c940d5fa053eb8.zip
Multiple UI changes
Diffstat (limited to 'web/sass-files/sass/partials/_sidebar--right.scss')
-rw-r--r--web/sass-files/sass/partials/_sidebar--right.scss19
1 files changed, 12 insertions, 7 deletions
diff --git a/web/sass-files/sass/partials/_sidebar--right.scss b/web/sass-files/sass/partials/_sidebar--right.scss
index c954b03d8..a4267294c 100644
--- a/web/sass-files/sass/partials/_sidebar--right.scss
+++ b/web/sass-files/sass/partials/_sidebar--right.scss
@@ -80,13 +80,18 @@
}
.sidebar--right__subheader {
font-size: 1em;
- text-transform: uppercase;
- color: #999;
- font-weight: 400;
- color: #888;
- height: 44px;
- line-height: 44px;
- padding: 0 1em;
+ padding: 1em 1em 0;
+ h4 {
+ font-size: 1em;
+ }
+ ul {
+ @include opacity(0.7);
+ padding: 10px 0 0 30px;
+ }
+ li {
+ font-size: 0.95em;
+ padding-bottom: 10px;
+ }
}
}