anki/ts/editor/bootstrap.scss

14 lines
341 B
SCSS
Raw Normal View History

@import "sass/bootstrap/scss/functions";
@import "sass/bootstrap/scss/variables";
@import "sass/bootstrap/scss/mixins";
$btn-disabled-opacity: 0.4;
@import "sass/bootstrap/scss/buttons";
@import "sass/bootstrap/scss/button-group";
@import "sass/bootstrap/scss/dropdown";
2021-07-08 23:35:54 +02:00
$tooltip-max-width: 600px;
@import "sass/bootstrap/scss/tooltip";