Compare commits
3 Commits
cf213fbfbd
...
707eb95ef6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
707eb95ef6 | ||
|
|
36cd92b3e4 | ||
|
|
c5cae43428 |
9
resources/css/base/animation.css
Normal file
9
resources/css/base/animation.css
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
/**
|
||||||
|
* Animation for the hover top
|
||||||
|
*/
|
||||||
|
.animate-hover-top {
|
||||||
|
@apply transition-all duration-300 ease-out;
|
||||||
|
&:hover {
|
||||||
|
@apply translate-y-[-6px];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.article-card {
|
.article-card {
|
||||||
@apply bg-white border border-primary p-6 relative;
|
@apply bg-white border border-primary p-6 relative !flex flex-col;
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
@apply content-[''] absolute inset-0 border-primary w-full h-full pointer-events-none;
|
@apply content-[''] absolute inset-0 border-primary w-full h-full pointer-events-none;
|
||||||
|
|
@ -47,6 +47,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.cta--go {
|
.cta--go {
|
||||||
@apply text-primary;
|
@apply text-primary mt-auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user