2020-05-05 08:33:40 +02:00
|
|
|
.styledImageInput {
|
|
|
|
}
|
|
|
|
|
2020-05-20 15:41:54 +02:00
|
|
|
.styledImageInput > .label {
|
|
|
|
width: 120px;
|
|
|
|
height: 120px;
|
|
|
|
margin: 0 auto;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2020-05-05 08:33:40 +02:00
|
|
|
.styledImageInput > .label > .mask {
|
|
|
|
display: block;
|
|
|
|
width: 120px;
|
|
|
|
height: 120px;
|
|
|
|
border-radius: 60px;
|
2020-05-20 15:41:54 +02:00
|
|
|
cursor: pointer;
|
2020-05-05 08:33:40 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.styledImageInput > .input {
|
|
|
|
display: none;
|
|
|
|
}
|