Switch from sib-event to solid-event

This commit is contained in:
Benoit Alessandroni 2020-08-11 19:09:14 +02:00
parent 9cc5ab7107
commit 3bec1062ff
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
.views-container .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-type=`${endpoints.typeevents || (endpoints.get && endpoints.get.typeevents)}`
range-event-circle=`${endpoints.circles || (endpoints.get && endpoints.get.circles)}` range-event-circle=`${endpoints.circles || (endpoints.get && endpoints.get.circles)}`
upload-dir=`${endpoints.uploads || (endpoints.get && endpoints.get.uploads)}` upload-dir=`${endpoints.uploads || (endpoints.get && endpoints.get.uploads)}`

View File

@ -3,7 +3,7 @@
font-family: "Facit"; font-family: "Facit";
font-weight: 400; font-weight: 400;
color: #7A7F85; color: #7A7F85;
sib-event { solid-event {
.red-button, .red-button,
.event-type { .event-type {
background-color: #C4262E; background-color: #C4262E;

View File

@ -1,5 +1,5 @@
#circle-listevents #circle-listevents
sib-event( solid-event(
class='w700' class='w700'
bind-resources bind-resources
nested-field="events" nested-field="events"