summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_settings.scss
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-09-23 10:12:40 -0400
committerJoramWilander <jwawilander@gmail.com>2015-09-23 10:12:40 -0400
commite4a15076f458be1416de25b2c45578975b914de5 (patch)
tree0c8a91d17ee2546ee9de969ede2e979c5a4f5a52 /web/sass-files/sass/partials/_settings.scss
parent0391e5fe96d922f1e4a6ca2418a871ba1e88c9d2 (diff)
downloadchat-e4a15076f458be1416de25b2c45578975b914de5.tar.gz
chat-e4a15076f458be1416de25b2c45578975b914de5.tar.bz2
chat-e4a15076f458be1416de25b2c45578975b914de5.zip
Implement UI theme colors.
Diffstat (limited to 'web/sass-files/sass/partials/_settings.scss')
-rw-r--r--web/sass-files/sass/partials/_settings.scss30
1 files changed, 30 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_settings.scss b/web/sass-files/sass/partials/_settings.scss
index 2b59a943b..8dcd8f35c 100644
--- a/web/sass-files/sass/partials/_settings.scss
+++ b/web/sass-files/sass/partials/_settings.scss
@@ -79,6 +79,36 @@
}
}
+ .appearance-section {
+ .premade-themes {
+ .theme-label {
+ font-weight: 400;
+ margin-top: 5px;
+ }
+ img {
+ border: 3px solid transparent;
+ }
+ .active {
+ img {
+ border-color: $primary-color;
+ }
+ }
+ }
+ .custom-label {
+ font-weight: normal;
+ font-size: 13px;
+ width: 100%;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ margin-bottom: 0;
+ }
+ .radio {
+ label {
+ font-weight: 600;
+ }
+ }
+ }
+
.section-title {
margin-bottom: 5px;
font-weight: 600;