From 701cbfa94abce6bb26d6bdada66c644a2d4fba0b Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Thu, 20 Aug 2015 21:48:49 +0500 Subject: Multiple UI Improvements --- web/sass-files/sass/partials/_modal.scss | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'web/sass-files/sass/partials/_modal.scss') 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; -- cgit v1.2.3-1-g7c22 From e7064e6449346c99514cb6569cafc68ebb51e1fe Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Fri, 21 Aug 2015 15:45:48 +0500 Subject: Solving conflicts and also fixing css for MM-1752 --- web/sass-files/sass/partials/_modal.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/sass-files/sass/partials/_modal.scss') 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 { -- cgit v1.2.3-1-g7c22