From 353216e05c84727a43445bc5c4bb79fe94dcfca4 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 6 Jun 2016 17:46:03 +0500 Subject: PLT-3182 - Improving switch channels modal and some minor UI improvements (#3238) * PLT-3182 - Improving switch channels modal and some minor UI improvements Enabling link previews Adding compact layout to RHS Improving timestamps * Adding update code for RHS components --- webapp/sass/components/_modal.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'webapp/sass/components/_modal.scss') diff --git a/webapp/sass/components/_modal.scss b/webapp/sass/components/_modal.scss index 3d3a11de0..30b5d29cd 100644 --- a/webapp/sass/components/_modal.scss +++ b/webapp/sass/components/_modal.scss @@ -29,6 +29,21 @@ } } + .modal__hint { + @include opacity(.8); + display: block; + font-size: .9em; + margin: 0 0 10px; + } + + .modal__error { + color: $red; + float: left; + font-size: .95em; + font-weight: normal; + margin-top: 6px; + } + .more-table { margin: 0; table-layout: fixed; -- cgit v1.2.3-1-g7c22