ros.grant.common 2.1.9 → 2.1.10
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/Shared/Styles/Themes/Absolute/AbsoluteThemeCustom.less +84 -0
- package/Shared/Styles/Themes/Absolute/AbsoluteThemeInputs.less +35 -0
- package/Shared/Styles/Themes/Black Green/BlackGreenThemeCustom.less +53 -0
- package/Shared/Styles/Themes/Black Green/BlackGreenThemeInputs.less +35 -0
- package/Shared/Styles/Themes/Blue/BlueThemeCustom.less +45 -0
- package/Shared/Styles/Themes/Blue/BlueThemeInputs.less +35 -0
- package/Shared/Styles/Themes/Brown/BrownThemeCustom.less +61 -0
- package/Shared/Styles/Themes/Brown/BrownThemeInputs.less +35 -0
- package/Shared/Styles/Themes/Dark Gray/DarkGrayThemeCustom.less +190 -0
- package/Shared/Styles/Themes/Dark Gray/DarkGrayThemeInputs.less +43 -0
- package/Shared/Styles/Themes/Default/DefaultThemeCustom.less +136 -0
- package/Shared/Styles/Themes/Default/DefaultThemeInputs.less +35 -0
- package/Shared/Styles/Themes/Pink/PinkThemeCustom.less +60 -0
- package/Shared/Styles/Themes/Pink/PinkThemeInputs.less +35 -0
- package/Shared/Styles/Themes/Red/RedThemeCustom.less +61 -0
- package/Shared/Styles/Themes/Red/RedThemeInputs.less +35 -0
- package/Shared/Styles/Themes/Timchenko/TimchenkoThemeCustom.less +93 -0
- package/Shared/Styles/Themes/Travel/TravelThemeCustom.less +45 -0
- package/Shared/Styles/Themes/Turquoise/TurquoiseThemeCustom.less +59 -0
- package/Shared/Styles/Themes/Turquoise/TurquoiseThemeInputs.less +35 -0
- package/Shared/Styles/Themes/VK/VKThemeCustom.less +60 -0
- package/Shared/Styles/Themes/VTB/VTBThemeCustom.less +96 -0
- package/Shared/Styles/Themes/Yellow/YellowThemeCustom.less +85 -0
- package/Shared/Styles/Themes/Yellow/YellowThemeInputs.less +35 -0
- package/package.json +1 -1
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
.page-wrapper.absolute-theme {
|
|
2
|
+
|
|
3
|
+
.project__cards,
|
|
4
|
+
.news,
|
|
5
|
+
.news-info,
|
|
6
|
+
.event,
|
|
7
|
+
.event-info,
|
|
8
|
+
.project__present,
|
|
9
|
+
.project__item,
|
|
10
|
+
.grant-operator,
|
|
11
|
+
.hmao-contests,
|
|
12
|
+
.documents,
|
|
13
|
+
.hmao-teaching-materials,
|
|
14
|
+
.faq,
|
|
15
|
+
.hmao-structure,
|
|
16
|
+
.hmao-leaders,
|
|
17
|
+
.hmao-requisites,
|
|
18
|
+
.contact,
|
|
19
|
+
.hmao-supervisor,
|
|
20
|
+
.hmao-expert-council,
|
|
21
|
+
.hmao-coordination-council,
|
|
22
|
+
.hmao-contest-direction,
|
|
23
|
+
.asi-contests {
|
|
24
|
+
|
|
25
|
+
.content__title {
|
|
26
|
+
border: none;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.divider {
|
|
30
|
+
background: transparent;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
// ------------File-input------------
|
|
35
|
+
|
|
36
|
+
.new-custom-file-input {
|
|
37
|
+
&__item {
|
|
38
|
+
&:hover {
|
|
39
|
+
.qq-file-name {
|
|
40
|
+
&:before {
|
|
41
|
+
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='%23FFCC00' stroke-width='1.5'/%3E%3C/svg%3E%0A") !important;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
// ------------File-input------------
|
|
49
|
+
|
|
50
|
+
.telerik-link {
|
|
51
|
+
color: var(--Subsidiary);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.btn {
|
|
55
|
+
// Цвета поменяли местами по просьбе заказчика
|
|
56
|
+
--Main2: #D0A300;
|
|
57
|
+
--Subsidiary: #FFDF6B;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.footer-wrapper {
|
|
61
|
+
.footer {
|
|
62
|
+
background: var(--Bg1); // По просьбе заказчика замененно, должно быть Subsidiary
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.footer__copyright-text {
|
|
66
|
+
color: var(--Main1);
|
|
67
|
+
font-size: 16px;
|
|
68
|
+
opacity: 1;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
*{
|
|
72
|
+
color: var(--Main1) !important;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.social-link__top-item .btn-icon--light .btn-icon__img, .social-link__top-item .btn-icon--light use{
|
|
76
|
+
fill: var(--Main1);
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.social-link__top-item .btn-icon--light{
|
|
80
|
+
border-color: var(--Main1);
|
|
81
|
+
fill: var(--Main1);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
.page-wrapper.absolute-theme {
|
|
2
|
+
.custom-input-group {
|
|
3
|
+
&.custom-multiple-select {
|
|
4
|
+
.chosen-container {
|
|
5
|
+
.chosen-choices {
|
|
6
|
+
.search-choice {
|
|
7
|
+
&-close {
|
|
8
|
+
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' fill='none' viewBox='0 0 12 12'%3E%3Cdefs/%3E%3Cpath stroke='%23277647' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M11 1L1 11M1 1l10 10'/%3E%3C/svg%3E") center no-repeat !important;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.chosen-drop {
|
|
14
|
+
.chosen-results {
|
|
15
|
+
li {
|
|
16
|
+
&.result-selected {
|
|
17
|
+
&:after {
|
|
18
|
+
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cdefs/%3E%3Cpath stroke='%23FFCC00' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M20 7L9 18l-5-5'/%3E%3C/svg%3E");
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.chosen-choices-outfield {
|
|
27
|
+
.search-choice {
|
|
28
|
+
&-close {
|
|
29
|
+
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' fill='none' viewBox='0 0 12 12'%3E%3Cdefs/%3E%3Cpath stroke='%23277647' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M11 1L1 11M1 1l10 10'/%3E%3C/svg%3E") center no-repeat !important;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
.page-wrapper.black-green-theme {
|
|
2
|
+
|
|
3
|
+
.project__cards,
|
|
4
|
+
.news,
|
|
5
|
+
.news-info,
|
|
6
|
+
.event,
|
|
7
|
+
.event-info,
|
|
8
|
+
.project__present,
|
|
9
|
+
.project__item,
|
|
10
|
+
.grant-operator,
|
|
11
|
+
.hmao-contests,
|
|
12
|
+
.documents,
|
|
13
|
+
.hmao-teaching-materials,
|
|
14
|
+
.faq,
|
|
15
|
+
.hmao-structure,
|
|
16
|
+
.hmao-leaders,
|
|
17
|
+
.hmao-requisites,
|
|
18
|
+
.contact,
|
|
19
|
+
.hmao-supervisor,
|
|
20
|
+
.hmao-expert-council,
|
|
21
|
+
.hmao-coordination-council,
|
|
22
|
+
.hmao-contest-direction,
|
|
23
|
+
.asi-contests {
|
|
24
|
+
|
|
25
|
+
.content__title {
|
|
26
|
+
border: none;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.divider {
|
|
30
|
+
background: transparent;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
// ------------File-input------------
|
|
35
|
+
|
|
36
|
+
.new-custom-file-input {
|
|
37
|
+
&__item {
|
|
38
|
+
&:hover {
|
|
39
|
+
.qq-file-name {
|
|
40
|
+
&:before {
|
|
41
|
+
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='%233A8841' stroke-width='1.5'/%3E%3C/svg%3E%0A") !important;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
// ------------File-input------------
|
|
49
|
+
|
|
50
|
+
.telerik-link {
|
|
51
|
+
color: var(--Subsidiary);
|
|
52
|
+
}
|
|
53
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
.page-wrapper.black-green-theme {
|
|
2
|
+
.custom-input-group {
|
|
3
|
+
&.custom-multiple-select {
|
|
4
|
+
.chosen-container {
|
|
5
|
+
.chosen-choices {
|
|
6
|
+
.search-choice {
|
|
7
|
+
&-close {
|
|
8
|
+
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' fill='none' viewBox='0 0 12 12'%3E%3Cdefs/%3E%3Cpath stroke='%23277647' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M11 1L1 11M1 1l10 10'/%3E%3C/svg%3E") center no-repeat !important;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.chosen-drop {
|
|
14
|
+
.chosen-results {
|
|
15
|
+
li {
|
|
16
|
+
&.result-selected {
|
|
17
|
+
&:after {
|
|
18
|
+
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cdefs/%3E%3Cpath stroke='%233A8841' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M20 7L9 18l-5-5'/%3E%3C/svg%3E");
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.chosen-choices-outfield {
|
|
27
|
+
.search-choice {
|
|
28
|
+
&-close {
|
|
29
|
+
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' fill='none' viewBox='0 0 12 12'%3E%3Cdefs/%3E%3Cpath stroke='%23277647' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M11 1L1 11M1 1l10 10'/%3E%3C/svg%3E") center no-repeat !important;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
.page-wrapper.blue-theme {
|
|
2
|
+
|
|
3
|
+
.project__cards,
|
|
4
|
+
.news,
|
|
5
|
+
.news-info,
|
|
6
|
+
.event,
|
|
7
|
+
.event-info,
|
|
8
|
+
.project__present,
|
|
9
|
+
.project__item,
|
|
10
|
+
.grant-operator,
|
|
11
|
+
.hmao-contests,
|
|
12
|
+
.documents,
|
|
13
|
+
.hmao-teaching-materials,
|
|
14
|
+
.faq,
|
|
15
|
+
.asi-contests {
|
|
16
|
+
|
|
17
|
+
.content__title {
|
|
18
|
+
border: none;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.divider {
|
|
22
|
+
background: transparent;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
// ------------File-input------------
|
|
27
|
+
|
|
28
|
+
.new-custom-file-input {
|
|
29
|
+
&__item {
|
|
30
|
+
&:hover {
|
|
31
|
+
.qq-file-name {
|
|
32
|
+
&:before {
|
|
33
|
+
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='%23358FE2' stroke-width='1.5'/%3E%3C/svg%3E%0A") !important;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
// ------------File-input------------
|
|
41
|
+
|
|
42
|
+
.circle-bar__info-item:first-child .circle-bar__info-item-title {
|
|
43
|
+
color: var(--Main2);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
.page-wrapper.blue-theme {
|
|
2
|
+
.custom-input-group {
|
|
3
|
+
&.custom-multiple-select {
|
|
4
|
+
.chosen-container {
|
|
5
|
+
.chosen-choices {
|
|
6
|
+
.search-choice {
|
|
7
|
+
&-close {
|
|
8
|
+
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' fill='none' viewBox='0 0 12 12'%3E%3Cdefs/%3E%3Cpath stroke='%232C659A' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M11 1L1 11M1 1l10 10'/%3E%3C/svg%3E") center no-repeat !important;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.chosen-drop {
|
|
14
|
+
.chosen-results {
|
|
15
|
+
li {
|
|
16
|
+
&.result-selected {
|
|
17
|
+
&:after {
|
|
18
|
+
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cdefs/%3E%3Cpath stroke='%23358FE2' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M20 7L9 18l-5-5'/%3E%3C/svg%3E");
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.chosen-choices-outfield {
|
|
27
|
+
.search-choice {
|
|
28
|
+
&-close {
|
|
29
|
+
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' fill='none' viewBox='0 0 12 12'%3E%3Cdefs/%3E%3Cpath stroke='%232C659A' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M11 1L1 11M1 1l10 10'/%3E%3C/svg%3E") center no-repeat !important;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
.page-wrapper.brown-theme {
|
|
2
|
+
|
|
3
|
+
.project__cards,
|
|
4
|
+
.news,
|
|
5
|
+
.news-info,
|
|
6
|
+
.event,
|
|
7
|
+
.event-info,
|
|
8
|
+
.project__present,
|
|
9
|
+
.project__item,
|
|
10
|
+
.grant-operator,
|
|
11
|
+
.hmao-contests,
|
|
12
|
+
.documents,
|
|
13
|
+
.hmao-teaching-materials,
|
|
14
|
+
.faq,
|
|
15
|
+
.hmao-structure,
|
|
16
|
+
.hmao-leaders,
|
|
17
|
+
.hmao-requisites,
|
|
18
|
+
.contact,
|
|
19
|
+
.hmao-supervisor,
|
|
20
|
+
.hmao-expert-council,
|
|
21
|
+
.hmao-coordination-council,
|
|
22
|
+
.hmao-contest-direction,
|
|
23
|
+
.asi-contests {
|
|
24
|
+
|
|
25
|
+
.content__title {
|
|
26
|
+
border: none;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.divider {
|
|
30
|
+
background: transparent;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
// ------------File-input------------
|
|
35
|
+
|
|
36
|
+
.new-custom-file-input {
|
|
37
|
+
&__item {
|
|
38
|
+
&:hover {
|
|
39
|
+
.qq-file-name {
|
|
40
|
+
&:before {
|
|
41
|
+
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='%233F2512' stroke-width='1.5'/%3E%3C/svg%3E%0A") !important;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
// ------------File-input------------
|
|
49
|
+
|
|
50
|
+
.telerik-link {
|
|
51
|
+
color: var(--Subsidiary);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.footer-wrapper {
|
|
55
|
+
.footer__copyright-text {
|
|
56
|
+
color: #fff;
|
|
57
|
+
font-size: 16px;
|
|
58
|
+
opacity: 1;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
.page-wrapper.brown-theme {
|
|
2
|
+
.custom-input-group {
|
|
3
|
+
&.custom-multiple-select {
|
|
4
|
+
.chosen-container {
|
|
5
|
+
.chosen-choices {
|
|
6
|
+
.search-choice {
|
|
7
|
+
&-close {
|
|
8
|
+
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' fill='none' viewBox='0 0 12 12'%3E%3Cdefs/%3E%3Cpath stroke='%233F2512' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M11 1L1 11M1 1l10 10'/%3E%3C/svg%3E") center no-repeat !important;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.chosen-drop {
|
|
14
|
+
.chosen-results {
|
|
15
|
+
li {
|
|
16
|
+
&.result-selected {
|
|
17
|
+
&:after {
|
|
18
|
+
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cdefs/%3E%3Cpath stroke='%233F2512' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M20 7L9 18l-5-5'/%3E%3C/svg%3E");
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.chosen-choices-outfield {
|
|
27
|
+
.search-choice {
|
|
28
|
+
&-close {
|
|
29
|
+
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' fill='none' viewBox='0 0 12 12'%3E%3Cdefs/%3E%3Cpath stroke='%233F2512' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M11 1L1 11M1 1l10 10'/%3E%3C/svg%3E") center no-repeat !important;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
.page-wrapper.dark-gray-theme {
|
|
2
|
+
|
|
3
|
+
.project__cards,
|
|
4
|
+
.news,
|
|
5
|
+
.news-info,
|
|
6
|
+
.event,
|
|
7
|
+
.event-info,
|
|
8
|
+
.project__present,
|
|
9
|
+
.project__item,
|
|
10
|
+
.grant-operator,
|
|
11
|
+
.hmao-contests,
|
|
12
|
+
.documents,
|
|
13
|
+
.hmao-teaching-materials,
|
|
14
|
+
.faq,
|
|
15
|
+
.hmao-structure,
|
|
16
|
+
.hmao-leaders,
|
|
17
|
+
.hmao-requisites,
|
|
18
|
+
.contact,
|
|
19
|
+
.hmao-supervisor,
|
|
20
|
+
.hmao-expert-council,
|
|
21
|
+
.hmao-coordination-council,
|
|
22
|
+
.hmao-contest-direction,
|
|
23
|
+
.asi-contests {
|
|
24
|
+
|
|
25
|
+
.content__title {
|
|
26
|
+
border: none;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.divider {
|
|
30
|
+
background: transparent;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
// ------------File-input------------
|
|
35
|
+
|
|
36
|
+
.new-custom-file-input {
|
|
37
|
+
&__item {
|
|
38
|
+
&:hover {
|
|
39
|
+
.qq-file-name {
|
|
40
|
+
&:before {
|
|
41
|
+
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='%23555A69' stroke-width='1.5'/%3E%3C/svg%3E%0A") !important;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
// ------------File-input------------
|
|
49
|
+
|
|
50
|
+
.telerik-link {
|
|
51
|
+
color: var(--Subsidiary);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.edit-slide-menu {
|
|
55
|
+
.slider__item:hover {
|
|
56
|
+
.slider__item_caption p {
|
|
57
|
+
color: var(--Main1);
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.btn {
|
|
63
|
+
--Subsidiary: #2A3143;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.side-menu {
|
|
67
|
+
&-nav {
|
|
68
|
+
&__item {
|
|
69
|
+
&.active {
|
|
70
|
+
border-left: solid 4px var(--Main2); // По просьбе заказчика замененно, должно быть Subsidiary
|
|
71
|
+
background: var(--Bg1); // По просьбе заказчика замененно, должно быть Bg1
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
&.filled {
|
|
75
|
+
.side-menu-nav__item__fill-info {
|
|
76
|
+
color: var(--Main2); // должно быть Subsidiary
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
input,
|
|
84
|
+
textarea {
|
|
85
|
+
|
|
86
|
+
// Chrome
|
|
87
|
+
&::-webkit-input-placeholder {
|
|
88
|
+
color: var(--Subsidiary);
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
// Firefox 19+
|
|
92
|
+
&::-moz-placeholder {
|
|
93
|
+
color: var(--Subsidiary);
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
// Firefox 18-
|
|
97
|
+
&:-moz-placeholder {
|
|
98
|
+
color: var(--Subsidiary);
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.footer-wrapper {
|
|
103
|
+
.footer__copyright-text {
|
|
104
|
+
color: #fff;
|
|
105
|
+
font-size: 16px;
|
|
106
|
+
opacity: 1;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.news-body {
|
|
111
|
+
.service-news__item:hover .service-news__item_caption p {
|
|
112
|
+
color: var(--Main1);
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.event-editing {
|
|
117
|
+
.events__item:hover .events__item_caption p {
|
|
118
|
+
color: var(--Main1);
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.document-body {
|
|
123
|
+
.document-list__item:hover .document-list__item_caption p {
|
|
124
|
+
color: var(--Main1);
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.faq-body {
|
|
129
|
+
.faq-list__item:hover .faq-list__item_caption p {
|
|
130
|
+
color: var(--Main1);
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.home-slider-sets-list {
|
|
135
|
+
.sets-list__item:hover {
|
|
136
|
+
.sets-list__item_caption p {
|
|
137
|
+
color: var(--Main1);
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
// Селект angular
|
|
144
|
+
.ng-select {
|
|
145
|
+
&.ng-select-multiple {
|
|
146
|
+
.ng-select-container {
|
|
147
|
+
.ng-value-container {
|
|
148
|
+
.ng-value {
|
|
149
|
+
.ng-value-icon {
|
|
150
|
+
color: var(--Main1);
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.ng-value-label {
|
|
154
|
+
color: var(--Main1);
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
ng-dropdown-panel.ng-dropdown-panel {
|
|
163
|
+
.ng-dropdown-panel-items {
|
|
164
|
+
.ng-option {
|
|
165
|
+
&.ng-option-marked,
|
|
166
|
+
&.ng-option-selected {
|
|
167
|
+
background: var(--Bg1);
|
|
168
|
+
color: var(--Main1);
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
&:hover {
|
|
172
|
+
background: var(--Bg1);
|
|
173
|
+
color: var(--Main1);
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
// Селект angular
|
|
180
|
+
|
|
181
|
+
.widget {
|
|
182
|
+
.contact {
|
|
183
|
+
.name {
|
|
184
|
+
a {
|
|
185
|
+
color: var(--Main1);
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
.page-wrapper.dark-gray-theme {
|
|
2
|
+
.custom-input-group {
|
|
3
|
+
&.custom-multiple-select {
|
|
4
|
+
.chosen-container {
|
|
5
|
+
.chosen-choices {
|
|
6
|
+
.search-choice {
|
|
7
|
+
&-close {
|
|
8
|
+
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' fill='none' viewBox='0 0 12 12'%3E%3Cdefs/%3E%3Cpath stroke='%23555A69' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M11 1L1 11M1 1l10 10'/%3E%3C/svg%3E") center no-repeat !important;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.chosen-drop {
|
|
14
|
+
.chosen-results {
|
|
15
|
+
li {
|
|
16
|
+
&.result-selected {
|
|
17
|
+
&:after {
|
|
18
|
+
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cdefs/%3E%3Cpath stroke='%23555A69' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M20 7L9 18l-5-5'/%3E%3C/svg%3E");
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.chosen-choices-outfield {
|
|
27
|
+
.search-choice {
|
|
28
|
+
&-close {
|
|
29
|
+
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' fill='none' viewBox='0 0 12 12'%3E%3Cdefs/%3E%3Cpath stroke='%23555A69' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M11 1L1 11M1 1l10 10'/%3E%3C/svg%3E") center no-repeat !important;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.options {
|
|
36
|
+
li {
|
|
37
|
+
&:hover {
|
|
38
|
+
color: var(--Main1) !important;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|