mirror of
https://github.com/kremalicious/blog.git
synced 2025-01-02 18:13:10 +01:00
fix featured style
This commit is contained in:
parent
088089e684
commit
77afcb72b1
@ -15,7 +15,7 @@
|
||||
|
||||
.featuredTitle {
|
||||
transition: .1s ease-out;
|
||||
font-size: $font-size-small;
|
||||
font-size: $font-size-base;
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
top: 25%;
|
||||
@ -35,14 +35,21 @@
|
||||
position: relative;
|
||||
margin-bottom: 3%;
|
||||
|
||||
a:hover {
|
||||
a {
|
||||
> div {
|
||||
border-color: $link-color !important;
|
||||
@include media-frame();
|
||||
}
|
||||
|
||||
.featuredTitle {
|
||||
opacity: 1;
|
||||
transform: translate3d(0, 0, 0);
|
||||
&:hover,
|
||||
&:focus {
|
||||
> div {
|
||||
border-color: $link-color !important;
|
||||
}
|
||||
|
||||
.featuredTitle {
|
||||
opacity: 1;
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user