mirror of
https://github.com/opelly27/cweb.git
synced 2026-05-20 06:17:42 +00:00
switched theme
This commit is contained in:
+31
-14
@@ -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';
|
||||
Reference in New Issue
Block a user