summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_modal.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-07-10 02:38:19 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-07-10 02:38:19 +0500
commit53d0420e2436e203e8467f22ea066ea13b2bce41 (patch)
tree985ede53f03e32ff2964ea596ee776707317d15f /web/sass-files/sass/partials/_modal.scss
parent763618ef3613d0af6baea0e1d49abb6641979841 (diff)
downloadchat-53d0420e2436e203e8467f22ea066ea13b2bce41.tar.gz
chat-53d0420e2436e203e8467f22ea066ea13b2bce41.tar.bz2
chat-53d0420e2436e203e8467f22ea066ea13b2bce41.zip
Improving mentions list and other UI improvements
Diffstat (limited to 'web/sass-files/sass/partials/_modal.scss')
-rw-r--r--web/sass-files/sass/partials/_modal.scss20
1 files changed, 20 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_modal.scss b/web/sass-files/sass/partials/_modal.scss
index 637f908ca..707e71cf0 100644
--- a/web/sass-files/sass/partials/_modal.scss
+++ b/web/sass-files/sass/partials/_modal.scss
@@ -15,6 +15,10 @@
}
.remove__member {
float: right;
+ color: #E56565;
+ font-size: 20px;
+ line-height: 0;
+ padding: 6px;
}
.modal-dialog {
max-width: 95%;
@@ -268,3 +272,19 @@
}
}
}
+
+// Invite New Member
+.invite {
+ margin-right: 40px;
+}
+
+.row--invite {
+ margin-right: 40px;
+ @include clearfix;
+ .col-sm-6 {
+ padding: 0 0 0 15px;
+ &:first-child {
+ padding-left: 0;
+ }
+ }
+} \ No newline at end of file