Merge branch 'feature/resource-component' of https://git.startinblox.com/applications/hubl into feature/resource-component
This commit is contained in:
commit
1ae859e896
@ -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)}`
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.views-container
|
.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-type=`${endpoints.resourcestypes || (endpoints.get && endpoints.get.resourcestypes)}`
|
||||||
range-resource-keyword=`${endpoints.resourceskeywords || (endpoints.get && endpoints.get.resourceskeywords)}`
|
range-resource-keyword=`${endpoints.resourceskeywords || (endpoints.get && endpoints.get.resourceskeywords)}`
|
||||||
range-resource-circle=`${endpoints.circles || (endpoints.get && endpoints.get.circles)}`
|
range-resource-circle=`${endpoints.circles || (endpoints.get && endpoints.get.circles)}`
|
||||||
|
@ -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;
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
font-family: "Facit";
|
font-family: "Facit";
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #3A3A3A;
|
color: #3A3A3A;
|
||||||
sib-resource {
|
solid-resource {
|
||||||
background-color: #F0F3F6;
|
background-color: #F0F3F6;
|
||||||
.sib-resource {
|
.sib-resource {
|
||||||
font-family: "Facit";
|
font-family: "Facit";
|
||||||
|
@ -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"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#circle-listresources
|
#circle-listresources
|
||||||
sib-resource(
|
solid-resource(
|
||||||
class='w700'
|
class='w700'
|
||||||
bind-resources
|
bind-resources
|
||||||
nested-field="resources"
|
nested-field="resources"
|
||||||
|
Loading…
Reference in New Issue
Block a user