diff --git a/src/page-events.pug b/src/page-events.pug index 865da57..faaed63 100644 --- a/src/page-events.pug +++ b/src/page-events.pug @@ -1,5 +1,5 @@ .views-container - sib-event(data-src=`${endpoints.events || (endpoints.get && endpoints.get.events)}` + solid-event(data-src=`${endpoints.events || (endpoints.get && endpoints.get.events)}` range-event-type=`${endpoints.typeevents || (endpoints.get && endpoints.get.typeevents)}` range-event-circle=`${endpoints.circles || (endpoints.get && endpoints.get.circles)}` upload-dir=`${endpoints.uploads || (endpoints.get && endpoints.get.uploads)}` diff --git a/src/styles/layout/events/events.scss b/src/styles/layout/events/events.scss index af9af2e..aca9d36 100644 --- a/src/styles/layout/events/events.scss +++ b/src/styles/layout/events/events.scss @@ -3,7 +3,7 @@ font-family: "Facit"; font-weight: 400; color: #7A7F85; - sib-event { + solid-event { .red-button, .event-type { background-color: #C4262E; diff --git a/src/views/circle/page-circle-events.pug b/src/views/circle/page-circle-events.pug index beba9b6..ca8b0a7 100644 --- a/src/views/circle/page-circle-events.pug +++ b/src/views/circle/page-circle-events.pug @@ -1,5 +1,5 @@ #circle-listevents - sib-event( + solid-event( class='w700' bind-resources nested-field="events"