FEATURE introducing specific card variations
This commit is contained in:
parent
63ec998a05
commit
dca838ec8c
0
resources/css/components/post-card--article.css
Normal file
0
resources/css/components/post-card--article.css
Normal file
8
resources/css/components/post-card--revue.css
Normal file
8
resources/css/components/post-card--revue.css
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
.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);
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user