summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_modal.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-09-24 21:05:21 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-09-24 21:05:21 +0500
commit1ca84a8f8a2af05d39abbd888823faf62c7840b4 (patch)
treef1d502bf32f169a41e9a8202a814592dddbb5b19 /web/sass-files/sass/partials/_modal.scss
parent6c0d094d13e73346234bd5ca52b21323893cbbe5 (diff)
downloadchat-1ca84a8f8a2af05d39abbd888823faf62c7840b4.tar.gz
chat-1ca84a8f8a2af05d39abbd888823faf62c7840b4.tar.bz2
chat-1ca84a8f8a2af05d39abbd888823faf62c7840b4.zip
plt-298 - Improving UI for webhooks
Diffstat (limited to 'web/sass-files/sass/partials/_modal.scss')
-rw-r--r--web/sass-files/sass/partials/_modal.scss16
1 files changed, 11 insertions, 5 deletions
diff --git a/web/sass-files/sass/partials/_modal.scss b/web/sass-files/sass/partials/_modal.scss
index b0d5a0f7d..e4e8b20b6 100644
--- a/web/sass-files/sass/partials/_modal.scss
+++ b/web/sass-files/sass/partials/_modal.scss
@@ -11,6 +11,9 @@
}
a, a:focus, a:hover {
color: #2389D7;
+ &.text-danger {
+ color: #a94442;
+ }
}
.custom-textarea {
color: inherit;
@@ -20,11 +23,14 @@
box-shadow: none;
}
}
- .btn.btn-primary {
- background: #4285f4;
- &:hover, &:focus, &:active {
- background: $primary-color--hover;
- color: #fff;
+ .btn {
+ font-size: 13px;
+ &.btn-primary {
+ background: #4285f4;
+ &:hover, &:focus, &:active {
+ background: $primary-color--hover;
+ color: #fff;
+ }
}
}
.info__label {