apollo_developers/bower_components/ngImgCrop/source/scss/ng-img-crop.scss
venbatechnologies@gmail.com 1809bcf9c9 fixed table for student details
2018-04-23 18:34:11 +05:30

17 lines
302 B
SCSS
Executable File

img-crop {
width:100%;
height:100%;
display:block;
position:relative;
overflow:hidden;
canvas {
display:block;
position:absolute;
top:50%;
left:50%;
// Disable Outline
outline: none;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* mobile webkit */
}
}