Merge branch 'feature/resource-component' of https://git.startinblox.com/applications/hubl into feature/resource-component

This commit is contained in:
Marjolaine Le Bon 2020-08-11 19:55:19 +02:00
commit 1ae859e896
6 changed files with 6 additions and 6 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

@ -1,5 +1,5 @@
.views-container
sib-resource(data-src=`${endpoints.resources || (endpoints.get && endpoints.get.resources)}`
solid-resource(data-src=`${endpoints.resources || (endpoints.get && endpoints.get.resources)}`
range-resource-type=`${endpoints.resourcestypes || (endpoints.get && endpoints.get.resourcestypes)}`
range-resource-keyword=`${endpoints.resourceskeywords || (endpoints.get && endpoints.get.resourceskeywords)}`
range-resource-circle=`${endpoints.circles || (endpoints.get && endpoints.get.circles)}`

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

@ -3,7 +3,7 @@
font-family: "Facit";
font-weight: 400;
color: #3A3A3A;
sib-resource {
solid-resource {
background-color: #F0F3F6;
.sib-resource {
font-family: "Facit";

View File

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

View File

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