bitque/jirs-client/js/css/styledImageInput.css
2020-05-05 08:33:40 +02:00

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;
}