summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_modal.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-06-14 22:53:47 +0500
committerJoram Wilander <jwawilander@gmail.com>2016-06-14 13:53:47 -0400
commitf6b4a611d0ef28d5f08959a51c31ad480df1883a (patch)
tree5adeac68d78fe59cb6f7731cc953faec4bbc77df /webapp/sass/components/_modal.scss
parentaf4110b2ed9654986c8ef150d7ca9e76f326191c (diff)
downloadchat-f6b4a611d0ef28d5f08959a51c31ad480df1883a.tar.gz
chat-f6b4a611d0ef28d5f08959a51c31ad480df1883a.tar.bz2
chat-f6b4a611d0ef28d5f08959a51c31ad480df1883a.zip
Multiple UI improvements (#3317)
Removing break all Replacing jquery selectors and some other UI improvements Removing jquery selector
Diffstat (limited to 'webapp/sass/components/_modal.scss')
-rw-r--r--webapp/sass/components/_modal.scss30
1 files changed, 10 insertions, 20 deletions
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;