Changeset View
Changeset View
Standalone View
Standalone View
src/app/login/login.component.scss
- This file was added.
.login { | |||||
&-button { | |||||
width: 100%; | |||||
font-family: 'Mukta', sans-serif; | |||||
border: 1px solid #EA6C40; | |||||
border-radius: 4px; | |||||
font-weight: 700; | |||||
} | |||||
&-container { | |||||
padding-left: 3rem; | |||||
padding-right: 3rem; | |||||
width: 100vw; | |||||
height: 100vh; | |||||
max-width: 1000px; | |||||
} | |||||
&-input { | |||||
width: 100%; | |||||
border: none; | |||||
outline: none; | |||||
box-shadow: none; | |||||
color: #A2A2A2; | |||||
} | |||||
&-subtitle { | |||||
text-align: left; | |||||
font-family: 'Mukta', sans-serif; | |||||
color: #A2A2A2; | |||||
font-weight: 400; | |||||
} | |||||
&-title { | |||||
font-size: 6rem; | |||||
text-align: left; | |||||
font-family: 'Mukta', sans-serif; | |||||
font-weight: 900; | |||||
} | |||||
} | |||||
#login { | |||||
display: none; | |||||
flex-direction: column; | |||||
box-sizing: border-box; | |||||
} | |||||
#register { | |||||
display: none; | |||||
flex-direction: column; | |||||
box-sizing: border-box; | |||||
} | |||||
#recover-username { | |||||
display: none; | |||||
flex-direction: column; | |||||
box-sizing: border-box; | |||||
} | |||||
#recover-password { | |||||
display: none; | |||||
flex-direction: column; | |||||
box-sizing: border-box; | |||||
} | |||||
#recover-password2 { | |||||
display: none; | |||||
flex-direction: column; | |||||
box-sizing: border-box; | |||||
} |