summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-01-04 04:23:27 +0500
committerJoram Wilander <jwawilander@gmail.com>2017-01-03 18:23:27 -0500
commitf1679cb2a0435834ae5e2e3284e686830753d06a (patch)
treeb21b024b47338ff5cd8ab67b47f7aa0cd40f24e1 /webapp/sass/layout
parent621880569565fe0d6c015dc1a5f514bc92dac395 (diff)
downloadchat-f1679cb2a0435834ae5e2e3284e686830753d06a.tar.gz
chat-f1679cb2a0435834ae5e2e3284e686830753d06a.tar.bz2
chat-f1679cb2a0435834ae5e2e3284e686830753d06a.zip
Ui improvements (#4900)
* PLT-5091 - Updating teams sidebar style * PLT-4650 - Updating bot indicator * Removing text decoration * Fixing dropdown menu in admin console * Updating bot indicator position on desktop * Updating bot indicator on mobile * Moving bot indicator below for mobile * Adding bg to the bot indicator * Updating css for bot indicator in compact view
Diffstat (limited to 'webapp/sass/layout')
-rw-r--r--webapp/sass/layout/_post.scss6
-rw-r--r--webapp/sass/layout/_team-sidebar.scss6
2 files changed, 8 insertions, 4 deletions
diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss
index 7d1125b19..fae09a21a 100644
--- a/webapp/sass/layout/_post.scss
+++ b/webapp/sass/layout/_post.scss
@@ -1234,10 +1234,10 @@
.bot-indicator {
border-radius: 2px;
font-family: inherit;
- font-size: 11px;
+ font-size: 10px;
font-weight: 600;
- margin: 0 10px 0 -4px;
- padding: 2px 4px;
+ margin: 2px 10px 0 -4px;
+ padding: 1px 4px;
}
.permalink-text {
diff --git a/webapp/sass/layout/_team-sidebar.scss b/webapp/sass/layout/_team-sidebar.scss
index 2bf072ed0..52f2dbd06 100644
--- a/webapp/sass/layout/_team-sidebar.scss
+++ b/webapp/sass/layout/_team-sidebar.scss
@@ -20,10 +20,14 @@
text-align: center;
width: 100%;
+ a {
+ text-decoration: none;
+ }
+
.team-btn {
@include border-radius(2px);
background-color: alpha-color($black, .3);
- border: 1px solid transparent;
+ border: 1px solid alpha-color($white, .2);
display: table-cell;
font-size: 12px;
font-weight: bold;