summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-07-17 22:06:53 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-07-17 22:06:53 +0500
commit30239d255ae8ecbed70bb7b5b10db23039ca649b (patch)
tree8401c242ad62d0ec1cfa23ad238866d3b7b58b29 /web/sass-files/sass
parent138d0ea12b6e0f2cd26f658224018c6a76e4d2a8 (diff)
downloadchat-30239d255ae8ecbed70bb7b5b10db23039ca649b.tar.gz
chat-30239d255ae8ecbed70bb7b5b10db23039ca649b.tar.bz2
chat-30239d255ae8ecbed70bb7b5b10db23039ca649b.zip
Improving image modals
Diffstat (limited to 'web/sass-files/sass')
-rw-r--r--web/sass-files/sass/partials/_headers.scss2
-rw-r--r--web/sass-files/sass/partials/_modal.scss1
2 files changed, 2 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_headers.scss b/web/sass-files/sass/partials/_headers.scss
index 89bbaef2b..e240d5151 100644
--- a/web/sass-files/sass/partials/_headers.scss
+++ b/web/sass-files/sass/partials/_headers.scss
@@ -65,7 +65,7 @@
float:left;
}
.channel-intro-title {
- font-weight:bold;
+ font-weight:600;
}
.channel-intro-text {
margin-top:35px;
diff --git a/web/sass-files/sass/partials/_modal.scss b/web/sass-files/sass/partials/_modal.scss
index 7367b5d1a..b26af1d32 100644
--- a/web/sass-files/sass/partials/_modal.scss
+++ b/web/sass-files/sass/partials/_modal.scss
@@ -145,6 +145,7 @@
.modal-image {
position:relative;
width:100%;
+ height: 100%;
margin: 0 auto;
.image-wrapper {
background: #FFF;