We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c27cb89 commit f7e448dCopy full SHA for f7e448d
1 file changed
src/components/BootstrapBlazor.ImageCropper/wwwroot/cropper.bundle.css
@@ -19,3 +19,32 @@
19
.bb-cropper.disabled {
20
opacity: var(--bb-crop-disabled-opacity);
21
}
22
+
23
+.bb-cropper-preview {
24
+ overflow: hidden;
25
+}
26
27
+.bb-cropper-preview-round {
28
+ border-radius: 50%;
29
30
31
+.bb-cropper-preview-lg {
32
+ height: 9rem;
33
+ width: 16rem;
34
35
36
+.bb-cropper-preview-md {
37
+ height: 4.5rem;
38
+ width: 8rem;
39
40
41
+.bb-cropper-preview-sm {
42
+ height: 2.25rem;
43
+ width: 4rem;
44
45
46
+.bb-cropper-preview-xs {
47
+ height: 1.125rem;
48
+ margin-right: 0;
49
+ width: 2rem;
50
0 commit comments