2023-03-30 12:38:40 +00:00
|
|
|
|
|
|
|
@media (max-width: 750px) {
|
|
|
|
.title {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.field-error {
|
|
|
|
height: auto !important;
|
|
|
|
|
|
|
|
> ul {
|
|
|
|
list-style-type: none;
|
|
|
|
margin: 0;
|
|
|
|
color: indianred;
|
|
|
|
|
|
|
|
> li {
|
|
|
|
text-align: left !important;
|
|
|
|
line-height: normal;
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.profile {
|
|
|
|
&-visible {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
gap: 5px;
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-pictures {
|
|
|
|
box-sizing: border-box;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: center;
|
|
|
|
gap: 40px;
|
|
|
|
align-items: stretch;
|
|
|
|
|
|
|
|
@media (max-width: 750px) {
|
|
|
|
flex-direction: column;
|
|
|
|
gap: 10px
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&-picture {
|
|
|
|
box-sizing: border-box;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
gap: 20px;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
max-width: 300px;
|
2023-04-04 20:50:19 +00:00
|
|
|
margin-top: 10px;
|
2023-03-30 12:38:40 +00:00
|
|
|
|
|
|
|
@media (max-width: 750px) {
|
|
|
|
max-width: 100%;
|
|
|
|
padding: 10px 10px 0;
|
|
|
|
}
|
|
|
|
|
2024-08-21 09:44:11 +00:00
|
|
|
.camera-error {
|
2024-08-26 14:20:31 +00:00
|
|
|
background-color: gray;
|
|
|
|
color: white;
|
2024-08-21 09:44:11 +00:00
|
|
|
min-width: 100%;
|
|
|
|
}
|
|
|
|
|
2023-03-30 12:38:40 +00:00
|
|
|
&-display {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
height: 300px;
|
|
|
|
gap: 10px;
|
|
|
|
|
|
|
|
@media (max-width: 750px) {
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2024-08-21 09:44:11 +00:00
|
|
|
> img, > video {
|
2023-03-30 12:38:40 +00:00
|
|
|
width: 100% !important;
|
2024-08-21 12:37:02 +00:00
|
|
|
object-fit: cover;
|
|
|
|
height: 100% !important;
|
2023-04-04 20:50:19 +00:00
|
|
|
max-height: 100%;
|
2023-03-30 12:38:40 +00:00
|
|
|
}
|
|
|
|
|
2024-08-21 09:44:11 +00:00
|
|
|
> i {
|
|
|
|
font-size: 32px;
|
|
|
|
}
|
|
|
|
|
2023-03-30 12:38:40 +00:00
|
|
|
>p {
|
|
|
|
text-align: left !important;
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&-edit {
|
|
|
|
display: flex;
|
2024-08-21 12:37:02 +00:00
|
|
|
flex-direction: column;
|
2023-03-30 12:38:40 +00:00
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
width: 100%;
|
|
|
|
|
2024-08-21 12:37:02 +00:00
|
|
|
> div {
|
|
|
|
max-width: 100%;
|
|
|
|
|
|
|
|
> input {
|
|
|
|
font-weight: normal;
|
|
|
|
cursor: pointer;
|
2024-08-26 14:57:43 +00:00
|
|
|
text-align: left !important;
|
2024-08-21 12:37:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
> button {
|
|
|
|
min-width: 30%;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 750px) {
|
|
|
|
height: auto;
|
|
|
|
align-items: center;
|
|
|
|
display: inline-flex;
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
> input {
|
2024-08-26 14:57:43 +00:00
|
|
|
width: 70%;
|
2024-08-21 12:37:02 +00:00
|
|
|
font-size: .6em;
|
2024-08-26 14:57:43 +00:00
|
|
|
&::file-selector-button {
|
|
|
|
height: 30px;
|
|
|
|
}
|
2024-08-21 12:37:02 +00:00
|
|
|
}
|
|
|
|
}
|
2023-03-30 12:38:40 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
> p {
|
2024-08-21 12:37:02 +00:00
|
|
|
margin-bottom: 10px;
|
2023-03-30 12:38:40 +00:00
|
|
|
text-align: left !important;
|
|
|
|
min-height: 50px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&-fields {
|
|
|
|
padding: 10px 10px 0;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
gap: 10px;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-field {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: center;
|
|
|
|
gap: 10px;
|
|
|
|
width: 100%;
|
|
|
|
max-width: 330px;
|
|
|
|
min-width: 300px;
|
|
|
|
|
|
|
|
@media (max-width: 750px) {
|
|
|
|
gap: 4px;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
>* {
|
|
|
|
width: 100%;
|
|
|
|
max-width: 300px;
|
|
|
|
|
|
|
|
@media (max-width: 750px) {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&-label {
|
|
|
|
text-align: left !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-content {
|
|
|
|
|
|
|
|
>* {
|
|
|
|
box-sizing: border-box;
|
|
|
|
text-align: left !important;
|
|
|
|
line-height: 40px;
|
|
|
|
max-width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
height: 40px;
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
>* {
|
|
|
|
text-align: left !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
>textarea {
|
|
|
|
height: 120px;
|
|
|
|
min-height: 40px;
|
|
|
|
min-width: 300px;
|
|
|
|
max-width: 300px;
|
|
|
|
line-height: initial;
|
|
|
|
|
|
|
|
@media (max-width: 750px) {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
>input[type="file"] {
|
|
|
|
font-size: small;
|
|
|
|
line-height: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
>input[type="checkbox"] {
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
margin: 0;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|