Files
backend_parkir/public/scss/components/forms/_form-addons-cropper.scss
2026-01-31 14:23:04 +07:00

46 lines
664 B
SCSS

#image {
max-width: 100%;
}
.docs-options {
.dropdown-menu {
padding: 1.5rem;
}
}
.docs-preview {
margin-bottom: 3rem;
.img-preview {
float : #{$dlab-pos-left};
margin-#{$dlab-pos-right}: .5rem;
margin-bottom: .5rem;
overflow: hidden;
max-width: 100% !important;
&>img {
max-width: 100% !important;
}
&.preview-lg {
width: 16rem;
height: 9rem;
}
&.preview-md {
width: 8rem;
height: 4.5rem;
}
&.preview-sm {
width: 4rem;
height: 2.25rem;
}
&.preview-xs {
width: 2rem;
height: 1.125rem;
margin-#{$dlab-pos-right}: 0;
}
}
}