summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-08-21 15:45:48 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-08-21 15:45:48 +0500
commite7064e6449346c99514cb6569cafc68ebb51e1fe (patch)
treebf298d750ee09121b909e3e66cd9d96708ba1279 /web/sass-files/sass
parentda97cecd256bcfa04e74bb868b091bf7b2e81739 (diff)
downloadchat-e7064e6449346c99514cb6569cafc68ebb51e1fe.tar.gz
chat-e7064e6449346c99514cb6569cafc68ebb51e1fe.tar.bz2
chat-e7064e6449346c99514cb6569cafc68ebb51e1fe.zip
Solving conflicts and also fixing css for MM-1752
Diffstat (limited to 'web/sass-files/sass')
-rw-r--r--web/sass-files/sass/partials/_headers.scss3
-rw-r--r--web/sass-files/sass/partials/_modal.scss2
2 files changed, 4 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_headers.scss b/web/sass-files/sass/partials/_headers.scss
index da648a170..571c7ff1f 100644
--- a/web/sass-files/sass/partials/_headers.scss
+++ b/web/sass-files/sass/partials/_headers.scss
@@ -65,6 +65,9 @@
}
.channel-intro-img {
float:left;
+ img {
+ @include border-radius(100px);
+ }
}
.channel-intro__title {
font-weight:600;
diff --git a/web/sass-files/sass/partials/_modal.scss b/web/sass-files/sass/partials/_modal.scss
index 8462701c9..dec08b567 100644
--- a/web/sass-files/sass/partials/_modal.scss
+++ b/web/sass-files/sass/partials/_modal.scss
@@ -50,7 +50,7 @@
@include clearfix;
.modal-title {
float: left;
- font-size: 16px;
+ font-size: 17px;
line-height: 27px;
color: #f4f4f4;
.name {