ros.grant.common 2.0.1410 → 2.0.1412
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.
|
@@ -282,6 +282,21 @@
|
|
|
282
282
|
}
|
|
283
283
|
}
|
|
284
284
|
|
|
285
|
+
.anti-plagiarism{
|
|
286
|
+
.widget__content_item {
|
|
287
|
+
padding: 8px 0;
|
|
288
|
+
|
|
289
|
+
&:first-child {
|
|
290
|
+
padding-top: 16px;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
&:last-child {
|
|
294
|
+
border-bottom: none;
|
|
295
|
+
padding-bottom: 16px;
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
|
|
285
300
|
.contact {
|
|
286
301
|
line-height: 1;
|
|
287
302
|
font-size: 12px;
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
.mrx-table {
|
|
2
2
|
&__wrapper {
|
|
3
3
|
overflow-x: auto;
|
|
4
|
+
|
|
5
|
+
&--substrate {
|
|
6
|
+
padding-top: 8px;
|
|
7
|
+
}
|
|
4
8
|
}
|
|
5
9
|
|
|
6
10
|
&.type-default {
|
|
7
|
-
|
|
8
11
|
table {
|
|
9
12
|
width: 100%;
|
|
10
13
|
text-align: left;
|
|
@@ -40,20 +43,36 @@
|
|
|
40
43
|
td {
|
|
41
44
|
max-width: 340px;
|
|
42
45
|
vertical-align: top;
|
|
46
|
+
height: 1px;
|
|
43
47
|
|
|
44
|
-
|
|
45
|
-
padding: 8px;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
a {
|
|
48
|
+
.link-wrapper {
|
|
49
49
|
display: block;
|
|
50
50
|
padding: 8px;
|
|
51
51
|
color: initial;
|
|
52
|
+
height: 100%;
|
|
52
53
|
|
|
53
54
|
&:active {
|
|
54
55
|
color: var(--Main1);
|
|
55
56
|
}
|
|
56
57
|
}
|
|
58
|
+
|
|
59
|
+
.left-border {
|
|
60
|
+
border-left: 4px solid var(--Main2);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.warning-back {
|
|
64
|
+
background-color: #FFECE7;
|
|
65
|
+
}
|
|
66
|
+
.disabled-back {
|
|
67
|
+
background-color: #FAFAFA;
|
|
68
|
+
}
|
|
69
|
+
.link-colored {
|
|
70
|
+
color: var(--Main2);
|
|
71
|
+
|
|
72
|
+
&:active {
|
|
73
|
+
color: var(--Main2);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
57
76
|
}
|
|
58
77
|
|
|
59
78
|
th {
|
|
@@ -88,8 +107,6 @@
|
|
|
88
107
|
|
|
89
108
|
.mrx-table__wrapper {
|
|
90
109
|
&--substrate {
|
|
91
|
-
padding-top: 8px;
|
|
92
|
-
padding-bottom: 8px;
|
|
93
110
|
background: #FFFFFF;
|
|
94
111
|
box-shadow: 0px 1px 4px rgb(59 67 87 / 10%);
|
|
95
112
|
border-radius: 4px;
|
package/package.json
CHANGED