@voplus/morpho-workspace 6.0.61 → 6.0.62
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,44 +1,51 @@
|
|
1
1
|
.delegate-dialog-content {
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
2
|
+
:global {
|
3
|
+
.available-role-members {
|
4
|
+
display: flex;
|
5
|
+
flex-direction: column;
|
6
|
+
max-height: 110px;
|
7
|
+
overflow: hidden;
|
8
8
|
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
9
|
+
.available-role-members-content {
|
10
|
+
flex: 1;
|
11
|
+
height: 100%;
|
12
|
+
overflow: scroll;
|
13
|
+
margin: 0 -15px -15px 0;
|
14
14
|
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
15
|
+
.role-member-item {
|
16
|
+
display: inline-block;
|
17
|
+
position: relative;
|
18
|
+
height: 45px;
|
19
19
|
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
20
|
+
.role-member-item-btn {
|
21
|
+
position: absolute;
|
22
|
+
font-size: 12px;
|
23
|
+
top: -4px;
|
24
|
+
right: -50px;
|
25
|
+
display: none;
|
26
|
+
}
|
27
27
|
|
28
|
-
|
29
|
-
|
28
|
+
&:hover {
|
29
|
+
margin-right: 50px;
|
30
30
|
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
31
|
+
.role-member-item-btn {
|
32
|
+
display: block;
|
33
|
+
}
|
34
|
+
}
|
35
|
+
}
|
36
|
+
}
|
37
|
+
}
|
38
38
|
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
39
|
+
.proseMirror {
|
40
|
+
.prosemirror-content {
|
41
|
+
height: 140px;
|
42
|
+
margin-bottom: -40px;
|
43
|
+
}
|
44
|
+
.toolbar-button[title="Align"] {
|
45
|
+
.ant-select {
|
46
|
+
width: auto;
|
47
|
+
}
|
48
|
+
}
|
49
|
+
}
|
50
|
+
}
|
51
|
+
}
|