You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
topnotch_website/resources/sass/app.scss

15 lines
269 B
SCSS

3 months ago
// Fonts
@import url('https://fonts.bunny.net/css?family=Nunito');
// Variables
@import 'variables';
// Bootstrap
3 months ago
$body-bg: #fff;
$body-color: #111;
$table-striped-bg: #fafafa;
3 months ago
@import 'bootstrap/scss/bootstrap';
3 months ago
@import 'bootstrap-icons/font/bootstrap-icons.css';