You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
427 B

  1. //@import './layout/_fonts';
  2. @import './layout/_base';
  3. @import './layout/_mixins';
  4. $red: #E53935;
  5. $orange: #FB8C00;
  6. $blue: #039BE5;
  7. $turquoise: #00ACC1;
  8. $green: #7CB342;
  9. $warning: $orange;
  10. @import 'bulma';
  11. @import './libs/twemoji-awesome';
  12. @import './libs/animate.min.css';
  13. @import './components/_alerts';
  14. @import './components/_editor';
  15. @import './layout/_header';
  16. @import './layout/_footer';
  17. @import './layout/_content';