264561cd0d
* Redesign deck config, swap tooltips for help modals, link to manual * Replace canvas-inset with canvas-code for custom scheduling * Make section header link to manual too * Include elevation Sass library * Remove two unused exports * Fix tabbed spinboxes * Update ftl/core/deck-config.ftl * Update ftl/core/deck-config.ftl * Fix format * Make border-radius and box-shadow more subtle * Fix margin for vertical aspect ratio * Make direct hover on info badge apply effect instantly * Add redirect line to manual underneath chapter
17 lines
513 B
SCSS
17 lines
513 B
SCSS
@import "sass/base";
|
|
|
|
// override Bootstrap transition duration
|
|
$carousel-transition: 0.2s;
|
|
|
|
@import "sass/bootstrap/scss/dropdown";
|
|
@import "sass/bootstrap/scss/buttons";
|
|
@import "sass/bootstrap/scss/button-group";
|
|
@import "sass/bootstrap/scss/transitions";
|
|
@import "sass/bootstrap/scss/modal";
|
|
@import "sass/bootstrap/scss/carousel";
|
|
@import "sass/bootstrap/scss/close";
|
|
@import "sass/bootstrap/scss/alert";
|
|
@import "sass/bootstrap/scss/badge";
|
|
@import "sass/bootstrap-forms";
|
|
@import "sass/bootstrap-tooltip";
|