update: global layout
This commit is contained in:
@ -14,12 +14,12 @@ script(type="module" src="https://unpkg.com/@startinblox/component-notifications
|
||||
//- script(type="module" src="/lib/sib-notifications/index.js" defer)
|
||||
|
||||
if endpoints.events || (endpoints.get && endpoints.get.events)
|
||||
script(type="module" src="https://unpkg.com/@startinblox/component-event@0.1" defer)
|
||||
//- script(type="module" src="/lib/sib-event-component/sib-event.js" defer)
|
||||
//- script(type="module" src="https://unpkg.com/@startinblox/component-event@0.1" defer)
|
||||
script(type="module" src="/lib/sib-event-component/sib-event.js" defer)
|
||||
|
||||
if endpoints.resources || (endpoints.get && endpoints.get.resources)
|
||||
script(type="module" src="https://unpkg.com/@startinblox/component-resource" defer)
|
||||
//- script(type="module" src="/lib/sib-resource/sib-resource.js" defer)
|
||||
//- script(type="module" src="https://unpkg.com/@startinblox/component-resource" defer)
|
||||
script(type="module" src="/lib/sib-resource/sib-resource.js" defer)
|
||||
|
||||
if endpoints.joboffers || (endpoints.get && endpoints.get.joboffers)
|
||||
script(type="module" src="https://unpkg.com/@startinblox/component-job-board@0.3" defer)
|
||||
|
@ -11,7 +11,6 @@
|
||||
font-family: 'Facit';
|
||||
src: url('../fonts/FacitRegular.eot');
|
||||
src: url('../fonts/FacitRegular.eot') format('embedded-opentype'),
|
||||
url('../fonts/FacitRegular.woff2') format('woff2'),
|
||||
url('../fonts/FacitRegular.woff') format('woff'),
|
||||
url('../fonts/FacitRegular.ttf') format('truetype'),
|
||||
url('../fonts/FacitRegular.svg#FacitRegular') format('svg');
|
||||
@ -21,7 +20,6 @@
|
||||
font-family: 'Facit';
|
||||
src: url('../fonts/FacitBold.eot');
|
||||
src: url('../fonts/FacitBold.eot') format('embedded-opentype'),
|
||||
url('../fonts/FacitBold.woff2') format('woff2'),
|
||||
url('../fonts/FacitBold.woff') format('woff'),
|
||||
url('../fonts/FacitBold.ttf') format('truetype'),
|
||||
url('../fonts/FacitBold.svg#FacitBold') format('svg');
|
||||
|
@ -20,6 +20,8 @@
|
||||
@import 'layout/members/index';
|
||||
@import 'layout/job-offers/index';
|
||||
@import 'layout/user/index';
|
||||
@import 'layout/events/index';
|
||||
@import 'layout/events/index';
|
||||
@import 'layout/resources/index';
|
||||
@import 'layout/dashboard/index';
|
||||
}
|
||||
}
|
||||
@import '../../client.sample.etuc.scss';
|
@ -2,7 +2,7 @@
|
||||
width: 100%;
|
||||
font-family: "Facit";
|
||||
font-weight: 400;
|
||||
color: $color-0-0-22;
|
||||
color: #7A7F85;
|
||||
sib-event {
|
||||
.red-button,
|
||||
.event-type {
|
||||
|
1
src/styles/layout/resources/_index.scss
Normal file
1
src/styles/layout/resources/_index.scss
Normal file
@ -0,0 +1 @@
|
||||
@import 'resources.scss';
|
6
src/styles/layout/resources/resources.scss
Normal file
6
src/styles/layout/resources/resources.scss
Normal file
@ -0,0 +1,6 @@
|
||||
#resources{
|
||||
width: 100%;
|
||||
font-family: "Facit";
|
||||
font-weight: 400;
|
||||
color: $color-0-0-22;
|
||||
}
|
Reference in New Issue
Block a user