Skip to content
Snippets Groups Projects
Commit 907f5167 authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

Switch from sib-resource to solid-resource

parent 3bec1062
No related branches found
No related tags found
1 merge request!172First integration to Hubl of the resource component
Pipeline #6959 passed
.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)}`
......
......@@ -3,7 +3,7 @@
font-family: "Facit";
font-weight: 400;
color: #3A3A3A;
sib-resource {
solid-resource {
background-color: #F0F3F6;
.sib-resource {
font-family: "Facit";
......
#circle-listresources
sib-resource(
solid-resource(
class='w700'
bind-resources
nested-field="resources"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment