Add hover on Newsletter module links
This commit is contained in:
@@ -33,9 +33,22 @@
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
}
|
||||
.past-issues {
|
||||
&:hover {
|
||||
&, span {
|
||||
color: $color-secondary;
|
||||
}
|
||||
span {
|
||||
border-color: $color-secondary;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Variants
|
||||
|
||||
/*
|
||||
** Variants
|
||||
*/
|
||||
// Default color
|
||||
&--default {
|
||||
background: $color-tertiary 50% 0 / cover url(#{$dir-img}/newsletter-beige.jpg) no-repeat;
|
||||
|
||||
Reference in New Issue
Block a user