|
|
@@ -9616,10 +9616,6 @@ footer .copyright .logo {
|
|
|
position: relative; }
|
|
|
.personals__link--wide:before {
|
|
|
display: none; }
|
|
|
- .personals__link:hover {
|
|
|
- text-decoration: none; }
|
|
|
-.personals__link:hover .personals__title {
|
|
|
- background: #d2dee9; }
|
|
|
.personals__link:hover .personals__details {
|
|
|
border-color: #d2dee9 !important; }
|
|
|
.personals__title {
|
|
|
@@ -9631,6 +9627,9 @@ footer .copyright .logo {
|
|
|
flex-direction: row;
|
|
|
flex-wrap: nowrap;
|
|
|
align-items: center; }
|
|
|
+ .personals__title:hover {
|
|
|
+ text-decoration: none;
|
|
|
+ background: #d2dee9; }
|
|
|
.personals__title--wide {
|
|
|
justify-content: space-between; }
|
|
|
.personals__name {
|