-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcropper.bundle.css
More file actions
50 lines (40 loc) · 802 Bytes
/
cropper.bundle.css
File metadata and controls
50 lines (40 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
@import url('./cropper.min.css');
.bb-cropper {
--bb-crop-disabled-opacity: 0.65;
max-width: 640px;
width: 100%;
height: 100%;
}
.bb-cropper .bb-cropper-image {
width: 100%;
}
.bb-cropper.is-round .cropper-view-box,
.bb-cropper.is-round .cropper-face {
border-radius: 50%;
}
.bb-cropper.disabled {
opacity: var(--bb-crop-disabled-opacity);
}
.bb-cropper-preview {
overflow: hidden;
}
.bb-cropper-preview-round {
border-radius: 50%;
}
.bb-cropper-preview-lg {
height: 9rem;
width: 16rem;
}
.bb-cropper-preview-md {
height: 4.5rem;
width: 8rem;
}
.bb-cropper-preview-sm {
height: 2.25rem;
width: 4rem;
}
.bb-cropper-preview-xs {
height: 1.125rem;
margin-right: 0;
width: 2rem;
}