add login page & register page

This commit is contained in:
jenoh
2020-03-13 09:57:34 +01:00
parent 9da138fe63
commit cae091e1ec
16 changed files with 688 additions and 4 deletions

View File

@ -1 +1,8 @@
//
// Fonts
@import url('https://fonts.googleapis.com/css?family=Nunito');
// Variables
@import 'variables';
// Bootstrap
@import '~bootstrap/scss/bootstrap';