Added chat button to footer, nav

This commit is contained in:
mgabdev
2020-02-05 19:23:03 -05:00
parent 331ae0ca38
commit e92a419b2a
3 changed files with 28 additions and 5 deletions

View File

@@ -286,6 +286,19 @@
background-image: url('../images/sprite-main-navigation-links.png');
background-size: auto 84px;
&.chat {
font-size: 25px;
padding-top: 6px;
color: #C8C8C8;
background-image: none !important;
&--sm {
font-size: 20px !important;
width: 24px !important;
padding-top: 14px !important;
}
}
@media screen and (max-width: 895px) {
width: 32px;
background-size: auto 120px;