Switch from sib-event to solid-event
This commit is contained in:
parent
9cc5ab7107
commit
3bec1062ff
@ -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)}`
|
||||
|
@ -3,7 +3,7 @@
|
||||
font-family: "Facit";
|
||||
font-weight: 400;
|
||||
color: #7A7F85;
|
||||
sib-event {
|
||||
solid-event {
|
||||
.red-button,
|
||||
.event-type {
|
||||
background-color: #C4262E;
|
||||
|
@ -1,5 +1,5 @@
|
||||
#circle-listevents
|
||||
sib-event(
|
||||
solid-event(
|
||||
class='w700'
|
||||
bind-resources
|
||||
nested-field="events"
|
||||
|
Loading…
Reference in New Issue
Block a user