summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-08-20 19:22:56 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-08-20 19:22:56 +0500
commit1fd26d25f291cae2d93bb5aac3448e76a3200646 (patch)
tree5370fbe9b817eba52d8839e60cce8ee9518e18fe /web/sass-files/sass
parenta4681123f95a12dda81d4a611db504ae219c19ae (diff)
downloadchat-1fd26d25f291cae2d93bb5aac3448e76a3200646.tar.gz
chat-1fd26d25f291cae2d93bb5aac3448e76a3200646.tar.bz2
chat-1fd26d25f291cae2d93bb5aac3448e76a3200646.zip
Multiple UI Improvements
Diffstat (limited to 'web/sass-files/sass')
-rw-r--r--web/sass-files/sass/partials/_modal.scss7
-rw-r--r--web/sass-files/sass/partials/_popover.scss8
-rw-r--r--web/sass-files/sass/partials/_sidebar--left.scss13
3 files changed, 21 insertions, 7 deletions
diff --git a/web/sass-files/sass/partials/_modal.scss b/web/sass-files/sass/partials/_modal.scss
index 014f834ed..8462701c9 100644
--- a/web/sass-files/sass/partials/_modal.scss
+++ b/web/sass-files/sass/partials/_modal.scss
@@ -50,6 +50,13 @@
@include clearfix;
.modal-title {
float: left;
+ font-size: 16px;
+ line-height: 27px;
+ color: #f4f4f4;
+ .name {
+ font-weight: 600;
+ color: #fff;
+ }
}
.modal-action {
padding: 0;
diff --git a/web/sass-files/sass/partials/_popover.scss b/web/sass-files/sass/partials/_popover.scss
index 5008331b4..126d239ec 100644
--- a/web/sass-files/sass/partials/_popover.scss
+++ b/web/sass-files/sass/partials/_popover.scss
@@ -1,3 +1,8 @@
+.channel-header__info .popover-content {
+ max-height: 250px;
+ overflow: auto;
+}
+
.user-popover {
cursor: pointer;
display: inline-block;
@@ -13,4 +18,5 @@
overflow: hidden;
text-overflow: ellipsis;
display: block;
-} \ No newline at end of file
+}
+
diff --git a/web/sass-files/sass/partials/_sidebar--left.scss b/web/sass-files/sass/partials/_sidebar--left.scss
index 6d9f2ad8b..22b7426b1 100644
--- a/web/sass-files/sass/partials/_sidebar--left.scss
+++ b/web/sass-files/sass/partials/_sidebar--left.scss
@@ -38,24 +38,25 @@
height: 100%;
position: relative;
overflow: auto;
-
}
.nav-pills__unread-indicator {
position: absolute;
left: 0;
right: 0;
- width: 70%;
- background-color: darken($primary-color, 5%);
- color: white;
+ width: 72%;
+ color: #777;
+ background: #DCF0FF;
+ @include border-radius(50px);
margin: 0 auto;
- padding: 2px;
+ padding: 3px 0 4px;
+ font-size: 13.5px;
text-align: center;
z-index: 1;
}
.nav-pills__unread-indicator-top {
- top: 56px;
+ top: 66px;
}
.nav-pills__unread-indicator-bottom {
bottom: 0px;