Skip to content

Commit

Permalink
Some typography color updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Vb Streetz committed Mar 20, 2020
1 parent a5c5c1d commit 2490499
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions app/assets/v2/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1707,12 +1707,8 @@ div.busyOverlay {
}
.chat_presence_indicator.mini .indicator {
font-size: 24px;
line-height: 0px;
line-height: 0px
}
<<<<<<< HEAD
.navbar .chat_presence_indicator:hover {
background-color: rgba(0, 0, 0, 0.5);
=======
.indie_chat_indicator{
color: #0fce7c;
display: inline;
Expand All @@ -1722,18 +1718,16 @@ div.busyOverlay {
}
.navbar .chat_presence_indicator:hover{
background-color: rgba(0,0,0,.5);
>>>>>>> a much more elegant scheme for live call presence
border-radius: 5px;
}
.navbar .chat_presence_indicator {
.navbar .chat_presence_indicator{
position: relative;
left: -16px;
top: -4px;
}
.navbar .chat_presence_indicator .indicator {
.navbar .chat_presence_indicator .indicator{
font-size: 22px;
}

.bg-shade-0 {
background: var(--bg-shade-0);
}
Expand Down

0 comments on commit 2490499

Please sign in to comment.