22 lines
325 B
CSS
22 lines
325 B
CSS
.styledImageInput {
|
|
}
|
|
|
|
.styledImageInput > .label {
|
|
width: 120px;
|
|
height: 120px;
|
|
margin: 0 auto;
|
|
display: block;
|
|
}
|
|
|
|
.styledImageInput > .label > .mask {
|
|
display: block;
|
|
width: 120px;
|
|
height: 120px;
|
|
border-radius: 60px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.styledImageInput > .input {
|
|
display: none;
|
|
}
|