Merge branch 'release/rework-css' into release/project

This commit is contained in:
Jean-Baptiste Pasquier 2020-06-13 17:07:46 +02:00
commit de2e61fdf1
No known key found for this signature in database
GPG Key ID: F2702E6D22ED4D62
2 changed files with 2 additions and 8 deletions

View File

@ -24,8 +24,8 @@ if endpoints.joboffers || (endpoints.get && endpoints.get.joboffers)
//- script(type="module" src="/lib/sib-conversation/sib-conversation.js" defer)
if (endpoints.uploads || (endpoints.get && endpoints.get.uploads)) && (endpoints.skills || (endpoints.get && endpoints.get.skills)) && (endpoints.users || (endpoints.get && endpoints.get.users))
script(type="module" src="https://unpkg.com/@startinblox/component-directory@0.4" defer)
//- script(type="module" src="/lib/sib-directory/dist/index.js" defer)
//- script(type="module" src="https://unpkg.com/@startinblox/component-directory@0.4" defer)
script(type="module" src="/lib/sib-directory/dist/index.js" defer)
if endpoints.dashboards || (endpoints.get && endpoints.get.dashboards)
script(type="module" src="https://unpkg.com/@startinblox/component-dashboard@0.1" defer)

View File

@ -125,12 +125,6 @@
--color-directory-complementary-darken: var(--color-complementary-darken)!important;
--color-directory-white: var(--color-white)!important;
--color-directory-black: var(--color-black)!important;
--color-directory-grey-1: var(--color-grey-7)!important;
--color-directory-grey-2: var(--color-grey-10)!important;
--color-directory-grey-3: var(--color-grey-9)!important;
--color-directory-grey-4: var(--color-grey-4)!important;
--color-directory-grey-5: var(--color-grey-13)!important;
}
/* Variables for event */