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