wikijs-fork/client/scss/app.scss

23 lines
445 B
SCSS
Raw Normal View History

//@import './layout/_fonts';
2016-08-18 03:52:23 +00:00
@import './layout/_base';
2016-08-28 15:27:05 +00:00
@import './layout/_mixins';
2016-08-18 03:52:23 +00:00
2016-08-28 01:46:10 +00:00
$red: #E53935;
$orange: #FB8C00;
$blue: #039BE5;
$turquoise: #00ACC1;
$green: #7CB342;
$purple: #673AB7;
2016-08-28 01:46:10 +00:00
$warning: $orange;
2016-08-18 03:52:23 +00:00
@import 'bulma';
@import './libs/twemoji-awesome';
2016-08-24 01:09:09 +00:00
@import './libs/animate.min.css';
@import './components/_alerts';
2016-08-28 01:46:10 +00:00
@import './components/_editor';
2016-08-18 03:52:23 +00:00
@import './layout/_header';
@import './layout/_footer';
@import './layout/_content';