summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_modal.scss
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-03-31 10:05:05 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-03-31 10:05:05 -0400
commit5feda3559106e9d1f156fe25761c1a8c7c21db26 (patch)
tree0e0ec7b544deda72ae229a25b7ddc56fa23a642e /webapp/sass/components/_modal.scss
parentc8b2af62468c5d0906ba08d3e2a378681f99eb08 (diff)
parentc67bcba3aee82f127ffe541201d4f1438a56a059 (diff)
downloadchat-5feda3559106e9d1f156fe25761c1a8c7c21db26.tar.gz
chat-5feda3559106e9d1f156fe25761c1a8c7c21db26.tar.bz2
chat-5feda3559106e9d1f156fe25761c1a8c7c21db26.zip
Merge pull request #2587 from asaadmahmoodspin/ui-improvements
Improvements to preview textarea and about modal
Diffstat (limited to 'webapp/sass/components/_modal.scss')
-rw-r--r--webapp/sass/components/_modal.scss32
1 files changed, 32 insertions, 0 deletions
diff --git a/webapp/sass/components/_modal.scss b/webapp/sass/components/_modal.scss
index 4e2049857..2348788f4 100644
--- a/webapp/sass/components/_modal.scss
+++ b/webapp/sass/components/_modal.scss
@@ -39,6 +39,38 @@
}
}
+ .padding-top {
+ padding-top: 7px;
+
+ &.x2 {
+ padding-top: 14px;
+ }
+
+ &.x3 {
+ padding-top: 21px;
+ }
+ }
+
+ .padding-bottom {
+ padding-bottom: 7px;
+
+ &.x2 {
+ padding-bottom: 14px;
+ }
+
+ &.x3 {
+ padding-bottom: 21px;
+ }
+
+ .control-label {
+ font-weight: 600;
+
+ &.text-left {
+ text-align: left;
+ }
+ }
+ }
+
.custom-textarea {
border-color: $light-gray;
color: inherit;