summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_settings.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/_settings.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/_settings.scss')
-rw-r--r--web/sass-files/sass/partials/_settings.scss15
1 files changed, 15 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_settings.scss b/web/sass-files/sass/partials/_settings.scss
index 8dcd8f35c..3aab05d70 100644
--- a/web/sass-files/sass/partials/_settings.scss
+++ b/web/sass-files/sass/partials/_settings.scss
@@ -32,6 +32,7 @@
}
.settings-table {
display: table;
+ table-layout: fixed;
width: 100%;
> div {
display: table-cell;
@@ -125,6 +126,10 @@
}
}
+ .font--small {
+ font-size: 13px;
+ }
+
.section-describe {
color:grey;
}
@@ -155,8 +160,18 @@
.has-error {
color: #a94442;
}
+ .padding-top {
+ padding-top: 7px;
+ &.x2 {
+ padding-top: 14px;
+ }
+ }
.control-label {
color: #555;
+ font-weight: 600;
+ &.text-left {
+ text-align: left;
+ }
}
hr {
border-color: #ccc;