switched theme

This commit is contained in:
Cameron Squire
2018-01-21 16:06:51 -08:00
parent 84a49691f6
commit 6d9a7eaa60
52 changed files with 4982 additions and 2599 deletions
+31 -14
View File
@@ -3,26 +3,41 @@
@import 'libs/mixins';
@import 'libs/skel';
@import 'font-awesome.min.css';
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300italic,600italic,300,600');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,700,900');
/*
Dimension by HTML5 UP
Phantom 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: 480px)',
xxsmall: '(max-width: 360px)'
xlarge: '(max-width: 1680px)',
large: '(max-width: 1280px)',
medium: '(max-width: 980px)',
small: '(max-width: 736px)',
xsmall: '(max-width: 480px)',
xxsmall: '(max-width: 360px)'
));
@include skel-layout((
reset: 'full',
boxModel: 'border'
boxModel: 'border',
grid: (
gutters: 2em
),
breakpoints: (
medium: (
grid: (
gutters: 1.5em
)
),
small: (
grid: (
gutters: 1em
)
)
)
));
// Base.
@@ -32,18 +47,20 @@
// Component.
@import 'components/section';
@import 'components/icon';
@import 'components/list';
@import 'components/form';
@import 'components/box';
@import 'components/icon';
@import 'components/image';
@import 'components/list';
@import 'components/table';
@import 'components/button';
@import 'components/tiles';
// Layout.
@import 'layout/bg';
@import 'layout/wrapper';
@import 'layout/header';
@import 'layout/menu';
@import 'layout/main';
@import 'layout/footer';
@import 'layout/footer';
@import 'layout/wrapper';