Switch from sib-event to solid-event
This commit is contained in:
parent
9cc5ab7107
commit
3bec1062ff
@ -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)}`
|
||||||
|
@ -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;
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user