Add authentication pages and routing;
This commit is contained in:
parent
18bd3aa7e9
commit
ef85ff6d24
13 changed files with 661 additions and 28 deletions
|
|
@ -1,20 +1,20 @@
|
|||
// Imports
|
||||
|
||||
// Resets and base styling
|
||||
@use './base/reset';
|
||||
@use './base/type';
|
||||
@use './base/main';
|
||||
|
||||
@use "./base/reset";
|
||||
@use "./base/type";
|
||||
@use "./base/main";
|
||||
|
||||
// Components
|
||||
@use './components/header';
|
||||
@use './components/footer';
|
||||
@use "./components/header";
|
||||
@use "./components/footer";
|
||||
|
||||
//page specific styling
|
||||
@use './page//home';
|
||||
@use "./page//home";
|
||||
@use "./page//login";
|
||||
|
||||
// Utilities
|
||||
@use './utilities/utility-classes';
|
||||
@use "./utilities/utility-classes";
|
||||
|
||||
// Google Fonts - Import
|
||||
@import url('https://fonts.googleapis.com/css?family=Alatsi|Roboto:400,400i,700,700i&display=swap');
|
||||
@import url("https://fonts.googleapis.com/css?family=Alatsi|Roboto:400,400i,700,700i&display=swap");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue