2015-12-19 20:56:04 +01:00
|
|
|
//
|
|
|
|
// Collection File
|
|
|
|
// ---
|
2017-05-29 21:15:48 +02:00
|
|
|
// bigchaindb.com
|
2015-12-19 20:56:04 +01:00
|
|
|
//
|
|
|
|
|
2017-01-25 12:23:41 +01:00
|
|
|
// Normalize all the things
|
2017-05-06 18:03:40 +02:00
|
|
|
@import 'normalize-css/normalize';
|
|
|
|
@import 'normalize-opentype.css/normalize-opentype.scss';
|
2017-01-25 12:23:41 +01:00
|
|
|
|
2015-12-19 20:56:04 +01:00
|
|
|
// Variables & Mixins
|
2017-05-06 18:03:40 +02:00
|
|
|
@import 'bigchain/variables';
|
|
|
|
@import 'bigchain/mixins';
|
|
|
|
@import 'bigchain/animations';
|
2015-12-19 20:56:04 +01:00
|
|
|
|
|
|
|
// Components
|
2017-05-06 18:03:40 +02:00
|
|
|
@import 'bigchain/typography';
|
|
|
|
@import 'bigchain/tables';
|
|
|
|
@import 'bigchain/buttons';
|
|
|
|
@import 'bigchain/forms';
|
|
|
|
@import 'bigchain/input-group';
|
2017-05-15 11:30:21 +02:00
|
|
|
@import 'bigchain/_select2-bigchaindb/layout';
|
2017-05-06 18:03:40 +02:00
|
|
|
@import 'bigchain/logo';
|
|
|
|
@import 'bigchain/icons';
|
|
|
|
@import 'bigchain/grid';
|
|
|
|
@import 'bigchain/media';
|
|
|
|
@import 'bigchain/menus';
|
|
|
|
@import 'bigchain/tabs';
|
|
|
|
@import 'bigchain/alerts';
|
|
|
|
@import 'bigchain/code';
|
|
|
|
@import 'bigchain/syntax';
|
|
|
|
@import 'bigchain/hero';
|
|
|
|
@import 'bigchain/header';
|
|
|
|
@import 'bigchain/footer';
|
|
|
|
@import 'bigchain/team';
|
|
|
|
@import 'bigchain/timeline';
|
|
|
|
@import 'bigchain/terminal';
|
2017-06-27 23:11:10 +02:00
|
|
|
@import 'bigchain/nyan';
|
2017-05-06 18:03:40 +02:00
|
|
|
@import 'bigchain/utilities';
|
2015-12-19 20:56:04 +01:00
|
|
|
|
|
|
|
// Content types
|
2017-05-06 18:03:40 +02:00
|
|
|
@import 'bigchain/content-page';
|
|
|
|
@import 'bigchain/comments';
|
|
|
|
@import 'bigchain/toc';
|
|
|
|
@import 'bigchain/newsletter';
|
|
|
|
@import 'bigchain/testimonials';
|
2015-12-19 20:56:04 +01:00
|
|
|
|
2016-11-14 11:59:16 +01:00
|
|
|
// Section specific styles
|
2017-05-06 18:03:40 +02:00
|
|
|
@import 'sections';
|
2016-11-14 11:59:16 +01:00
|
|
|
|
2015-12-19 20:56:04 +01:00
|
|
|
// specific page styles
|
2017-05-06 18:03:40 +02:00
|
|
|
@import 'page-front';
|
2017-06-15 19:16:45 +02:00
|
|
|
@import 'page-getstarted';
|
2017-05-06 18:03:40 +02:00
|
|
|
@import 'page-whitepaper';
|
|
|
|
@import 'page-404';
|
|
|
|
@import 'page-styleguide';
|
|
|
|
@import 'page-about';
|
|
|
|
@import 'page-features';
|
|
|
|
@import 'page-usecases';
|
|
|
|
@import 'page-contact';
|
|
|
|
@import 'page-cla';
|
|
|
|
@import 'page-partners';
|
2017-04-06 12:02:25 +02:00
|
|
|
@import 'page-enterprise';
|
2017-05-18 21:08:45 +02:00
|
|
|
@import 'ipdb';
|
2017-08-12 18:09:47 +02:00
|
|
|
@import '9984';
|