diaspora/app/assets/stylesheets/vendor/interim-bootstrap.scss
Jonne Haß c96834bdf2 Remove .css extension from SCSS files
sass-rails 5.0 deprecated those
2015-02-28 03:37:46 +01:00

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;
}