fe9d0b8704
By default, blocks have a margin of 1.5em to create a consistent vertical rhythm. However, sometimes elements need to be associated with the element above them. In this cases, the gap between elements needs to be tighter. There are many ways to do this, but this approach asks the latter content to be marked as associative. The implication is that the association is with the previous block.
36 lines
885 B
SCSS
36 lines
885 B
SCSS
// Utils
|
|
@import './utils/reset.scss';
|
|
@import './utils/z-indices';
|
|
@import './utils/product-colors';
|
|
@import './utils/bumper';
|
|
@import './utils/layout';
|
|
|
|
// Start with Bulma variables as a foundation
|
|
@import 'bulma/sass/utilities/initial-variables';
|
|
|
|
// Override variables where appropriate
|
|
@import './core/variables.scss';
|
|
|
|
// Bring in the rest of Bulma
|
|
@import 'bulma/bulma';
|
|
|
|
// Override Bulma details where appropriate
|
|
@import './core/buttons';
|
|
@import './core/breadcrumb';
|
|
@import './core/columns';
|
|
@import './core/forms';
|
|
@import './core/icon';
|
|
@import './core/level';
|
|
@import './core/menu';
|
|
@import './core/message';
|
|
@import './core/navbar';
|
|
@import './core/notification';
|
|
@import './core/pagination';
|
|
@import './core/progress';
|
|
@import './core/section';
|
|
@import './core/table';
|
|
@import './core/tabs';
|
|
@import './core/tag';
|
|
@import './core/title';
|
|
@import './core/typography';
|