Adds more hover effects

This commit is contained in:
apapachristou 2020-09-11 13:37:55 +03:00
parent 5365aa1842
commit 0648dfb58d
1 changed files with 16 additions and 3 deletions

View File

@ -45,8 +45,9 @@ $mat-card-header-size: 40px !default;
cursor: pointer;
}
.faq-title:hover {
color: #23bcba;
.faq-title:hover,
.lang:hover {
color: #23bcba !important;
}
.lang {
@ -56,7 +57,14 @@ $mat-card-header-size: 40px !default;
.hamburger {
display: inline-block;
cursor: pointer;
padding: 0.4rem 1.5rem 0rem;
padding: 0.6rem;
margin-left: 0.8rem;
margin-right: 0.8rem;
}
.hamburger:hover {
background-color: #ececec !important;
border-radius: 50%;
}
.icon-bar1,
@ -121,3 +129,8 @@ $mat-card-header-size: 40px !default;
.login-label {
text-transform: uppercase;
}
.navbar-nav:hover {
background-color: #ececec;
border-radius: 6px;
}