ros.grant.common 2.0.1060 → 2.0.1061
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.
|
Binary file
|
|
@@ -41,84 +41,13 @@
|
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
// .social-link__top-item {
|
|
45
|
-
// display: inline-block;
|
|
46
|
-
// vertical-align: middle;
|
|
47
|
-
// margin: 0 6px;
|
|
48
|
-
|
|
49
|
-
// @media (max-width: 900px) {
|
|
50
|
-
// margin: 0 4px;
|
|
51
|
-
// display: none;
|
|
52
|
-
// }
|
|
53
|
-
|
|
54
|
-
// &--visible-sm {
|
|
55
|
-
// display: none;
|
|
56
|
-
|
|
57
|
-
// @media (max-width: 479px) {
|
|
58
|
-
// display: inline-block;
|
|
59
|
-
// }
|
|
60
|
-
// }
|
|
61
|
-
|
|
62
|
-
// &--hidden-sm {
|
|
63
|
-
// @media (max-width: 479px) {
|
|
64
|
-
// display: none;
|
|
65
|
-
// }
|
|
66
|
-
// }
|
|
67
|
-
|
|
68
|
-
// .btn-icon {
|
|
69
|
-
|
|
70
|
-
// .btn-icon__img,
|
|
71
|
-
// use {
|
|
72
|
-
// fill: var(--Main1);
|
|
73
|
-
// fill-opacity: 0.8;
|
|
74
|
-
// transition: all .2s ease-in-out;
|
|
75
|
-
// }
|
|
76
|
-
|
|
77
|
-
// &.active,
|
|
78
|
-
// &:active,
|
|
79
|
-
// &:hover {
|
|
80
|
-
// background: fade(#3A3A3A, 80%);
|
|
81
|
-
// border-color: transparent;
|
|
82
|
-
|
|
83
|
-
// .btn-icon__img,
|
|
84
|
-
// use {
|
|
85
|
-
// fill: #FFF;
|
|
86
|
-
// fill-opacity: 1;
|
|
87
|
-
// }
|
|
88
|
-
// }
|
|
89
|
-
|
|
90
|
-
// &--light {
|
|
91
|
-
// border-color: #fff;
|
|
92
|
-
// fill: #fff;
|
|
93
|
-
// transition: all .2s ease-in-out;
|
|
94
|
-
|
|
95
|
-
// .btn-icon__img,
|
|
96
|
-
// use {
|
|
97
|
-
// fill: #fff;
|
|
98
|
-
// transition: all .2s ease-in-out;
|
|
99
|
-
// }
|
|
100
|
-
|
|
101
|
-
// &.active,
|
|
102
|
-
// &:active,
|
|
103
|
-
// &:hover {
|
|
104
|
-
// background: #fff;
|
|
105
|
-
|
|
106
|
-
// .btn-icon__img,
|
|
107
|
-
// use {
|
|
108
|
-
// fill: fade(#3A3A3A, 80%);
|
|
109
|
-
// }
|
|
110
|
-
// }
|
|
111
|
-
// }
|
|
112
|
-
// }
|
|
113
|
-
// }
|
|
114
|
-
|
|
115
44
|
.social-link__top-item {
|
|
116
|
-
display: inline-
|
|
117
|
-
align
|
|
118
|
-
margin: 0
|
|
45
|
+
display: inline-block;
|
|
46
|
+
vertical-align: middle;
|
|
47
|
+
margin: 0 6px;
|
|
119
48
|
|
|
120
49
|
@media (max-width: 900px) {
|
|
121
|
-
margin: 0
|
|
50
|
+
margin: 0 4px;
|
|
122
51
|
display: none;
|
|
123
52
|
}
|
|
124
53
|
|
|
@@ -137,9 +66,6 @@
|
|
|
137
66
|
}
|
|
138
67
|
|
|
139
68
|
.btn-icon {
|
|
140
|
-
border: none !important;
|
|
141
|
-
width: 24px;
|
|
142
|
-
height: 24px;
|
|
143
69
|
|
|
144
70
|
.btn-icon__img,
|
|
145
71
|
use {
|
|
@@ -148,20 +74,21 @@
|
|
|
148
74
|
transition: all .2s ease-in-out;
|
|
149
75
|
}
|
|
150
76
|
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
77
|
+
&.active,
|
|
78
|
+
&:active,
|
|
79
|
+
&:hover {
|
|
80
|
+
background: fade(#3A3A3A, 80%);
|
|
81
|
+
border-color: transparent;
|
|
156
82
|
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
83
|
+
.btn-icon__img,
|
|
84
|
+
use {
|
|
85
|
+
fill: #FFF;
|
|
86
|
+
fill-opacity: 1;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
163
89
|
|
|
164
90
|
&--light {
|
|
91
|
+
border-color: #fff;
|
|
165
92
|
fill: #fff;
|
|
166
93
|
transition: all .2s ease-in-out;
|
|
167
94
|
|
|
@@ -171,16 +98,89 @@
|
|
|
171
98
|
transition: all .2s ease-in-out;
|
|
172
99
|
}
|
|
173
100
|
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
101
|
+
&.active,
|
|
102
|
+
&:active,
|
|
103
|
+
&:hover {
|
|
104
|
+
background: #fff;
|
|
178
105
|
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
106
|
+
.btn-icon__img,
|
|
107
|
+
use {
|
|
108
|
+
fill: fade(#3A3A3A, 80%);
|
|
109
|
+
}
|
|
110
|
+
}
|
|
184
111
|
}
|
|
185
112
|
}
|
|
186
|
-
}
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
// .social-link__top-item {
|
|
116
|
+
// display: inline-flex;
|
|
117
|
+
// align-items: center;
|
|
118
|
+
// margin: 0 8px;
|
|
119
|
+
|
|
120
|
+
// @media (max-width: 900px) {
|
|
121
|
+
// margin: 0 8px;
|
|
122
|
+
// display: none;
|
|
123
|
+
// }
|
|
124
|
+
|
|
125
|
+
// &--visible-sm {
|
|
126
|
+
// display: none;
|
|
127
|
+
|
|
128
|
+
// @media (max-width: 479px) {
|
|
129
|
+
// display: inline-block;
|
|
130
|
+
// }
|
|
131
|
+
// }
|
|
132
|
+
|
|
133
|
+
// &--hidden-sm {
|
|
134
|
+
// @media (max-width: 479px) {
|
|
135
|
+
// display: none;
|
|
136
|
+
// }
|
|
137
|
+
// }
|
|
138
|
+
|
|
139
|
+
// .btn-icon {
|
|
140
|
+
// border: none !important;
|
|
141
|
+
// width: 24px;
|
|
142
|
+
// height: 24px;
|
|
143
|
+
|
|
144
|
+
// .btn-icon__img,
|
|
145
|
+
// use {
|
|
146
|
+
// fill: var(--Main1);
|
|
147
|
+
// fill-opacity: 0.8;
|
|
148
|
+
// transition: all .2s ease-in-out;
|
|
149
|
+
// }
|
|
150
|
+
|
|
151
|
+
// // &.active,
|
|
152
|
+
// // &:active,
|
|
153
|
+
// // &:hover {
|
|
154
|
+
// // background: fade(#3A3A3A, 80%);
|
|
155
|
+
// // border-color: transparent;
|
|
156
|
+
|
|
157
|
+
// // .btn-icon__img,
|
|
158
|
+
// // use {
|
|
159
|
+
// // fill: #FFF;
|
|
160
|
+
// // fill-opacity: 1;
|
|
161
|
+
// // }
|
|
162
|
+
// // }
|
|
163
|
+
|
|
164
|
+
// &--light {
|
|
165
|
+
// fill: #fff;
|
|
166
|
+
// transition: all .2s ease-in-out;
|
|
167
|
+
|
|
168
|
+
// .btn-icon__img,
|
|
169
|
+
// use {
|
|
170
|
+
// fill: #fff;
|
|
171
|
+
// transition: all .2s ease-in-out;
|
|
172
|
+
// }
|
|
173
|
+
|
|
174
|
+
// // &.active,
|
|
175
|
+
// // &:active,
|
|
176
|
+
// // &:hover {
|
|
177
|
+
// // background: #fff;
|
|
178
|
+
|
|
179
|
+
// // .btn-icon__img,
|
|
180
|
+
// // use {
|
|
181
|
+
// // fill: fade(#3A3A3A, 80%);
|
|
182
|
+
// // }
|
|
183
|
+
// // }
|
|
184
|
+
// }
|
|
185
|
+
// }
|
|
186
|
+
// }
|
|
@@ -1,132 +1,132 @@
|
|
|
1
1
|
.page-wrapper.default-theme {
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
// ------------File-input------------
|
|
16
|
-
|
|
17
|
-
.new-custom-file-input {
|
|
18
|
-
&__item {
|
|
19
|
-
&:hover {
|
|
20
|
-
.qq-file-name {
|
|
21
|
-
&:before {
|
|
22
|
-
content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21.25H6C5.30964 21.25 4.75 20.6904 4.75 20V4C4.75 3.30964 5.30964 2.75 6 2.75H13.1893L19.25 8.81066V20C19.25 20.6904 18.6904 21.25 18 21.25Z' stroke='%23B79B7E' stroke-width='1.5'/%3E%3C/svg%3E%0A") !important;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
// ------------File-input------------
|
|
30
|
-
|
|
31
|
-
&.mvc-service {
|
|
32
|
-
h2 {
|
|
33
|
-
color: #624e33 !important;
|
|
34
|
-
font-weight: 500 !important;
|
|
35
|
-
padding-bottom: 15px;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
h3 {
|
|
39
|
-
font-size: 28px;
|
|
40
|
-
line-height: 1;
|
|
41
|
-
}
|
|
3
|
+
.project__cards,
|
|
4
|
+
.news,
|
|
5
|
+
.news-info,
|
|
6
|
+
.event,
|
|
7
|
+
.event-info,
|
|
8
|
+
.project__present,
|
|
9
|
+
.project__item {
|
|
10
|
+
.divider {
|
|
11
|
+
background: transparent;
|
|
42
12
|
}
|
|
13
|
+
}
|
|
43
14
|
|
|
44
|
-
|
|
45
|
-
.project__item {
|
|
46
|
-
.winner-info__list-item-title {
|
|
47
|
-
color: #624e33;
|
|
48
|
-
}
|
|
15
|
+
// ------------File-input------------
|
|
49
16
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
17
|
+
.new-custom-file-input {
|
|
18
|
+
&__item {
|
|
19
|
+
&:hover {
|
|
20
|
+
.qq-file-name {
|
|
21
|
+
&:before {
|
|
22
|
+
content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21.25H6C5.30964 21.25 4.75 20.6904 4.75 20V4C4.75 3.30964 5.30964 2.75 6 2.75H13.1893L19.25 8.81066V20C19.25 20.6904 18.6904 21.25 18 21.25Z' stroke='%23B79B7E' stroke-width='1.5'/%3E%3C/svg%3E%0A") !important;
|
|
23
|
+
}
|
|
53
24
|
}
|
|
25
|
+
}
|
|
54
26
|
}
|
|
27
|
+
}
|
|
55
28
|
|
|
56
|
-
|
|
57
|
-
border-top: none;
|
|
58
|
-
margin-bottom: 0 !important;
|
|
59
|
-
}
|
|
29
|
+
// ------------File-input------------
|
|
60
30
|
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
31
|
+
&.mvc-service {
|
|
32
|
+
h2 {
|
|
33
|
+
color: #624e33 !important;
|
|
34
|
+
font-weight: 500 !important;
|
|
35
|
+
padding-bottom: 15px;
|
|
66
36
|
}
|
|
67
37
|
|
|
68
|
-
|
|
69
|
-
|
|
38
|
+
h3 {
|
|
39
|
+
font-size: 28px;
|
|
40
|
+
line-height: 1;
|
|
70
41
|
}
|
|
42
|
+
}
|
|
71
43
|
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
.circle-bar__info-item:first-child .circle-bar__info-item-title {
|
|
44
|
+
.page-main {
|
|
45
|
+
.project__item {
|
|
46
|
+
.winner-info__list-item-title {
|
|
77
47
|
color: #624e33;
|
|
78
|
-
|
|
48
|
+
}
|
|
79
49
|
|
|
80
|
-
|
|
50
|
+
.circle-color {
|
|
81
51
|
color: #624e33;
|
|
52
|
+
}
|
|
82
53
|
}
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.content__title {
|
|
57
|
+
border-top: none;
|
|
58
|
+
margin-bottom: 0 !important;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.border-block {
|
|
62
|
+
border-top: 1px solid var(--Stroke);
|
|
63
|
+
border-bottom: 1px solid var(--Stroke);
|
|
64
|
+
margin-bottom: 20px;
|
|
65
|
+
padding-bottom: 10px;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.projects__title {
|
|
69
|
+
color: #624e33; // По просьбе заказчика замененно, должно быть var(--Main1)
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.page-main .projects__aside .filter__item .filter__title {
|
|
73
|
+
color: #624e33; // По просьбе заказчика замененно, должно быть var(--Main1)
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.circle-bar__info-item:first-child .circle-bar__info-item-title {
|
|
77
|
+
color: #624e33;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.header-link {
|
|
81
|
+
color: #624e33;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.contest-stages__item-number {
|
|
85
|
+
color: #ffd415;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.auth-nav-menu-container .auth-nav-menu__wrapper .auth-nav-menu__item:hover {
|
|
89
|
+
background: #f2eac2; // должно быть var(--Bg2), изменено по просьбе заказчика
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.btn {
|
|
93
|
+
&.fpg {
|
|
94
|
+
border: 1px solid #b4b2aa !important;
|
|
95
|
+
border-radius: 20px;
|
|
96
|
+
background: #fff !important;
|
|
97
|
+
color: #626262 !important;
|
|
98
|
+
font-weight: 400;
|
|
99
|
+
font-size: 16px;
|
|
100
|
+
|
|
101
|
+
&.btn-tag {
|
|
102
|
+
min-height: 30px;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
&.btn--md {
|
|
106
|
+
padding: 12px 20px;
|
|
107
|
+
line-height: 1;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
&-sm {
|
|
111
|
+
padding: 6px 10px;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
&:hover {
|
|
115
|
+
background-color: #f2eac2 !important;
|
|
116
|
+
color: #000 !important;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
&.active {
|
|
120
|
+
background: #ffd415 !important;
|
|
121
|
+
color: #443d2b !important;
|
|
122
|
+
border-color: #8c835d !important;
|
|
123
|
+
}
|
|
86
124
|
}
|
|
125
|
+
}
|
|
87
126
|
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
.btn {
|
|
93
|
-
&.fpg {
|
|
94
|
-
border: 1px solid #b4b2aa !important;
|
|
95
|
-
border-radius: 20px;
|
|
96
|
-
background: #fff !important;
|
|
97
|
-
color: #626262 !important;
|
|
98
|
-
font-weight: 400;
|
|
99
|
-
font-size: 16px;
|
|
100
|
-
|
|
101
|
-
&.btn-tag {
|
|
102
|
-
min-height: 30px;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
&.btn--md {
|
|
106
|
-
padding: 12px 20px;
|
|
107
|
-
line-height: 1;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
&-sm {
|
|
111
|
-
padding: 6px 10px;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
&:hover {
|
|
115
|
-
background-color: #f2eac2 !important;
|
|
116
|
-
color: #000 !important;
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
&.active {
|
|
120
|
-
background: #ffd415 !important;
|
|
121
|
-
color: #443d2b !important;
|
|
122
|
-
border-color: #8c835d !important;
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
.footer-wrapper {
|
|
128
|
-
.footer {
|
|
129
|
-
background: var(--Subsidiary);
|
|
130
|
-
}
|
|
127
|
+
.footer-wrapper {
|
|
128
|
+
.footer {
|
|
129
|
+
background: var(--Subsidiary);
|
|
131
130
|
}
|
|
131
|
+
}
|
|
132
132
|
}
|
package/package.json
CHANGED