add date list component
This commit is contained in:
8
web/src/components/events/dateList.module.scss
Normal file
8
web/src/components/events/dateList.module.scss
Normal file
@ -0,0 +1,8 @@
|
||||
.dateList {
|
||||
list-style: none;
|
||||
margin-bottom: var(--spacing-sitepadding);
|
||||
}
|
||||
|
||||
.date {
|
||||
background: var(--color-goldenBeige);
|
||||
}
|
Reference in New Issue
Block a user