mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-03 07:30:25 -05:00
bd570cc473
[web] Bootstrap 5 notifications GitOrigin-RevId: 4409f1b76923d96f1b8297beb35a383d9aa7ec8c
24 lines
802 B
SCSS
24 lines
802 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 variable 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 'bootstrap';
|