2018-02-25 00:49:23 +01:00
|
|
|
@import 'libs/vars';
|
|
|
|
@import 'libs/functions';
|
|
|
|
@import 'libs/mixins';
|
|
|
|
@import 'libs/skel';
|
|
|
|
@import 'font-awesome.min.css';
|
2018-09-09 16:10:24 +02:00
|
|
|
@import 'font.css';
|
2018-02-25 00:49:23 +01:00
|
|
|
|
|
|
|
/*
|
2018-04-23 23:14:38 +02:00
|
|
|
Solid State by HTML5 UP
|
2018-02-25 00:49:23 +01:00
|
|
|
html5up.net | @ajlkn
|
|
|
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
|
|
*/
|
|
|
|
|
|
|
|
@include skel-breakpoints((
|
2018-04-23 23:14:38 +02:00
|
|
|
xlarge: '(max-width: 1680px)',
|
|
|
|
large: '(max-width: 1280px)',
|
|
|
|
medium: '(max-width: 980px)',
|
|
|
|
small: '(max-width: 736px)',
|
|
|
|
xsmall: '(max-width: 640px)',
|
|
|
|
xxsmall: '(max-width: 360px)'
|
2018-02-25 00:49:23 +01:00
|
|
|
));
|
|
|
|
|
|
|
|
@include skel-layout((
|
|
|
|
reset: 'full',
|
2018-04-23 23:14:38 +02:00
|
|
|
boxModel: 'border',
|
|
|
|
grid: ( gutters: 1.75em ),
|
|
|
|
breakpoints: (
|
|
|
|
small: (
|
|
|
|
grid: ( gutters: 1.25em )
|
|
|
|
)
|
|
|
|
)
|
2018-02-25 00:49:23 +01:00
|
|
|
));
|
|
|
|
|
|
|
|
// Base.
|
|
|
|
|
|
|
|
@import 'base/page';
|
|
|
|
@import 'base/typography';
|
|
|
|
|
|
|
|
// Component.
|
|
|
|
|
2018-04-23 23:14:38 +02:00
|
|
|
@import 'components/section';
|
2018-02-25 00:49:23 +01:00
|
|
|
@import 'components/form';
|
|
|
|
@import 'components/box';
|
|
|
|
@import 'components/icon';
|
|
|
|
@import 'components/image';
|
|
|
|
@import 'components/list';
|
|
|
|
@import 'components/table';
|
|
|
|
@import 'components/button';
|
2018-04-23 23:14:38 +02:00
|
|
|
@import 'components/features';
|
2018-02-25 00:49:23 +01:00
|
|
|
|
|
|
|
// Layout.
|
|
|
|
|
|
|
|
@import 'layout/header';
|
2018-04-23 23:14:38 +02:00
|
|
|
@import 'layout/menu';
|
|
|
|
@import 'layout/banner';
|
|
|
|
@import 'layout/wrapper';
|
2018-09-09 16:10:24 +02:00
|
|
|
@import 'layout/footer';
|