bitque/jirs-client/js/css/styledImageInput.css

22 lines
325 B
CSS
Raw Normal View History

2020-05-05 08:33:40 +02:00
.styledImageInput {
}
.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;
cursor: pointer;
2020-05-05 08:33:40 +02:00
}
.styledImageInput > .input {
display: none;
}