9c45a2f7d0
* Refactor Select component and implement/update it in various screens * Remove redundant select CSS * Tweak DeckOptionsPage * Fix CSV import layout * Fix save button margin in change notetype screen * Fix sticky header positioning * Remove unused imports * Make StickyHeader sticky instead of fixed
22 lines
557 B
SCSS
22 lines
557 B
SCSS
@import "sass/base";
|
|
|
|
// override Bootstrap transition duration
|
|
$carousel-transition: 0.2s;
|
|
|
|
@import "bootstrap/scss/dropdown";
|
|
@import "bootstrap/scss/buttons";
|
|
@import "bootstrap/scss/button-group";
|
|
@import "bootstrap/scss/transitions";
|
|
@import "bootstrap/scss/modal";
|
|
@import "bootstrap/scss/carousel";
|
|
@import "bootstrap/scss/close";
|
|
@import "bootstrap/scss/alert";
|
|
@import "bootstrap/scss/badge";
|
|
@import "sass/bootstrap-forms";
|
|
@import "sass/bootstrap-tooltip";
|
|
|
|
input[type="text"] {
|
|
padding-inline: 0.5rem;
|
|
background: var(--canvas-inset);
|
|
}
|