2024-07-29 13:52:18 +02:00

62 lines
815 B
SCSS

@import "@Themes/constants.scss";
.root {
display: flex;
flex-direction: column;
align-items: flex-start;
width: 472px;
margin: auto;
margin-top: 24px;
.back-arrow {
margin-bottom: 24px;
}
.radiobox-container {
margin: 32px 0;
> :not(:last-child) {
margin-bottom: 16px;
}
}
.form {
width: 100%;
.button-container {
width: 100%;
display: flex;
text-align: center;
margin-top: 24px;
.cancel-button {
display: flex;
margin-right: 32px;
}
@media (max-width: $screen-m) {
display: flex;
flex-direction: column-reverse;
.cancel-button {
margin-left: 0;
margin-top: 12px;
> * {
flex: 1;
}
}
> * {
width: 100%;
}
}
}
.new-client {
> :not(:last-child) {
margin-bottom: 24px;
}
}
}
}