Skip to content

Commit f7e448d

Browse files
committed
style: 增加样式
1 parent c27cb89 commit f7e448d

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

src/components/BootstrapBlazor.ImageCropper/wwwroot/cropper.bundle.css

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,32 @@
1919
.bb-cropper.disabled {
2020
opacity: var(--bb-crop-disabled-opacity);
2121
}
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

Comments
 (0)