Add hover on Location page pagination's progress
This commit is contained in:
@@ -240,6 +240,7 @@
|
|||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
letter-spacing: -0.05em;
|
letter-spacing: -0.05em;
|
||||||
|
transition: color 0.5s;
|
||||||
|
|
||||||
@include bp (sm) {
|
@include bp (sm) {
|
||||||
font-size: clamp(80px, 16vw, #{rem(160px)});
|
font-size: clamp(80px, 16vw, #{rem(160px)});
|
||||||
@@ -249,6 +250,11 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0 -10px;
|
margin: 0 -10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Hover
|
||||||
|
&:hover {
|
||||||
|
color: rgba($color-text, 0.4);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
Reference in New Issue
Block a user