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; cursor: pointer;
} }
.faq-title:hover { .faq-title:hover,
color: #23bcba; .lang:hover {
color: #23bcba !important;
} }
.lang { .lang {
@ -56,7 +57,14 @@ $mat-card-header-size: 40px !default;
.hamburger { .hamburger {
display: inline-block; display: inline-block;
cursor: pointer; 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, .icon-bar1,
@ -121,3 +129,8 @@ $mat-card-header-size: 40px !default;
.login-label { .login-label {
text-transform: uppercase; text-transform: uppercase;
} }
.navbar-nav:hover {
background-color: #ececec;
border-radius: 6px;
}