first commit
This commit is contained in:
7
resources/sass/_variables.scss
Normal file
7
resources/sass/_variables.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
// Body
|
||||
$body-bg: #f8fafc;
|
||||
|
||||
// Typography
|
||||
$font-family-sans-serif: 'Nunito', sans-serif;
|
||||
$font-size-base: 0.9rem;
|
||||
$line-height-base: 1.6;
|
||||
6
resources/sass/admin-app.scss
Normal file
6
resources/sass/admin-app.scss
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
// Tabler
|
||||
|
||||
$assets-base: "../../../dist" !default;
|
||||
|
||||
@import '@tabler/core/src/scss/tabler';
|
||||
3
resources/sass/front-app.scss
Normal file
3
resources/sass/front-app.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
@import "~bootstrap/scss/bootstrap";
|
||||
|
||||
@import "~/bootstrap-icons/font/bootstrap-icons.css";
|
||||
Reference in New Issue
Block a user