From f6b4a611d0ef28d5f08959a51c31ad480df1883a Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Tue, 14 Jun 2016 22:53:47 +0500 Subject: Multiple UI improvements (#3317) Removing break all Replacing jquery selectors and some other UI improvements Removing jquery selector --- webapp/sass/components/_modal.scss | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) (limited to 'webapp/sass/components/_modal.scss') diff --git a/webapp/sass/components/_modal.scss b/webapp/sass/components/_modal.scss index 30b5d29cd..8b078de86 100644 --- a/webapp/sass/components/_modal.scss +++ b/webapp/sass/components/_modal.scss @@ -29,6 +29,14 @@ } } + .row--invite { + .col-sm-6 { + &:first-child { + padding-right: 0; + } + } + } + .modal__hint { @include opacity(.8); display: block; @@ -194,8 +202,8 @@ } .modal-content { - border-radius: 0; - box-shadow: none; + @include box-shadow(0 0 10px rgba($black, .5)); + border-radius: $border-rad; } .modal-chevron-icon { @@ -417,24 +425,6 @@ } } - - .invite { - margin-right: 40px; - } - - .row--invite { - @include clearfix; - margin-right: 40px; - - .col-sm-6 { - padding: 0 0 0 15px; - - &:first-child { - padding-left: 0; - } - } - } - .more-modal { .user-list { margin-top: 10px; -- cgit v1.2.3-1-g7c22