summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_modal.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-04-06 23:19:55 +0500
committerCorey Hulen <corey@hulen.com>2016-04-06 11:19:55 -0700
commit32bc97f8559a3a1b9c9237dbb3640f9eac6daf98 (patch)
treeadf733dc5c6587bdab799de0d0eb125f55885036 /webapp/sass/components/_modal.scss
parent20274fe476b2bd547031c6fe86819c38dfee9050 (diff)
downloadchat-32bc97f8559a3a1b9c9237dbb3640f9eac6daf98.tar.gz
chat-32bc97f8559a3a1b9c9237dbb3640f9eac6daf98.tar.bz2
chat-32bc97f8559a3a1b9c9237dbb3640f9eac6daf98.zip
Multiple UI Improvements
* Multiple UI Improvements * Adding app_body behind missing classes
Diffstat (limited to 'webapp/sass/components/_modal.scss')
-rw-r--r--webapp/sass/components/_modal.scss34
1 files changed, 1 insertions, 33 deletions
diff --git a/webapp/sass/components/_modal.scss b/webapp/sass/components/_modal.scss
index 2348788f4..8796f2c60 100644
--- a/webapp/sass/components/_modal.scss
+++ b/webapp/sass/components/_modal.scss
@@ -39,38 +39,6 @@
}
}
- .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;
@@ -520,7 +488,7 @@
}
.more-modal__row {
- border-bottom: 1px solid;
+ border-bottom: 1px solid $light-gray;
display: flex;
padding: 8px 15px;
}