ros.grant.common 2.0.1563 → 2.0.1565
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.
|
@@ -4,4 +4,90 @@
|
|
|
4
4
|
background: var(--Main2);
|
|
5
5
|
}
|
|
6
6
|
}
|
|
7
|
+
|
|
8
|
+
.btn.btn-outline.disabled,
|
|
9
|
+
.btn.btn-outline [disabled='disabled'],
|
|
10
|
+
.btn.btn-outline [disabled],
|
|
11
|
+
.btn.btn-outline:disabled{
|
|
12
|
+
background-color: var(--Disabled) !important;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.selectize-control .selectize-input.disabled{
|
|
16
|
+
background-color: var(--Disabled);
|
|
17
|
+
opacity: 1;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.key-points__table-hard__body_accordeon_trigger{
|
|
21
|
+
background-color: var(--Disabled);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.k-grid {
|
|
25
|
+
color: var(--Main1);
|
|
26
|
+
|
|
27
|
+
.k-alt{
|
|
28
|
+
color: var(--Main1);
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
tbody tr .blue-link{
|
|
32
|
+
color:var(--Main2);
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
input[type='range'] {
|
|
37
|
+
&::-webkit-slider-runnable-track {
|
|
38
|
+
background: var(--neutral-bg-divider);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.k-grid-header,
|
|
43
|
+
.k-grid-pager,
|
|
44
|
+
.k-button,
|
|
45
|
+
.k-button-group .k-button.k-state-disabled:not(.k-state-active),
|
|
46
|
+
.k-button-group.k-state-disabled .k-button:not(.k-state-active),
|
|
47
|
+
.k-colorpicker .k-picker-wrap,
|
|
48
|
+
.k-combobox .k-select,
|
|
49
|
+
.k-dateinput .k-select,
|
|
50
|
+
.k-datepicker .k-select,
|
|
51
|
+
.k-datetimepicker .k-select,
|
|
52
|
+
.k-dropdown .k-dropdown-wrap,
|
|
53
|
+
.k-dropdowntree .k-dropdown-wrap,
|
|
54
|
+
.k-editor-toolbar a.k-tool,
|
|
55
|
+
.k-fieldselector .k-list li.k-item,
|
|
56
|
+
.k-gantt-views li,
|
|
57
|
+
.k-grouping-header .k-group-indicator,
|
|
58
|
+
.k-handle,
|
|
59
|
+
.k-list-container .k-nodata .k-button,
|
|
60
|
+
.k-map .k-navigator,
|
|
61
|
+
.k-numerictextbox .k-select,
|
|
62
|
+
.k-pivot-toolbar .k-button,
|
|
63
|
+
.k-scheduler-footer li,
|
|
64
|
+
.k-scheduler-navigation .k-nav-next,
|
|
65
|
+
.k-scheduler-navigation .k-nav-prev,
|
|
66
|
+
.k-scheduler-navigation .k-nav-today,
|
|
67
|
+
.k-scheduler-views li,
|
|
68
|
+
.k-spreadsheet-filter,
|
|
69
|
+
.k-task-single,
|
|
70
|
+
.k-timepicker .k-select{
|
|
71
|
+
color: var(--Main1);
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.k-column-menu .k-menu:not(.k-context-menu),
|
|
75
|
+
.k-menu-group, .k-menu.k-context-menu,
|
|
76
|
+
.k-popup{
|
|
77
|
+
color: var(--Main1);
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.k-autocomplete,
|
|
81
|
+
.k-combobox .k-dropdown-wrap,
|
|
82
|
+
.k-dateinput .k-dateinput-wrap,
|
|
83
|
+
.k-datepicker .k-picker-wrap,
|
|
84
|
+
.k-datetimepicker .k-picker-wrap,
|
|
85
|
+
.k-input.k-textbox,
|
|
86
|
+
.k-multiselect-wrap,
|
|
87
|
+
.k-numerictextbox .k-numeric-wrap,
|
|
88
|
+
.k-textarea,
|
|
89
|
+
.k-textbox,
|
|
90
|
+
.k-timepicker .k-picker-wrap{
|
|
91
|
+
color: var(--Main1);
|
|
92
|
+
}
|
|
7
93
|
}
|
|
@@ -47,6 +47,8 @@
|
|
|
47
47
|
--StrokeHover: @neutral-bg-stroke-hover; // - цвет границ инпутов при наведении и в фокусе
|
|
48
48
|
--Icon: @neutral-icon-default;
|
|
49
49
|
--TooltipBG:@system-bg-attention-secondary;
|
|
50
|
+
--Disabled: @neutral-bg-island-default;
|
|
51
|
+
--Link:@brand-bg-primary-default;
|
|
50
52
|
}
|
|
51
53
|
|
|
52
54
|
.page-main .common-admin__section .color-theme-edit-box-color .box {
|
|
@@ -22,7 +22,47 @@
|
|
|
22
22
|
font-family: 'Verdana', sans-serif;
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
|
-
|
|
25
|
+
|
|
26
|
+
.information-bar__item{
|
|
27
|
+
&_name, &_block{
|
|
28
|
+
p{
|
|
29
|
+
font-family: 'Verdana', sans-serif;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.btn{
|
|
35
|
+
font-family: 'Verdana', sans-serif;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.employee-panel__item_body{
|
|
39
|
+
.tabs-underline_tabs__item{
|
|
40
|
+
padding: 0 8px;
|
|
41
|
+
padding-bottom: 8px;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.custom-input-group input{
|
|
46
|
+
font-family: 'Verdana', sans-serif;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
input[type=tel],
|
|
50
|
+
.intl-tel-input input{
|
|
51
|
+
font-family: 'Verdana', sans-serif;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.myrtex-ui-link{
|
|
55
|
+
font-family: 'Verdana', sans-serif;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label{
|
|
59
|
+
font-family: 'Verdana', sans-serif;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.layout-wrapper .content-header h3{
|
|
63
|
+
line-height: inherit;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
26
66
|
|
|
27
67
|
.TimchenkoFonts {
|
|
28
68
|
--body-extra-lg-font-family: @body-extra-lg-font-family;
|
|
@@ -137,4 +177,4 @@
|
|
|
137
177
|
--headlines-lvl-6-paragraph-spacing: @headlines-lvl-6-paragraph-spacing;
|
|
138
178
|
--headlines-lvl-6-text-case: @headlines-lvl-6-text-case;
|
|
139
179
|
--headlines-lvl-6-text-decoration: @headlines-lvl-6-text-decoration;
|
|
140
|
-
|
|
180
|
+
}
|
package/package.json
CHANGED