2018-09-23 03:32:18 +02:00
|
|
|
.auth {
|
|
|
|
max-width: 400px;
|
|
|
|
margin: 0 auto;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
|
|
|
|
&__header {
|
2019-01-03 19:02:38 +01:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
padding: 20px;
|
2018-09-23 03:32:18 +02: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;
|
|
|
|
}
|
2019-02-12 17:38:42 +01:00
|
|
|
|
|
|
|
&__buttons {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-evenly;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__button {
|
|
|
|
flex: 1 1 auto;
|
|
|
|
|
|
|
|
&:not(:first-child) {
|
|
|
|
margin-left: 2px;
|
|
|
|
}
|
|
|
|
}
|
2018-09-23 03:32:18 +02:00
|
|
|
}
|