overleaf/services/web/frontend/stylesheets/bootstrap-5/main-style.scss
Tim Down 774b300e17 Merge pull request #17902 from overleaf/td-bs5-settings-page
Bootstrap 5: Basic page layout styles

GitOrigin-RevId: a3de86b8abdbdb7b31b4ede7511a12b6fd925a13
2024-04-22 08:04:03 +00:00

33 lines
988 B
SCSS

// Web fonts
@import '../../fonts/noto-sans';
@import '../../fonts/dm-mono';
@import '../../fonts/merriweather';
@import '../../fonts/source-code-pro';
@import '../../fonts/stix-two-math';
@import '../../fonts/noto-serif';
@import '../../fonts/material-symbols';
@import '../../fonts/font-awesome';
$is-overleaf-light: false;
// Vendor CSS
// TODO Bootstrap 5: Check whether this works with Bootstrap 5, and whether we can replace it
@import '../vendor/select/select';
// Boostrap-related
// Note that files containing Bootstrap or Sass files that interact with
// Bootstrap's Sass variables must use @import rather than @use because
// Bootstrap relies on its variables, mixins etc. all being global.
// Include Bootstrap 5 itself, plus overrides and extend Bootstrap styles.
@import 'base/bootstrap';
// Typography-related
@import 'base/typography';
// Link styles
@import 'base/links';
// Page layout that isn't related to a particular component or page
@import 'base/layout';