carhop__dynamiques-theme__P.../resources/css/components/post-card--revue.css

9 lines
188 B
CSS

.post-card--revue {
&:after {
content: '';
@apply absolute top-0 left-0 w-full h-full border border-primary;
z-index: -1;
transform: translate(10px, 10px);
}
}