2022-06-24 13:42:16 +02:00
|
|
|
@import './variables';
|
|
|
|
|
2022-06-11 23:39:03 +02:00
|
|
|
.main{
|
2022-06-24 13:42:16 +02:00
|
|
|
max-width: 400px;
|
|
|
|
margin: 0 auto;
|
|
|
|
& h1{
|
|
|
|
text-align: center;
|
|
|
|
font-size: 4em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.login{
|
|
|
|
width: 100%;
|
|
|
|
//background-color:$background-light ;
|
|
|
|
padding: 20px;
|
|
|
|
gap: 10px;
|
2022-06-11 23:39:03 +02:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2022-06-24 13:42:16 +02:00
|
|
|
& button {
|
|
|
|
margin-top: 10px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.errors{
|
|
|
|
color: $red;
|
|
|
|
text-align: left;
|
|
|
|
margin-top: 0%;
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: .9em;
|
2022-06-11 23:39:03 +02:00
|
|
|
}
|