fix(BOOK-436): Added new section component and deprecated the other
Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
5
apps/scandic-web/components/Section/section.module.css
Normal file
5
apps/scandic-web/components/Section/section.module.css
Normal file
@@ -0,0 +1,5 @@
|
||||
.section {
|
||||
display: grid;
|
||||
gap: var(--Space-x3);
|
||||
z-index: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user