ab6a68ec49
* Refactor out Placeholder from CardInfo.svelte * Add breakpoint parameter for Container - Use `Container` component inside `TitledContainer` * Build Item into Row - Use Row in DeckOptionsPage instead of just Item * Reengineer Container/Row/Col CSS * Inline Badges next to Labels when Lable spans multiple rows * Adjust margins for mobile * Implement Col component breakpoints * Move card-info to use new Container and Row components * Join StickyHeader and StickyFooter to StickyContainer * Remove default middle vertical-alignment for Badges again * Satisfy tests * Restore inline gutters in change-notetype Mapper * Add some comment to Col and Container * Fix breaking behavior in DeckOptionsPage when multi-column * Add back toolbar left padding to counter-act buttongroup right margins * Make Label in SwitchRow take more of available space
13 lines
402 B
SCSS
13 lines
402 B
SCSS
@import "sass/base";
|
|
|
|
@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/close";
|
|
@import "sass/bootstrap/scss/alert";
|
|
@import "sass/bootstrap/scss/badge";
|
|
@import "sass/bootstrap-forms";
|
|
@import "sass/bootstrap-tooltip";
|