summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_modal.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-03-31 17:55:26 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-03-31 17:55:26 +0500
commitc67bcba3aee82f127ffe541201d4f1438a56a059 (patch)
tree4b98b011b80ac7856cc8dc8894977762cbca4cfd /webapp/sass/components/_modal.scss
parentdd20f2c697abf20d752de0e10ba1e98f8cf2b90f (diff)
downloadchat-c67bcba3aee82f127ffe541201d4f1438a56a059.tar.gz
chat-c67bcba3aee82f127ffe541201d4f1438a56a059.tar.bz2
chat-c67bcba3aee82f127ffe541201d4f1438a56a059.zip
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;