webseite/assets/sass/main.scss
DO1JLR 50a33d5e92 Renew design
Former-commit-id: 9ab2bcb826eaba89f86497c00d82650767370cd3 [formerly c316949da5dc69fc2409af15185770d99eb82df3]
Former-commit-id: df9e90fb55585d1bf164a8a57d59fb11420be236
2018-04-23 23:14:38 +02:00

57 lines
No EOL
1.3 KiB
SCSS

@import 'libs/vars';
@import 'libs/functions';
@import 'libs/mixins';
@import 'libs/skel';
@import 'font-awesome.min.css';
@import url('https://fonts.googleapis.com/css?family=Raleway:200,700|Source+Sans+Pro:300,600,300italic,600italic');
/*
Solid State by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
@include skel-breakpoints((
xlarge: '(max-width: 1680px)',
large: '(max-width: 1280px)',
medium: '(max-width: 980px)',
small: '(max-width: 736px)',
xsmall: '(max-width: 640px)',
xxsmall: '(max-width: 360px)'
));
@include skel-layout((
reset: 'full',
boxModel: 'border',
grid: ( gutters: 1.75em ),
breakpoints: (
small: (
grid: ( gutters: 1.25em )
)
)
));
// Base.
@import 'base/page';
@import 'base/typography';
// Component.
@import 'components/section';
@import 'components/form';
@import 'components/box';
@import 'components/icon';
@import 'components/image';
@import 'components/list';
@import 'components/table';
@import 'components/button';
@import 'components/features';
// Layout.
@import 'layout/header';
@import 'layout/menu';
@import 'layout/banner';
@import 'layout/wrapper';
@import 'layout/footer';