2018-09-23 01:32:18 +00:00
|
|
|
.auth {
|
|
|
|
max-width: 400px;
|
|
|
|
margin: 0 auto;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
|
|
|
|
&__header {
|
2019-01-03 18:02:38 +00:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
padding: 20px;
|
2018-09-23 01:32:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&__warning {
|
|
|
|
margin: 2px 5px 0;
|
|
|
|
|
|
|
|
&--welcome {
|
|
|
|
--start-colour: var(--accent-colour);
|
|
|
|
--end-colour: #222;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__avatar {
|
|
|
|
width: 100px;
|
|
|
|
height: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__paragraph,
|
|
|
|
&__input {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__form {
|
|
|
|
padding: 5px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
}
|