ros.grant.common 2.0.1286 → 2.0.1289
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.
|
@@ -1,4 +1,58 @@
|
|
|
1
1
|
.page-wrapper.vtb-theme {
|
|
2
|
+
.btn-view {
|
|
3
|
+
width: 40px !important;
|
|
4
|
+
height: 40px !important;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.share-buttons .share-buttons__container {
|
|
8
|
+
border: none !important;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.page-main .edit-document__item .form-group span {
|
|
12
|
+
height: auto !important;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.faq-info .header-link {
|
|
16
|
+
font-weight: 400;
|
|
17
|
+
font-size: 14px;
|
|
18
|
+
line-height: 20px;
|
|
19
|
+
color: #1E4BD2;
|
|
20
|
+
padding-left: 32px;
|
|
21
|
+
position: relative;
|
|
22
|
+
|
|
23
|
+
&:after {
|
|
24
|
+
content: "";
|
|
25
|
+
display: block;
|
|
26
|
+
width: 6px;
|
|
27
|
+
height: 12px;
|
|
28
|
+
position: absolute;
|
|
29
|
+
left: 10px;
|
|
30
|
+
top: calc(50% - 6px);
|
|
31
|
+
background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1.00012L1 7.00012L7 13.0001' stroke='%231E4BD2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
32
|
+
background-position: center;
|
|
33
|
+
background-repeat: no-repeat;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
// .faq
|
|
38
|
+
.faq-item .faq-item__wrapper .faq-item__title {
|
|
39
|
+
font-size: 16px !important;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.faq-info .static-content p {
|
|
43
|
+
font-size: 16px !important;
|
|
44
|
+
line-height: 24px !important;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.faq-item .faq-item__wrapper {
|
|
48
|
+
border-radius: 20px !important;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.faq-item:after {
|
|
52
|
+
border-radius: 20px !important;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
// footer-wrapper
|
|
2
56
|
.footer-wrapper {
|
|
3
57
|
.footer {
|
|
4
58
|
background-color: var(--Subsidiary);
|
package/package.json
CHANGED