@clickview/library-editor 1.1.38-dev.8 → 1.1.38-dev.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundles.json +1 -1
- package/dist/css/0-library-editor.chunk.css +26 -0
- package/dist/css/10-library-editor.chunk.css +25 -0
- package/dist/css/11-library-editor.chunk.css +135 -0
- package/dist/css/12-library-editor.chunk.css +18 -0
- package/dist/css/13-library-editor.chunk.css +21 -0
- package/dist/css/14-library-editor.chunk.css +76 -0
- package/dist/css/16-library-editor.chunk.css +52 -0
- package/dist/css/17-library-editor.chunk.css +14 -0
- package/dist/css/18-library-editor.chunk.css +18 -0
- package/dist/css/2-library-editor.chunk.css +143 -0
- package/dist/css/21-library-editor.chunk.css +52 -0
- package/dist/css/22-library-editor.chunk.css +12 -0
- package/dist/css/23-library-editor.chunk.css +25 -0
- package/dist/css/25-library-editor.chunk.css +35 -0
- package/dist/css/26-library-editor.chunk.css +20 -0
- package/dist/css/28-library-editor.chunk.css +63 -0
- package/dist/css/29-library-editor.chunk.css +80 -0
- package/dist/css/3-library-editor.chunk.css +15 -0
- package/dist/css/30-library-editor.chunk.css +33 -0
- package/dist/css/31-library-editor.chunk.css +30 -0
- package/dist/css/32-library-editor.chunk.css +45 -0
- package/dist/css/33-library-editor.chunk.css +13 -0
- package/dist/css/34-library-editor.chunk.css +19 -0
- package/dist/css/35-library-editor.chunk.css +18 -0
- package/dist/css/36-library-editor.chunk.css +12 -0
- package/dist/css/37-library-editor.chunk.css +5 -0
- package/dist/css/38-library-editor.chunk.css +5 -0
- package/dist/css/40-library-editor.chunk.css +24 -0
- package/dist/css/41-library-editor.chunk.css +76 -0
- package/dist/css/42-library-editor.chunk.css +44 -0
- package/dist/css/43-library-editor.chunk.css +30 -0
- package/dist/css/44-library-editor.chunk.css +12 -0
- package/dist/css/45-library-editor.chunk.css +25 -0
- package/dist/css/46-library-editor.chunk.css +24 -0
- package/dist/css/47-library-editor.chunk.css +84 -0
- package/dist/css/48-library-editor.chunk.css +4 -0
- package/dist/css/49-library-editor.chunk.css +33 -0
- package/dist/css/50-library-editor.chunk.css +20 -0
- package/dist/css/51-library-editor.chunk.css +37 -0
- package/dist/css/52-library-editor.chunk.css +64 -0
- package/dist/css/55-library-editor.chunk.css +3 -0
- package/dist/css/56-library-editor.chunk.css +3 -0
- package/dist/css/58-library-editor.chunk.css +3 -0
- package/dist/css/59-library-editor.chunk.css +3 -0
- package/dist/css/6-library-editor.chunk.css +42 -0
- package/dist/css/60-library-editor.chunk.css +16 -0
- package/dist/css/62-library-editor.chunk.css +4 -0
- package/dist/css/63-library-editor.chunk.css +168 -0
- package/dist/css/67-library-editor.chunk.css +76 -0
- package/dist/css/68-library-editor.chunk.css +15 -0
- package/dist/css/69-library-editor.chunk.css +15 -0
- package/dist/css/7-library-editor.chunk.css +10 -0
- package/dist/css/70-library-editor.chunk.css +21 -0
- package/dist/css/71-library-editor.chunk.css +38 -0
- package/dist/css/72-library-editor.chunk.css +14 -0
- package/dist/css/73-library-editor.chunk.css +35 -0
- package/dist/css/74-library-editor.chunk.css +27 -0
- package/dist/css/75-library-editor.chunk.css +4 -0
- package/dist/css/76-library-editor.chunk.css +4 -0
- package/dist/css/8-library-editor.chunk.css +7 -0
- package/dist/css/library-editor-app.css +9282 -0
- package/dist/en.json +1 -1
- package/dist/scripts/0.chunk.js +64 -0
- package/dist/scripts/1.chunk.js +75 -0
- package/dist/scripts/10.chunk.js +62 -0
- package/dist/scripts/11.chunk.js +317 -0
- package/dist/scripts/12.chunk.js +56 -0
- package/dist/scripts/13.chunk.js +25 -0
- package/dist/scripts/14.chunk.js +272 -0
- package/dist/scripts/15.chunk.js +35 -0
- package/dist/scripts/16.chunk.js +79 -0
- package/dist/scripts/17.chunk.js +40 -0
- package/dist/scripts/18.chunk.js +40 -0
- package/dist/scripts/19.chunk.js +43 -0
- package/dist/scripts/2.chunk.js +33 -0
- package/dist/scripts/20.chunk.js +18 -0
- package/dist/scripts/21.chunk.js +55 -0
- package/dist/scripts/22.chunk.js +47 -0
- package/dist/scripts/23.chunk.js +47 -0
- package/dist/scripts/24.chunk.js +33 -0
- package/dist/scripts/25.chunk.js +25 -0
- package/dist/scripts/26.chunk.js +25 -0
- package/dist/scripts/27.chunk.js +10 -0
- package/dist/scripts/28.chunk.js +334 -0
- package/dist/scripts/29.chunk.js +202 -0
- package/dist/scripts/3.chunk.js +57 -0
- package/dist/scripts/30.chunk.js +137 -0
- package/dist/scripts/31.chunk.js +113 -0
- package/dist/scripts/32.chunk.js +115 -0
- package/dist/scripts/33.chunk.js +93 -0
- package/dist/scripts/34.chunk.js +63 -0
- package/dist/scripts/35.chunk.js +48 -0
- package/dist/scripts/36.chunk.js +33 -0
- package/dist/scripts/37.chunk.js +25 -0
- package/dist/scripts/38.chunk.js +25 -0
- package/dist/scripts/39.chunk.js +19 -0
- package/dist/scripts/4.chunk.js +26 -0
- package/dist/scripts/40.chunk.js +182 -0
- package/dist/scripts/41.chunk.js +175 -0
- package/dist/scripts/42.chunk.js +176 -0
- package/dist/scripts/43.chunk.js +121 -0
- package/dist/scripts/44.chunk.js +122 -0
- package/dist/scripts/45.chunk.js +85 -0
- package/dist/scripts/46.chunk.js +78 -0
- package/dist/scripts/47.chunk.js +70 -0
- package/dist/scripts/48.chunk.js +88 -0
- package/dist/scripts/49.chunk.js +62 -0
- package/dist/scripts/5.chunk.js +10 -0
- package/dist/scripts/50.chunk.js +64 -0
- package/dist/scripts/51.chunk.js +55 -0
- package/dist/scripts/52.chunk.js +47 -0
- package/dist/scripts/53.chunk.js +56 -0
- package/dist/scripts/54.chunk.js +56 -0
- package/dist/scripts/55.chunk.js +41 -0
- package/dist/scripts/56.chunk.js +41 -0
- package/dist/scripts/57.chunk.js +50 -0
- package/dist/scripts/58.chunk.js +33 -0
- package/dist/scripts/59.chunk.js +33 -0
- package/dist/scripts/6.chunk.js +40 -0
- package/dist/scripts/60.chunk.js +33 -0
- package/dist/scripts/61.chunk.js +33 -0
- package/dist/scripts/62.chunk.js +25 -0
- package/dist/scripts/63.chunk.js +25 -0
- package/dist/scripts/64.chunk.js +33 -0
- package/dist/scripts/65.chunk.js +34 -0
- package/dist/scripts/66.chunk.js +33 -0
- package/dist/scripts/67.chunk.js +25 -0
- package/dist/scripts/68.chunk.js +25 -0
- package/dist/scripts/69.chunk.js +25 -0
- package/dist/scripts/7.chunk.js +33 -0
- package/dist/scripts/70.chunk.js +25 -0
- package/dist/scripts/71.chunk.js +25 -0
- package/dist/scripts/72.chunk.js +25 -0
- package/dist/scripts/73.chunk.js +25 -0
- package/dist/scripts/74.chunk.js +25 -0
- package/dist/scripts/75.chunk.js +25 -0
- package/dist/scripts/76.chunk.js +25 -0
- package/dist/scripts/77.chunk.js +26 -0
- package/dist/scripts/78.chunk.js +26 -0
- package/dist/scripts/79.chunk.js +26 -0
- package/dist/scripts/8.chunk.js +33 -0
- package/dist/scripts/80.chunk.js +26 -0
- package/dist/scripts/81.chunk.js +26 -0
- package/dist/scripts/82.chunk.js +26 -0
- package/dist/scripts/83.chunk.js +26 -0
- package/dist/scripts/84.chunk.js +26 -0
- package/dist/scripts/85.chunk.js +26 -0
- package/dist/scripts/86.chunk.js +18 -0
- package/dist/scripts/87.chunk.js +18 -0
- package/dist/scripts/88.chunk.js +18 -0
- package/dist/scripts/89.chunk.js +18 -0
- package/dist/scripts/9.chunk.js +18 -0
- package/dist/scripts/90.chunk.js +18 -0
- package/dist/scripts/91.chunk.js +18 -0
- package/dist/scripts/92.chunk.js +18 -0
- package/dist/scripts/{bundle-2506342124.min.js → bundle-0af60c1906.min.js} +1 -1
- package/dist/scripts/bundle.js +7806 -0
- package/dist/scripts/polyfills.js +2701 -0
- package/package.json +3 -3
- package/dist/scripts/bundle-2ff55ceb17.min.js +0 -10
- package/dist/scripts/bundle-89dc9f6f53.min.js +0 -10
- package/dist/scripts/bundle-d2c64381d3.min.js +0 -10
- package/dist/scripts/bundle-f10ab38aa2.min.js +0 -10
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
.cv--label--3iMZr {
|
|
2
|
+
vertical-align: middle; }
|
|
3
|
+
|
|
4
|
+
.cv--filterButton--1xOts {
|
|
5
|
+
font-weight: 500; }
|
|
6
|
+
|
|
7
|
+
.cv--dropdownMenu--1Yzts {
|
|
8
|
+
max-width: 100%;
|
|
9
|
+
max-height: 50vh;
|
|
10
|
+
overflow-y: auto; }
|
|
11
|
+
|
|
12
|
+
.cv--moreFiltersButton--3sym3 .filter-option-item {
|
|
13
|
+
display: inline-block;
|
|
14
|
+
width: 50%; }
|
|
15
|
+
|
|
16
|
+
.cv--options--6o30E:hover .cv--option--3yReT {
|
|
17
|
+
background-color: #4E9ACE;
|
|
18
|
+
border-color: #4E9ACE;
|
|
19
|
+
color: #fff; }
|
|
20
|
+
|
|
21
|
+
.cv--option--3yReT:hover ~ .cv--option--3yReT {
|
|
22
|
+
background-color: #f1f1f1;
|
|
23
|
+
border-color: #f1f1f1;
|
|
24
|
+
color: #333333; }
|
|
25
|
+
|
|
26
|
+
.cv--optionItem--3jzt0 {
|
|
27
|
+
width: 33%;
|
|
28
|
+
vertical-align: top; }
|
|
29
|
+
.cv--optionItem--3jzt0:first-child {
|
|
30
|
+
padding-left: 0 !important; }
|
|
31
|
+
.cv--optionItem--3jzt0:last-child {
|
|
32
|
+
padding-right: 0 !important; }
|
|
33
|
+
|
|
34
|
+
.cv--customOptionItem--78r7L {
|
|
35
|
+
width: 25%; }
|
|
36
|
+
|
|
37
|
+
.cv--selected--aFhSG {
|
|
38
|
+
background-color: #4E9ACE;
|
|
39
|
+
color: #fff; }
|
|
40
|
+
|
|
41
|
+
.cv--container--1SMXf {
|
|
42
|
+
max-width: 12rem; }
|
|
43
|
+
|
|
44
|
+
.cv--dragItem--2TIZ7 {
|
|
45
|
+
background-color: #fff;
|
|
46
|
+
font-weight: bold;
|
|
47
|
+
z-index: 60;
|
|
48
|
+
width: 18rem;
|
|
49
|
+
display: inline-block;
|
|
50
|
+
border-radius: 0.25rem;
|
|
51
|
+
line-height: 1.5rem;
|
|
52
|
+
box-shadow: 0.1875rem 0.125rem 10px rgba(51, 51, 51, 0.3); }
|
|
53
|
+
|
|
54
|
+
.cv--svgContainer--3JzEU {
|
|
55
|
+
vertical-align: middle;
|
|
56
|
+
display: inline-block;
|
|
57
|
+
width: 1.5rem;
|
|
58
|
+
height: 1.5rem; }
|
|
59
|
+
|
|
60
|
+
.cv--dragText--1Kdwj {
|
|
61
|
+
vertical-align: middle;
|
|
62
|
+
display: inline-block; }
|
|
63
|
+
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
.cv--resizingTextarea--qKxbV {
|
|
2
|
+
max-height: 50vh; }
|
|
3
|
+
|
|
4
|
+
.cv--clearSvg--2-D4Z {
|
|
5
|
+
position: absolute;
|
|
6
|
+
bottom: 0.375rem;
|
|
7
|
+
right: 1.875rem; }
|
|
8
|
+
.cv--clearSvg--2-D4Z:hover {
|
|
9
|
+
cursor: pointer; }
|
|
10
|
+
|
|
11
|
+
.cv--next--1sAku::before, .cv--previous--3zc5V::before {
|
|
12
|
+
content: '';
|
|
13
|
+
display: inline-block;
|
|
14
|
+
border-style: solid;
|
|
15
|
+
border-width: 0.2rem 0.2rem 0 0;
|
|
16
|
+
height: 0.625rem;
|
|
17
|
+
width: 0.625rem; }
|
|
18
|
+
|
|
19
|
+
.cv--next--1sAku::before {
|
|
20
|
+
-webkit-transform: rotate(45deg);
|
|
21
|
+
transform: rotate(45deg); }
|
|
22
|
+
|
|
23
|
+
.cv--previous--3zc5V::before {
|
|
24
|
+
-webkit-transform: rotate(-135deg);
|
|
25
|
+
transform: rotate(-135deg); }
|
|
26
|
+
|
|
27
|
+
.cv--datePicker--1j_H7 {
|
|
28
|
+
position: relative; }
|
|
29
|
+
.cv--datePicker--1j_H7 .clear-button {
|
|
30
|
+
color: #D7D7D7; }
|
|
31
|
+
.cv--datePicker--1j_H7:hover .clear-button {
|
|
32
|
+
color: #313543; }
|
|
33
|
+
|
|
34
|
+
.cv--calendarSvg--3ViTN {
|
|
35
|
+
position: absolute;
|
|
36
|
+
bottom: 0.375rem;
|
|
37
|
+
right: 0.375rem; }
|
|
38
|
+
|
|
39
|
+
.cv--disabled--DzdxT {
|
|
40
|
+
color: #B5B5B5; }
|
|
41
|
+
|
|
42
|
+
.cv--disabled--3TIct {
|
|
43
|
+
color: #B5B5B5; }
|
|
44
|
+
|
|
45
|
+
.cv--button--39NvM {
|
|
46
|
+
text-align: left;
|
|
47
|
+
border: 1px solid #D7D7D7;
|
|
48
|
+
height: 2.2rem; }
|
|
49
|
+
|
|
50
|
+
.is-invalid {
|
|
51
|
+
border: 0.0625rem solid #D9584F; }
|
|
52
|
+
|
|
53
|
+
.cv--svg--2Tl0W {
|
|
54
|
+
position: absolute;
|
|
55
|
+
right: 0.3125rem;
|
|
56
|
+
top: 50%;
|
|
57
|
+
margin-top: -0.75rem;
|
|
58
|
+
color: #D7D7D7; }
|
|
59
|
+
.cv--svg--2Tl0W:hover {
|
|
60
|
+
cursor: pointer; }
|
|
61
|
+
|
|
62
|
+
.cv--disabled--2julA {
|
|
63
|
+
background-color: #f1f1f1;
|
|
64
|
+
color: #B5B5B5;
|
|
65
|
+
cursor: default !important; }
|
|
66
|
+
.cv--disabled--2julA:hover {
|
|
67
|
+
color: #B5B5B5;
|
|
68
|
+
text-decoration: none; }
|
|
69
|
+
|
|
70
|
+
.cv--seasonContainer--_SpZq {
|
|
71
|
+
position: relative; }
|
|
72
|
+
.cv--seasonContainer--_SpZq:hover .cv--svg--2Tl0W {
|
|
73
|
+
color: #313543; }
|
|
74
|
+
|
|
75
|
+
.cv--disabled--tOHRz {
|
|
76
|
+
color: #B5B5B5; }
|
|
77
|
+
|
|
78
|
+
.invalid-feedback {
|
|
79
|
+
display: block; }
|
|
80
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
.cv--webPlayerContainer--2S4VF {
|
|
2
|
+
background-color: #f1f1f1; }
|
|
3
|
+
|
|
4
|
+
.cv--webPlayer--3569L {
|
|
5
|
+
z-index: 1; }
|
|
6
|
+
|
|
7
|
+
.cv--svgContainer--1WsxD svg {
|
|
8
|
+
position: absolute;
|
|
9
|
+
top: 50%;
|
|
10
|
+
left: 50%;
|
|
11
|
+
-webkit-transform: translate(-50%, -50%);
|
|
12
|
+
transform: translate(-50%, -50%);
|
|
13
|
+
width: 20%;
|
|
14
|
+
color: #D7D7D7; }
|
|
15
|
+
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
.cv--folderIcon--3yOKC {
|
|
2
|
+
width: 1.5rem;
|
|
3
|
+
height: 1.5rem;
|
|
4
|
+
left: 0.375rem;
|
|
5
|
+
top: 50%;
|
|
6
|
+
margin-top: -0.75rem; }
|
|
7
|
+
|
|
8
|
+
.cv--folder--1mL-8 {
|
|
9
|
+
padding-left: 1.5rem; }
|
|
10
|
+
|
|
11
|
+
.cv--folderBlock--3Z20g {
|
|
12
|
+
border: 1px solid #eaeaea; }
|
|
13
|
+
|
|
14
|
+
.cv--actions--1NQjU svg {
|
|
15
|
+
opacity: 0.5;
|
|
16
|
+
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
|
|
17
|
+
|
|
18
|
+
.cv--actions--1NQjU:hover {
|
|
19
|
+
background-color: rgba(0, 0, 0, 0.4); }
|
|
20
|
+
.cv--actions--1NQjU:hover svg {
|
|
21
|
+
opacity: 1;
|
|
22
|
+
color: #fff; }
|
|
23
|
+
|
|
24
|
+
.cv--sortSelect--3o-cY, .cv--sortSelectDropdown--3O1cI {
|
|
25
|
+
width: 8.8rem;
|
|
26
|
+
position: relative; }
|
|
27
|
+
|
|
28
|
+
.cv--sortSelect--3o-cY .dropdown-toggle:after {
|
|
29
|
+
position: absolute;
|
|
30
|
+
right: 0.75rem;
|
|
31
|
+
top: 50%;
|
|
32
|
+
margin-top: -0.15em; }
|
|
33
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
.cv--link--5idZs:hover {
|
|
2
|
+
text-decoration: none; }
|
|
3
|
+
|
|
4
|
+
.cv--active--3Ty4M {
|
|
5
|
+
font-weight: 500; }
|
|
6
|
+
|
|
7
|
+
.cv--leftNav--15vRB {
|
|
8
|
+
width: 20rem; }
|
|
9
|
+
.cv--leftNav--15vRB a {
|
|
10
|
+
color: #4E9ACE !important;
|
|
11
|
+
cursor: pointer; }
|
|
12
|
+
.cv--leftNav--15vRB a:hover {
|
|
13
|
+
text-decoration: underline !important; }
|
|
14
|
+
|
|
15
|
+
.cv--heading--1SwZ2 {
|
|
16
|
+
width: 20rem; }
|
|
17
|
+
|
|
18
|
+
.cv--tabsContainer--3f4T9 {
|
|
19
|
+
width: -webkit-calc(100% - 20rem);
|
|
20
|
+
width: calc(100% - 20rem);
|
|
21
|
+
vertical-align: top; }
|
|
22
|
+
|
|
23
|
+
.cv--content--303Nb {
|
|
24
|
+
min-height: 40rem; }
|
|
25
|
+
|
|
26
|
+
.cv--contentWithLeftNav--2ZCHY {
|
|
27
|
+
width: -webkit-calc(100% - 20rem);
|
|
28
|
+
width: calc(100% - 20rem);
|
|
29
|
+
vertical-align: top; }
|
|
30
|
+
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
.cv--list--3aP3V .cv--item--1uqg-:last-child {
|
|
2
|
+
margin-bottom: -0.0625rem; }
|
|
3
|
+
|
|
4
|
+
.cv--selected--29kkj {
|
|
5
|
+
background-color: #979797;
|
|
6
|
+
color: #fff; }
|
|
7
|
+
|
|
8
|
+
.cv--actions--2xyI4 {
|
|
9
|
+
background-color: #f8f8f8; }
|
|
10
|
+
|
|
11
|
+
.cv--source--153F1 {
|
|
12
|
+
color: #fff;
|
|
13
|
+
border-radius: 1rem; }
|
|
14
|
+
|
|
15
|
+
.cv--button--3I7SQ {
|
|
16
|
+
width: 6rem; }
|
|
17
|
+
|
|
18
|
+
.cv--avatar--2c8zD {
|
|
19
|
+
border-radius: 50%;
|
|
20
|
+
background-color: #51ADA3;
|
|
21
|
+
display: inline-block;
|
|
22
|
+
width: 2.1875rem;
|
|
23
|
+
height: 2.1875rem;
|
|
24
|
+
text-align: center;
|
|
25
|
+
line-height: 2.1875rem;
|
|
26
|
+
background-size: cover;
|
|
27
|
+
background-position: top center;
|
|
28
|
+
vertical-align: top; }
|
|
29
|
+
|
|
30
|
+
.cv--message--EQzqm {
|
|
31
|
+
border-left: 0.125rem solid #51ADA3; }
|
|
32
|
+
|
|
33
|
+
.cv--interactive--mnE2L {
|
|
34
|
+
background-color: #F8981D;
|
|
35
|
+
color: #fff; }
|
|
36
|
+
|
|
37
|
+
.cv--requestList--3DFfh {
|
|
38
|
+
width: 20rem; }
|
|
39
|
+
|
|
40
|
+
.cv--requestDetails--2ezub {
|
|
41
|
+
width: -webkit-calc(100% - 20rem);
|
|
42
|
+
width: calc(100% - 20rem);
|
|
43
|
+
vertical-align: top;
|
|
44
|
+
margin-left: -0.0625rem; }
|
|
45
|
+
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
.cv--darkBackground--2jtQl p, .cv--loading--152ia p {
|
|
2
|
+
color: #D7D7D7; }
|
|
3
|
+
|
|
4
|
+
.cv--darkBackground--2jtQl {
|
|
5
|
+
background-color: #f8f8f8; }
|
|
6
|
+
|
|
7
|
+
.cv--svgContainer--xdD5o svg {
|
|
8
|
+
color: #84868D; }
|
|
9
|
+
.cv--svgContainer--xdD5o svg:hover {
|
|
10
|
+
color: #313543; }
|
|
11
|
+
|
|
12
|
+
.cv--loading--152ia .cv--svgContainer--xdD5o svg:hover {
|
|
13
|
+
color: #D7D7D7; }
|
|
14
|
+
|
|
15
|
+
.cv--chapterItem--3G38c {
|
|
16
|
+
cursor: pointer; }
|
|
17
|
+
.cv--chapterItem--3G38c .cv--loading--152ia {
|
|
18
|
+
cursor: default; }
|
|
19
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
.cv--selectBtn--2TTgs {
|
|
2
|
+
text-align: left; }
|
|
3
|
+
|
|
4
|
+
.cv--list--3wN7o {
|
|
5
|
+
padding-left: 0;
|
|
6
|
+
margin-bottom: 0; }
|
|
7
|
+
|
|
8
|
+
.cv--selector--3Xf1P {
|
|
9
|
+
cursor: pointer;
|
|
10
|
+
max-height: 24.75rem;
|
|
11
|
+
overflow-y: scroll;
|
|
12
|
+
width: 100%; }
|
|
13
|
+
|
|
14
|
+
.cv--customItem--199PI {
|
|
15
|
+
background-color: #fff; }
|
|
16
|
+
.cv--customItem--199PI:hover {
|
|
17
|
+
background-color: rgba(132, 134, 141, 0.25); }
|
|
18
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
.cv--selectBtn--2TTgs {
|
|
2
|
+
text-align: left; }
|
|
3
|
+
|
|
4
|
+
.cv--list--3wN7o {
|
|
5
|
+
padding-left: 0;
|
|
6
|
+
margin-bottom: 0; }
|
|
7
|
+
|
|
8
|
+
.cv--selector--3Xf1P {
|
|
9
|
+
cursor: pointer;
|
|
10
|
+
max-height: 24.75rem;
|
|
11
|
+
overflow-y: scroll;
|
|
12
|
+
width: 100%; }
|
|
13
|
+
|
|
14
|
+
.cv--customItem--199PI {
|
|
15
|
+
background-color: #fff; }
|
|
16
|
+
.cv--customItem--199PI:hover {
|
|
17
|
+
background-color: rgba(132, 134, 141, 0.25); }
|
|
18
|
+
|
|
19
|
+
.cv--requiredStar--3m_pH {
|
|
20
|
+
color: red; }
|
|
21
|
+
|
|
22
|
+
.cv--title--2yTdm {
|
|
23
|
+
overflow-wrap: break-word; }
|
|
24
|
+
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
.cv--rating--3IJcl {
|
|
2
|
+
color: #fff;
|
|
3
|
+
cursor: default; }
|
|
4
|
+
|
|
5
|
+
.cv--svgContainer---0ibU {
|
|
6
|
+
width: 1.5rem;
|
|
7
|
+
height: 1.5rem;
|
|
8
|
+
display: inline-block;
|
|
9
|
+
position: absolute;
|
|
10
|
+
left: 0.375rem;
|
|
11
|
+
margin-top: -0.75rem;
|
|
12
|
+
top: 50%; }
|
|
13
|
+
|
|
14
|
+
.cv--selectedButton--28zhr {
|
|
15
|
+
position: relative;
|
|
16
|
+
padding-left: 1.875rem; }
|
|
17
|
+
|
|
18
|
+
.cv--showPreview--2r4VF {
|
|
19
|
+
visibility: hidden;
|
|
20
|
+
font-weight: 600;
|
|
21
|
+
margin-bottom: -0.75rem;
|
|
22
|
+
margin-top: 0.25rem; }
|
|
23
|
+
|
|
24
|
+
.cv--component--13khy {
|
|
25
|
+
position: relative; }
|
|
26
|
+
|
|
27
|
+
.cv--thumbnailContainer--_gEcp {
|
|
28
|
+
width: 8rem;
|
|
29
|
+
height: 4.5rem; }
|
|
30
|
+
|
|
31
|
+
.cv--metaContainer--zuMb1 {
|
|
32
|
+
width: -webkit-calc(100% - 19.25rem);
|
|
33
|
+
width: calc(100% - 19.25rem);
|
|
34
|
+
vertical-align: top; }
|
|
35
|
+
|
|
36
|
+
.cv--actionsContainer--1ppp8 {
|
|
37
|
+
width: 10rem; }
|
|
38
|
+
|
|
39
|
+
.cv--videoItem--2Ru6c {
|
|
40
|
+
cursor: pointer; }
|
|
41
|
+
.cv--videoItem--2Ru6c:hover {
|
|
42
|
+
background-color: #f8f8f8; }
|
|
43
|
+
.cv--videoItem--2Ru6c:hover .video-item-actions svg {
|
|
44
|
+
color: #979797; }
|
|
45
|
+
.cv--videoItem--2Ru6c:hover .video-item-actions svg:hover {
|
|
46
|
+
color: #313543; }
|
|
47
|
+
.cv--videoItem--2Ru6c:hover .video-item-show-preview {
|
|
48
|
+
visibility: visible; }
|
|
49
|
+
|
|
50
|
+
.cv--doNotAdd--8l6WV {
|
|
51
|
+
position: absolute;
|
|
52
|
+
top: 0;
|
|
53
|
+
left: 0;
|
|
54
|
+
right: 0;
|
|
55
|
+
bottom: 0;
|
|
56
|
+
background-color: #f8f8f8;
|
|
57
|
+
z-index: 3; }
|
|
58
|
+
|
|
59
|
+
.cv--migrationErrorView--1Jo6e {
|
|
60
|
+
border-radius: 5px;
|
|
61
|
+
overflow: hidden; }
|
|
62
|
+
|
|
63
|
+
.cv--videoContainer--7tGnj {
|
|
64
|
+
height: 31rem;
|
|
65
|
+
overflow-y: scroll; }
|
|
66
|
+
|
|
67
|
+
.cv--svgContainer--csNIF {
|
|
68
|
+
width: 7.5rem;
|
|
69
|
+
height: 7.5rem; }
|
|
70
|
+
|
|
71
|
+
.cv--headingContainer--30NNv {
|
|
72
|
+
min-height: 10.6875rem; }
|
|
73
|
+
|
|
74
|
+
.cv--tabsContainer--10__f {
|
|
75
|
+
min-height: 4.09375rem; }
|
|
76
|
+
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
.cv--fileDrop--3-Sp5 {
|
|
2
|
+
border: 0.125rem dashed #f1f1f1;
|
|
3
|
+
border-radius: 0.25rem;
|
|
4
|
+
position: relative; }
|
|
5
|
+
|
|
6
|
+
.cv--dropMask--TuDHp {
|
|
7
|
+
display: none; }
|
|
8
|
+
|
|
9
|
+
.cv--dragOver--3Dz1H {
|
|
10
|
+
position: relative; }
|
|
11
|
+
.cv--dragOver--3Dz1H .cv--fileDrop--3-Sp5 {
|
|
12
|
+
border-color: #F8981D; }
|
|
13
|
+
.cv--dragOver--3Dz1H .cv--dropMask--TuDHp h3 {
|
|
14
|
+
position: absolute;
|
|
15
|
+
top: 50%;
|
|
16
|
+
width: 100%;
|
|
17
|
+
text-align: center;
|
|
18
|
+
margin-top: -1rem; }
|
|
19
|
+
.cv--dragOver--3Dz1H .cv--dropMask--TuDHp {
|
|
20
|
+
display: block;
|
|
21
|
+
position: absolute;
|
|
22
|
+
top: 0;
|
|
23
|
+
left: 0;
|
|
24
|
+
right: 0;
|
|
25
|
+
bottom: 0;
|
|
26
|
+
background: rgba(255, 255, 255, 0.6); }
|
|
27
|
+
|
|
28
|
+
.cv--svgContainer--QNFLR {
|
|
29
|
+
width: 1.5rem;
|
|
30
|
+
height: 1.5rem; }
|
|
31
|
+
|
|
32
|
+
.cv--progress--1q_ig {
|
|
33
|
+
height: 0.1875rem; }
|
|
34
|
+
|
|
35
|
+
.cv--container--2GdEa {
|
|
36
|
+
background-color: #f8f8f8; }
|
|
37
|
+
|
|
38
|
+
.cv--svgContainer--186X3 {
|
|
39
|
+
width: 1.5rem;
|
|
40
|
+
height: 1.5rem; }
|
|
41
|
+
|
|
42
|
+
.cv--actionSvg--3_l1b {
|
|
43
|
+
cursor: pointer; }
|
|
44
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
.cv--svgContainer--2fUyj {
|
|
2
|
+
width: 1.5rem;
|
|
3
|
+
height: 1.5rem; }
|
|
4
|
+
|
|
5
|
+
.cv--interactive--cAujD {
|
|
6
|
+
background-color: #F8981D;
|
|
7
|
+
color: #fff; }
|
|
8
|
+
|
|
9
|
+
.cv--columnNames--1ZuuN {
|
|
10
|
+
font-weight: 600; }
|
|
11
|
+
|
|
12
|
+
.cv--licenseContainer--3xIoE {
|
|
13
|
+
position: relative; }
|
|
14
|
+
.cv--licenseContainer--3xIoE .cv--license--1fpgM {
|
|
15
|
+
width: 30rem;
|
|
16
|
+
position: absolute;
|
|
17
|
+
left: 100%;
|
|
18
|
+
top: -5rem;
|
|
19
|
+
margin-left: 0.625rem;
|
|
20
|
+
display: none; }
|
|
21
|
+
.cv--licenseContainer--3xIoE .cv--era--3S6te {
|
|
22
|
+
background: url("/images/screenrights-logo.png") 0 0 no-repeat;
|
|
23
|
+
width: 5.25rem;
|
|
24
|
+
background-position: -16.875rem 0rem;
|
|
25
|
+
height: 2.4375rem; }
|
|
26
|
+
.cv--licenseContainer--3xIoE:hover .cv--license--1fpgM {
|
|
27
|
+
display: block; }
|
|
28
|
+
.cv--licenseContainer--3xIoE:hover .cv--era--3S6te + .cv--license--1fpgM {
|
|
29
|
+
top: -2rem; }
|
|
30
|
+
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
.cv--removeImage--3OmsX {
|
|
2
|
+
color: #5B5E68;
|
|
3
|
+
text-decoration: none;
|
|
4
|
+
cursor: pointer;
|
|
5
|
+
background-color: transparent;
|
|
6
|
+
border: none; }
|
|
7
|
+
.cv--removeImage--3OmsX:hover {
|
|
8
|
+
text-decoration: underline; }
|
|
9
|
+
|
|
10
|
+
.cv--imageElement--3kJ8m {
|
|
11
|
+
background-size: cover;
|
|
12
|
+
background-position: center; }
|
|
13
|
+
|
|
14
|
+
.cv--banner--uFWnL .cv--imageElement--3kJ8m {
|
|
15
|
+
padding-bottom: 18.5%; }
|
|
16
|
+
|
|
17
|
+
.cv--thumbnail--3_b6l .cv--imageContainer--1mYjS {
|
|
18
|
+
width: 40%; }
|
|
19
|
+
|
|
20
|
+
.cv--thumbnail--3_b6l .cv--imageElement--3kJ8m {
|
|
21
|
+
padding-bottom: 56.25%; }
|
|
22
|
+
|
|
23
|
+
.cv--hide--5hYaK {
|
|
24
|
+
display: none; }
|
|
25
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
.cv--dragItem--2TIZ7 {
|
|
2
|
+
background-color: #fff;
|
|
3
|
+
font-weight: bold;
|
|
4
|
+
z-index: 60;
|
|
5
|
+
width: 18rem;
|
|
6
|
+
display: inline-block;
|
|
7
|
+
border-radius: 0.25rem;
|
|
8
|
+
line-height: 1.5rem;
|
|
9
|
+
box-shadow: 0.1875rem 0.125rem 10px rgba(51, 51, 51, 0.3); }
|
|
10
|
+
|
|
11
|
+
.cv--svgContainer--3JzEU {
|
|
12
|
+
vertical-align: middle;
|
|
13
|
+
display: inline-block;
|
|
14
|
+
width: 1.5rem;
|
|
15
|
+
height: 1.5rem; }
|
|
16
|
+
|
|
17
|
+
.cv--dragText--1Kdwj {
|
|
18
|
+
vertical-align: middle;
|
|
19
|
+
display: inline-block; }
|
|
20
|
+
|
|
21
|
+
.cv--svgContainer--2KSbB {
|
|
22
|
+
width: 1rem;
|
|
23
|
+
height: 1rem; }
|
|
24
|
+
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
.cv--folder--1MHyt {
|
|
2
|
+
height: 0;
|
|
3
|
+
background-color: #f1f1f1;
|
|
4
|
+
background-size: cover;
|
|
5
|
+
padding-bottom: -webkit-calc(720 / 1280 * 100%);
|
|
6
|
+
padding-bottom: calc(720 / 1280 * 100%); }
|
|
7
|
+
.cv--folder--1MHyt h3 {
|
|
8
|
+
top: 50%;
|
|
9
|
+
left: 50%;
|
|
10
|
+
-webkit-transform: translate(-50%, -50%);
|
|
11
|
+
transform: translate(-50%, -50%);
|
|
12
|
+
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
|
|
13
|
+
overflow-wrap: break-word;
|
|
14
|
+
max-width: -webkit-calc(100% - 2.5rem);
|
|
15
|
+
max-width: calc(100% - 2.5rem);
|
|
16
|
+
z-index: 10;
|
|
17
|
+
max-height: 7.2rem;
|
|
18
|
+
padding: 0.18rem 0;
|
|
19
|
+
overflow: hidden;
|
|
20
|
+
-moz-box-sizing: content-box;
|
|
21
|
+
box-sizing: content-box; }
|
|
22
|
+
@media (max-width: 1200px) {
|
|
23
|
+
.cv--folder--1MHyt h3 {
|
|
24
|
+
max-height: 5.4rem; } }
|
|
25
|
+
.cv--folder--1MHyt:before {
|
|
26
|
+
content: " ";
|
|
27
|
+
top: 0.625rem;
|
|
28
|
+
left: 0.625rem;
|
|
29
|
+
right: 0.625rem;
|
|
30
|
+
bottom: 0.625rem;
|
|
31
|
+
position: absolute;
|
|
32
|
+
background: rgba(51, 51, 51, 0.5);
|
|
33
|
+
z-index: 5;
|
|
34
|
+
-webkit-transition: background linear 500ms;
|
|
35
|
+
transition: background linear 500ms; }
|
|
36
|
+
.cv--folder--1MHyt:hover:before {
|
|
37
|
+
background: rgba(51, 51, 51, 0.25); }
|
|
38
|
+
|
|
39
|
+
.cv--actions--3-hwy {
|
|
40
|
+
background: none;
|
|
41
|
+
top: 0;
|
|
42
|
+
right: 0;
|
|
43
|
+
width: 2rem;
|
|
44
|
+
height: 2rem;
|
|
45
|
+
margin-top: 0.9375rem;
|
|
46
|
+
margin-right: 0.9375rem;
|
|
47
|
+
z-index: 10; }
|
|
48
|
+
.cv--actions--3-hwy svg {
|
|
49
|
+
opacity: 0.5;
|
|
50
|
+
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
|
|
51
|
+
.cv--actions--3-hwy:hover {
|
|
52
|
+
background-color: rgba(0, 0, 0, 0.5); }
|
|
53
|
+
.cv--actions--3-hwy:hover svg {
|
|
54
|
+
opacity: 1; }
|
|
55
|
+
|
|
56
|
+
.cv--draggingVideo--3cCHx {
|
|
57
|
+
background-color: #f1f1f1 !important;
|
|
58
|
+
position: relative; }
|
|
59
|
+
.cv--draggingVideo--3cCHx:after {
|
|
60
|
+
content: ' ';
|
|
61
|
+
position: absolute;
|
|
62
|
+
top: 0;
|
|
63
|
+
left: 0;
|
|
64
|
+
right: 0;
|
|
65
|
+
bottom: 0;
|
|
66
|
+
display: inline-block;
|
|
67
|
+
z-index: 2;
|
|
68
|
+
background-color: rgba(255, 255, 255, 0.5); }
|
|
69
|
+
|
|
70
|
+
.cv--actions--3vCmp {
|
|
71
|
+
top: 0;
|
|
72
|
+
right: 0.625rem;
|
|
73
|
+
width: 2rem;
|
|
74
|
+
height: 2rem;
|
|
75
|
+
margin-top: 0.9375rem; }
|
|
76
|
+
.cv--actions--3vCmp svg {
|
|
77
|
+
opacity: 0.5;
|
|
78
|
+
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
|
|
79
|
+
.cv--actions--3vCmp:hover {
|
|
80
|
+
background-color: rgba(0, 0, 0, 0.4); }
|
|
81
|
+
.cv--actions--3vCmp:hover svg {
|
|
82
|
+
opacity: 1;
|
|
83
|
+
color: #fff; }
|
|
84
|
+
|