summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-02-08 07:57:21 -0500
committerJoram Wilander <jwawilander@gmail.com>2016-02-08 07:57:21 -0500
commit96cb7345dafbf07027acb9dc05fc7d0808a4ac38 (patch)
tree0df3f431dd2d2a0561dff3341f4cd8331a32108c /web/sass-files/sass/partials
parentbe70bbc2f027bcc32d54e03c6b66f7e3aadec425 (diff)
parent39b35b7b394cdc2391beaff8b96cd733400ebcb8 (diff)
downloadchat-96cb7345dafbf07027acb9dc05fc7d0808a4ac38.tar.gz
chat-96cb7345dafbf07027acb9dc05fc7d0808a4ac38.tar.bz2
chat-96cb7345dafbf07027acb9dc05fc7d0808a4ac38.zip
Merge pull request #2089 from mattermost/plt-1205
PLT-1205 Remove appearance settings tab and move theme management to display s…
Diffstat (limited to 'web/sass-files/sass/partials')
-rw-r--r--web/sass-files/sass/partials/_settings.scss10
1 files changed, 9 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_settings.scss b/web/sass-files/sass/partials/_settings.scss
index bd47ca960..bf296e913 100644
--- a/web/sass-files/sass/partials/_settings.scss
+++ b/web/sass-files/sass/partials/_settings.scss
@@ -178,9 +178,17 @@
}
}
}
+
+ .theme-elements {
+ padding-left:15px;
+ .element {
+ margin-right:10px;
+ }
+ }
+
.custom-label {
font-weight: normal;
- font-size: 13px;
+ font-size: 12px;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;