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