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

19 lines
348 B
SCSS
Raw Normal View History

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