hover card with bg
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s
This commit is contained in:
parent
a0f0110fa6
commit
dbf9097701
7 changed files with 110 additions and 50 deletions
|
|
@ -3,6 +3,7 @@
|
|||
.card--article-small{
|
||||
|
||||
@include grid-content();
|
||||
|
||||
margin-bottom: calc(var(--spacing)*0.5);
|
||||
|
||||
padding-bottom: calc(var(--spacing)*0.5);
|
||||
|
|
@ -45,11 +46,10 @@
|
|||
max-width: 32ch;
|
||||
}
|
||||
|
||||
&:hover{
|
||||
background-color: var(--grey-950);
|
||||
}
|
||||
|
||||
|
||||
@include btn--go-to();
|
||||
@include hover-card-line();
|
||||
|
||||
|
||||
@media #{$medium}{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue