overleaf/services/web/frontend/stylesheets/bootstrap-5/main-style.scss
ilkin-overleaf 482bd7fb9c Merge pull request #18103 from overleaf/ii-bs5-forms
[web] Bootstrap 5 form elements

GitOrigin-RevId: 7d031bed07007d0aa00a43f06d25bfb7384dee87
2024-05-15 08:05:11 +00:00

34 lines
1,009 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';
@import 'base/base';
// Page layout that isn't related to a particular component or page
@import 'base/layout';