footer hover
This commit is contained in:
parent
a16b24ab4a
commit
8361c9be87
|
@ -46,8 +46,12 @@ body.page-home{
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
letter-spacing: 3px;
|
letter-spacing: 3px;
|
||||||
|
.transition( color 0.3s ease );
|
||||||
|
font-weight: 400;
|
||||||
|
|
||||||
&:hover{
|
&:hover{
|
||||||
|
color: @purple;
|
||||||
|
.transition( color 0.3s ease );
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -421,8 +421,14 @@ body.page-home #footer {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
letter-spacing: 3px;
|
letter-spacing: 3px;
|
||||||
|
-webkit-transition: color 0.3s ease;
|
||||||
|
transition: color 0.3s ease;
|
||||||
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
#footer .footer-links li a:hover {
|
#footer .footer-links li a:hover {
|
||||||
|
color: #822ff7;
|
||||||
|
-webkit-transition: color 0.3s ease;
|
||||||
|
transition: color 0.3s ease;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
#footer .buttons.navbar-nav {
|
#footer .buttons.navbar-nav {
|
||||||
|
|
Loading…
Reference in New Issue