introducing explainer screen component
This commit is contained in:
parent
721256233b
commit
90f2a1029e
|
|
@ -120,6 +120,7 @@
|
|||
@import './blocks/parcours-renovateur.css';
|
||||
@import './blocks/page-card.css';
|
||||
@import './blocks/lightbox-gallery.css';
|
||||
@import './blocks/explainer-screen.css';
|
||||
|
||||
/* Home */
|
||||
@import './blocks/home-header.css';
|
||||
|
|
|
|||
10
resources/css/blocks/explainer-screen.css
Normal file
10
resources/css/blocks/explainer-screen.css
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
.homegrade-blocks-explainer-screen {
|
||||
@apply border-2 border-neutral-200 p-8 rounded-3xl;
|
||||
&__step-position {
|
||||
@apply text-xs font-bold text-neutral-500 !mb-0 uppercase;
|
||||
}
|
||||
|
||||
&__step-title {
|
||||
@apply !mt-0 !mb-8 text-2xl font-bold !text-neutral-900;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user