13 lines
367 B
SCSS
13 lines
367 B
SCSS
// Load the necessary styles from the bootstrap-sass partials to keep this file
|
|
// up to date with the version of Bootstrap we're using.
|
|
@import "bootstrap/mixins";
|
|
@import "bootstrap/variables";
|
|
@import "bootstrap/tooltip";
|
|
@import "bootstrap/popovers";
|
|
@import "bootstrap/component-animations";
|
|
|
|
/* hacks */
|
|
.popover h3 {
|
|
margin-bottom: 0;
|
|
font-weight: bold;
|
|
}
|