Add some transition effects.

This commit is contained in:
Danila Fedorin 2019-05-19 13:26:30 -07:00
parent 7be4e8d9e2
commit 8173a4d74a
1 changed files with 2 additions and 0 deletions

View File

@ -174,6 +174,7 @@ div.room-link-wrapper {
&:hover a {
color: $primary-color;
transition: color $transition-duration;
}
&.active {
@ -228,6 +229,7 @@ div.message-wrapper {
margin: 3px;
height: 40px;
width: 40px;
transition: background-color $transition-duration;
}
}