hover color fix
This commit is contained in:
parent
03ab40eed5
commit
e4b5ed5e4b
1 changed files with 9 additions and 3 deletions
|
@ -33,7 +33,7 @@
|
||||||
color: rgba(124, 139, 175, 1);
|
color: rgba(124, 139, 175, 1);
|
||||||
font-size: 19px;
|
font-size: 19px;
|
||||||
display: block;
|
display: block;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
.hosting-dashboard-item:hover,
|
.hosting-dashboard-item:hover,
|
||||||
.hosting-dashboard-item:focus,
|
.hosting-dashboard-item:focus,
|
||||||
|
@ -48,15 +48,21 @@
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
border-bottom: 2px solid #acb5cf;
|
border-bottom: 2px solid #acb5cf;
|
||||||
margin-bottom: 25px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hosting-dashboard-image {
|
.hosting-dashboard-image {
|
||||||
height: 110px;
|
height: 120px;
|
||||||
fill: #8b9bb7;
|
fill: #8b9bb7;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
.hosting-dashboard-item:hover .hosting-dashboard-image,
|
||||||
|
.hosting-dashboard-item:focus .hosting-dashboard-image,
|
||||||
|
.hosting-dashboard-item:active .hosting-dashboard-image {
|
||||||
|
fill: #6D84AC;
|
||||||
|
color: #6D84AC;
|
||||||
|
}
|
||||||
.hosting-dashboard-image img,
|
.hosting-dashboard-image img,
|
||||||
.hosting-dashboard-image svg {
|
.hosting-dashboard-image svg {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in a new issue