start
This commit is contained in:
5
assets/styles/common/_fonts.scss
Normal file
5
assets/styles/common/_fonts.scss
Normal file
@ -0,0 +1,5 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;500;600;700&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Helvetica:wght@400;500;600;700&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@700&display=swap');
|
13
assets/styles/common/_login.scss
Normal file
13
assets/styles/common/_login.scss
Normal file
@ -0,0 +1,13 @@
|
||||
.login-wrapper{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 600px;
|
||||
}
|
||||
|
||||
.login{
|
||||
border: 1px solid grey;
|
||||
border-radius: 5px;
|
||||
box-shadow: 2px 2px 2px grey;
|
||||
padding: 30px;
|
||||
}
|
Reference in New Issue
Block a user