Move stylesheets from assets into javascript/styles/

This commit is contained in:
Andreas Nedbal 2022-01-11 20:27:08 +01:00 committed by Karina Kwiatek
parent 9eb34bf984
commit 008f3c7b5d
39 changed files with 9 additions and 4 deletions

View File

@ -1,4 +1,4 @@
require('sweetalert/dist/sweetalert.css');
require('../styles/application.scss');
import start from 'retrospring/common';
import initAnnouncements from 'retrospring/features/announcement';

View File

@ -1,5 +1,7 @@
// Font settings
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
$lato-font-path: "~lato-font/fonts";
$fa-font-path: "~font-awesome/fonts";
$font-family-sans-serif: "Lato","Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
$font-family-serif: Georgia, "DejaVu Serif", "Times New Roman", Times, serif;

View File

@ -21,8 +21,11 @@
*/
@import
"bootstrap",
"font-awesome";
"~bootstrap/scss/bootstrap",
"~font-awesome/scss/font-awesome",
"~lato-font/scss/lato-font",
"~sweetalert/dist/sweetalert",
"~toastify-js/src/toastify";
/**
OVERRIDES