2022-04-26 18:05:18 +02:00
|
|
|
.user-profile-form {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
|
|
|
|
.fields-group {
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
& > * {
|
|
|
|
margin-top: 1.5rem;
|
|
|
|
}
|
|
|
|
|
2022-05-02 15:29:32 +02:00
|
|
|
.names, .birth-phone, .website-job, .interests-CAD {
|
2022-04-26 18:05:18 +02:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
|
2022-05-02 15:29:32 +02:00
|
|
|
.form-item:first-child {
|
2022-04-26 18:05:18 +02:00
|
|
|
margin-right: 32px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.organization-toggle {
|
|
|
|
p {
|
|
|
|
font-family: var(--font-text);
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 1.4rem;
|
|
|
|
line-height: normal;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-05-03 16:45:06 +02:00
|
|
|
.main-actions {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row-reverse;
|
|
|
|
|
|
|
|
.submit-button {
|
|
|
|
margin-top: 2em;
|
|
|
|
border-color: var(--information-light);
|
|
|
|
background-color: var(--information);
|
|
|
|
color: white;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
border-color: var(--information);
|
|
|
|
background-color: var(--information-dark);
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-04-26 18:05:18 +02:00
|
|
|
&--small {
|
|
|
|
flex-direction: column;
|
|
|
|
|
2022-05-02 15:29:32 +02:00
|
|
|
.names, .birth-phone, .website-job, .interests-CAD {
|
2022-04-26 18:05:18 +02:00
|
|
|
flex-direction: column;
|
|
|
|
|
2022-05-02 15:29:32 +02:00
|
|
|
.form-item:first-child {
|
2022-04-26 18:05:18 +02:00
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|