Short SnippetCard full linking
This commit is contained in:
@ -2,6 +2,8 @@
|
||||
// Cards
|
||||
// ===================================================
|
||||
.card {
|
||||
backface-visibility: hidden;
|
||||
will-change: transform;
|
||||
position: relative;
|
||||
transition: all 0.3s ease;
|
||||
margin: 1rem 1.25rem;
|
||||
@ -143,3 +145,14 @@
|
||||
margin-top: 0.375rem;
|
||||
}
|
||||
}
|
||||
|
||||
.clickable-card-wrapper {
|
||||
&:link, &:visited {
|
||||
&:hover, &:focus {
|
||||
text-decoration: none;
|
||||
.card {
|
||||
transform: scale(1.025);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user