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
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)}`

View File

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

View File

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