ru.coon 3.0.46 → 3.0.47

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.
Files changed (116) hide show
  1. package/.gitattributes +1 -1
  2. package/.husky/pre-commit +4 -4
  3. package/.lintstagedrc.json +2 -2
  4. package/CHANGELOG.md +4 -0
  5. package/Readme.md +24 -24
  6. package/TODO.md +7 -7
  7. package/doc/changelog.md +118 -118
  8. package/doc/shortcuts.md +5 -5
  9. package/jsdoc.config.json +29 -29
  10. package/package.json +78 -78
  11. package/sass/src/common/plugin/form/PeriodPicker.scss +8 -8
  12. package/src/Function.scss +4 -4
  13. package/src/app/Application.scss +9 -9
  14. package/src/app/login/LoginForm.scss +103 -103
  15. package/src/app/viewPort/CenterView.scss +152 -152
  16. package/src/app/viewPort/Main.scss +133 -133
  17. package/src/app/viewPort/Routing.d2 +23 -23
  18. package/src/command/Readme.md +4 -4
  19. package/src/common/button/DropdownContentButton.scss +96 -96
  20. package/src/common/component/ColorPalette.scss +102 -102
  21. package/src/common/component/ExternalFrame.scss +8 -8
  22. package/src/common/component/HotkeyHelpText.scss +34 -34
  23. package/src/common/component/TreeComponentStructure.scss +5 -5
  24. package/src/common/component/editor/CharacteristicGridEditor.scss +66 -66
  25. package/src/common/component/editor/TypedCharacteristicEditor.scss +7 -7
  26. package/src/common/component/formeditor/UiCustomFilterForm.scss +6 -6
  27. package/src/common/component/formeditor/UiCustomFormEditor.scss +42 -42
  28. package/src/common/component/visualeditor/UiCPVisualEditor.scss +108 -108
  29. package/src/common/field/EditorJs.scss +41 -41
  30. package/src/common/field/FieldsHelper.js +0 -0
  31. package/src/common/field/ReportValueField.scss +2 -2
  32. package/src/common/field/combo/CommandComboBox.scss +19 -19
  33. package/src/common/panel/DayPicker.scss +15 -15
  34. package/src/common/panel/MainUploadPanel.scss +13 -13
  35. package/src/common/panel/SelectIconClassPanel.scss +38 -38
  36. package/src/common/panel/SelectIconClassPanelTemplate.scss +14 -14
  37. package/src/common/panel/StopwatchWindow.scss +45 -45
  38. package/src/common/panel/UniversalUploadResults.scss +40 -40
  39. package/src/common/panel/WindowWrap.js +0 -0
  40. package/src/common/panel/WindowWrap.scss +8 -8
  41. package/src/common/panel/dropzone/UniversalMultiUploadForm.scss +29 -29
  42. package/src/common/panel/dropzone/UploadDropZone.scss +36 -36
  43. package/src/common/panel/widget/WidgetPanel.scss +157 -157
  44. package/src/info.scss +12 -12
  45. package/src/nav/AppNavCalcButton.scss +5 -5
  46. package/src/nav/AppNavTab.scss +20 -20
  47. package/src/nav/AppNavigationBar.scss +9 -9
  48. package/src/nav/AppNavigationMenu.scss +60 -60
  49. package/src/nav/AppNavigationPanel.scss +277 -277
  50. package/src/nav/AppNavigationToggleButton.scss +6 -6
  51. package/src/nav/MenuFavoritesBar.scss +92 -92
  52. package/src/nav/editor/menu/NavMenuTreeView.scss +104 -104
  53. package/src/nav/editor/workspace/NavWorkspaceListView.scss +35 -35
  54. package/src/nav/menu/NavMenuPanel.scss +11 -11
  55. package/src/nav/menu/WorkspaceMenuView.scss +218 -218
  56. package/src/nav/windowHolderTab.scss +13 -13
  57. package/src/overrides/panel/TabPanel.scss +71 -71
  58. package/src/report/column/MultiFilesColumn.scss +8 -8
  59. package/src/report/column/ThreeStateCheckColumn.scss +25 -25
  60. package/src/report/component/BoundListPagingToolbar.scss +7 -7
  61. package/src/report/component/ClearFiltersButton.scss +40 -40
  62. package/src/report/component/ErrorWindow.scss +15 -15
  63. package/src/report/component/ParameterizedReportCombo.scss +85 -85
  64. package/src/report/component/ReportPanel.js +8 -4
  65. package/src/report/component/ReportPanel.scss +69 -69
  66. package/src/report/component/ReportTagLookup.js +1 -1
  67. package/src/report/component/SimpleReportTag.scss +22 -22
  68. package/src/report/component/calculator/ReportCalculatorHistoryPlugin.scss +33 -33
  69. package/src/report/component/calculator/ReportCalculatorMenuItem.scss +57 -57
  70. package/src/report/component/calculator/ReportCalculatorPanel.scss +86 -86
  71. package/src/report/component/reportpanel/CopyReportPanel.scss +14 -14
  72. package/src/report/component/reportpanel/FilterPanel.scss +20 -20
  73. package/src/report/component/reportpanel/FilterPanelLegend.scss +23 -23
  74. package/src/report/component/reportpanel/FormFieldFocusPlugin.scss +14 -14
  75. package/src/report/component/reportpanel/NorthPanel.scss +74 -74
  76. package/src/report/component/reportpanel/ReportGrid.scss +57 -57
  77. package/src/report/component/settings/ReportFormEditPanel.scss +87 -87
  78. package/src/report/component/settings/ReportPropertiesGrid.scss +25 -25
  79. package/src/report/component/settings/field/ReportFormFieldsGrid.scss +5 -5
  80. package/src/report/component/settings/property/ReportPropertiesPanel.scss +50 -50
  81. package/src/report/plugin/SettingsManagerPlugin/view/SMPMainView.scss +3 -3
  82. package/src/report/plugin/configPanel/AddFilterConditionPluginConfigPanel.scss +53 -53
  83. package/src/report/plugin/configPanel/CustomButtonPluginConfigPanel.scss +5 -5
  84. package/src/report/plugin/configPanel/ExecuteCommandButtonPluginConfigPanel.scss +5 -5
  85. package/src/report/plugin/configPanel/GroupRowsPluginConfigPanel.scss +3 -3
  86. package/src/report/plugin/configPanel/UiAceEditorField.scss +20 -20
  87. package/src/report/plugin/configPanel/common/pluginDescriptionLabel.scss +8 -8
  88. package/src/report/plugin/configPanel/openCustomPanelButtonPlugin/OpenCustomPanelButtonPluginConfigPanel.scss +22 -22
  89. package/src/report/plugin/grid/GridRowStylePlugin.scss +56 -56
  90. package/src/report/plugin/grid/ReportTabContainerPlugin.scss +3 -3
  91. package/src/report/plugin/grid/SelectionModelPlugin.scss +36 -36
  92. package/src/report/plugin/grid/ToggleColumnsPlugin.scss +7 -7
  93. package/src/report/plugin/grid/ToolbarButtonPlugin.scss +3 -3
  94. package/src/report/plugin/grid/addFilterConditionPlugin/FilterItem.scss +22 -22
  95. package/src/report/plugin/grid/addFilterConditionPlugin/InfoMenuItem.scss +84 -84
  96. package/src/report/toolbar/ButtonsByType.scss +255 -255
  97. package/src/report/toolbar/ReportGridToolbar.scss +9 -9
  98. package/src/report/toolbar/dropdown/ToolbarConfigurationPanel.scss +13 -13
  99. package/src/report/toolbar/dropdown/ToolbarOverflowButton.scss +111 -111
  100. package/src/report/toolbar/dropdown/ToolbarOverflowPanel.scss +50 -50
  101. package/src/research/ResearchTreeView.scss +19 -19
  102. package/src/research/componentHierarchy/docs/componentHierarchy.d2 +4 -4
  103. package/src/research/componentHierarchy/docs/componentHierarchy.svg +110 -110
  104. package/src/security/component/RoleFileUploadForm.scss +4 -4
  105. package/src/security/component/ui/UiCPRestrictionEditor.scss +4 -4
  106. package/src/uielement/component/MenuItemList.scss +35 -35
  107. package/src/uielement/component/formchips/FilterConditionToolbar.scss +74 -74
  108. package/src/uielement/component/settings/UiCustomPanelEditor.scss +12 -12
  109. package/src/uielement/component/settings/config/UiCPConfigPanelController.scss +24 -24
  110. package/src/uielement/component/settings/plugin/UiCustomPanelPluginGrid.scss +38 -38
  111. package/src/uielement/component/settings/plugin/UiCustomPanelPluginPanel.scss +30 -30
  112. package/src/uielement/component/settings/version/UiCPVersionPanel.scss +15 -15
  113. package/src/uielement/plugin/configPanel/AddBindingsPluginConfigPanelFormEditor.scss +29 -29
  114. package/src/uielement/plugin/configPanel/executeCommand/ExecuteCommandPluginConfigPanelFormEditor.scss +21 -21
  115. package/src/uielement/plugin/configPanel/executeReport/ExecuteReportPluginConfigPanelFormEditor.scss +22 -22
  116. package/src/version.js +1 -1
@@ -1,9 +1,9 @@
1
- .window-wrap {
2
-
3
- &.coon-mobile {
4
- .x-title-text {
5
- white-space: normal;
6
- }
7
- }
8
-
1
+ .window-wrap {
2
+
3
+ &.coon-mobile {
4
+ .x-title-text {
5
+ white-space: normal;
6
+ }
7
+ }
8
+
9
9
  }
@@ -1,29 +1,29 @@
1
- .overItemCls {
2
- box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5)
3
- }
4
- .universalmultiuploadform {
5
- .files-container {
6
- width: 100%;
7
- height: 100%;
8
- border: 1px dashed lightgray;
9
- display: flex;
10
- padding: 2px;
11
- flex-wrap: wrap;
12
- align-content: flex-start;
13
- .file-name-container {
14
- width: 100%;
15
- font-size: 10px;
16
- }
17
- }
18
-
19
- .file-item {
20
- display: flex;
21
- width: 100px;
22
- height: 100px;
23
- padding: 5px;
24
- flex-direction: column;
25
- justify-content: flex-start;
26
- align-items: center;
27
- overflow: hidden;
28
- }
29
- }
1
+ .overItemCls {
2
+ box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5)
3
+ }
4
+ .universalmultiuploadform {
5
+ .files-container {
6
+ width: 100%;
7
+ height: 100%;
8
+ border: 1px dashed lightgray;
9
+ display: flex;
10
+ padding: 2px;
11
+ flex-wrap: wrap;
12
+ align-content: flex-start;
13
+ .file-name-container {
14
+ width: 100%;
15
+ font-size: 10px;
16
+ }
17
+ }
18
+
19
+ .file-item {
20
+ display: flex;
21
+ width: 100px;
22
+ height: 100px;
23
+ padding: 5px;
24
+ flex-direction: column;
25
+ justify-content: flex-start;
26
+ align-items: center;
27
+ overflow: hidden;
28
+ }
29
+ }
@@ -1,36 +1,36 @@
1
- $dropzone-background: #f9f9fb;
2
-
3
- .drop-zone-dragover div.drop-zone-container {
4
- border: 1px dotted red;
5
- background-color: lightgreen !important;
6
- }
7
-
8
- .drop-zone-container {
9
- width: 100%;
10
- height: 100px;
11
- background: $dropzone-background;
12
- cursor: pointer;
13
- display: flex;
14
-
15
- .drop-zone {
16
- border: 1px dotted black;
17
- display: flex;
18
- flex-grow: 1;
19
- align-items: center;
20
- justify-content: center;
21
- .icon-upload {
22
- font-size:40px;
23
- margin-right: 20px
24
- }
25
- }
26
- .file-input {
27
- position: absolute;
28
- width: 100%;
29
- height: 100%;
30
- top: 0;
31
- left: 0;
32
- opacity: 0;
33
- cursor: pointer;
34
- visibility: revert;
35
- }
36
- }
1
+ $dropzone-background: #f9f9fb;
2
+
3
+ .drop-zone-dragover div.drop-zone-container {
4
+ border: 1px dotted red;
5
+ background-color: lightgreen !important;
6
+ }
7
+
8
+ .drop-zone-container {
9
+ width: 100%;
10
+ height: 100px;
11
+ background: $dropzone-background;
12
+ cursor: pointer;
13
+ display: flex;
14
+
15
+ .drop-zone {
16
+ border: 1px dotted black;
17
+ display: flex;
18
+ flex-grow: 1;
19
+ align-items: center;
20
+ justify-content: center;
21
+ .icon-upload {
22
+ font-size:40px;
23
+ margin-right: 20px
24
+ }
25
+ }
26
+ .file-input {
27
+ position: absolute;
28
+ width: 100%;
29
+ height: 100%;
30
+ top: 0;
31
+ left: 0;
32
+ opacity: 0;
33
+ cursor: pointer;
34
+ visibility: revert;
35
+ }
36
+ }
@@ -1,157 +1,157 @@
1
- .WidgetPanel {
2
- .x-grid-cell-inner .x-btn {
3
- padding: 0;
4
- }
5
-
6
- .widget-box {
7
- border: 2px solid #e0e0e0;
8
- margin: 10px 20px;
9
- padding: 7px;
10
- border-radius: 10px;
11
- }
12
-
13
- .x-tip-header .x-tool-close,
14
- {
15
- background-color: #111111 !important;
16
- }
17
-
18
- .black-svg-tool .x-tool-plus,
19
- .black-svg-tool .x-tool-pin,
20
- .black-svg-tool .x-tool-close,
21
- .black-svg-tool .x-tool-save,
22
- .black-svg-tool .x-tool-maximize,
23
- .black-svg-tool .x-tool-minimize {
24
- background-color: #111111 !important;
25
- }
26
-
27
- .black-tool-settings {
28
- padding-top: 5px;
29
- color: black;
30
- }
31
-
32
- .black-tool-size {
33
- padding-top: 2px;
34
- color: black;
35
- }
36
-
37
- .x-panel-header-default .x-tool-tool-el {
38
- background-color: transparent;
39
- }
40
-
41
-
42
- /*-------------*/
43
- .borders {
44
- margin: 0 3px 15px 3px !important;
45
- box-shadow: 0 1px 6px 0 rgba(86, 112, 163, 0.2);
46
- }
47
-
48
- .borders > .x-panel-bodyWrap > .x-panel-body {
49
- border: 1px solid #e0e0e0 !important;
50
- border-radius: 0 0 5px 5px;
51
- margin-top: -1px;
52
- }
53
-
54
- .no-header-panel .x-panel-bodyWrap > .x-panel-body {
55
- border: 1px solid #e0e0e0 !important;
56
- border-radius: 5px;
57
- margin-top: 0;
58
- }
59
-
60
- .borders .x-panel-header {
61
- border-radius: 5px 5px 0 0;
62
- height: auto;
63
- }
64
- .draggable-element{
65
- width: 100px;
66
- height: 100px;
67
- background-color: #e0e0e0;
68
- }
69
- .btn {
70
- &:hover{
71
- background-color: rgba(61, 103, 128, 1)!important;
72
- }
73
- width: 30px;
74
- height: 30px;
75
- position: absolute;
76
- background-color: rgba(61, 103, 128, 0.7);
77
- border-radius: 18px;
78
- cursor: pointer;
79
- z-index: 999;
80
- }
81
-
82
- .btn i {
83
- color: #FFF;
84
- font-style: normal;
85
- }
86
-
87
- .left-btn {
88
- left: 10px;
89
- top: 50%;
90
- }
91
-
92
- .save-btn {
93
- right: 50px;
94
- top: 50px;
95
- }
96
-
97
- .right-btn {
98
- right: 10px;
99
- top: 50%;
100
- }
101
-
102
- .top-btn {
103
- top: 10px;
104
- left: 50%;
105
- }
106
-
107
- .down-btn {
108
- bottom: 10px;
109
- left: 50%;
110
- }
111
-
112
- .left-btn-parent {
113
- left: 10px;
114
- margin-top: 35px;
115
- top: 50%;
116
- }
117
-
118
- .right-btn-parent {
119
- right: 10px;
120
- margin-top: 35px;
121
- top: 50%;
122
- }
123
-
124
- .top-btn-parent {
125
- top: 10px;
126
- margin-left: 35px;
127
- left: 50%;
128
- }
129
-
130
- .down-btn-parent {
131
- bottom: 10px;
132
- margin-left: 35px;
133
- left: 50%;
134
- }
135
-
136
- .icon {
137
- font-size: 18px;
138
- display: block;
139
- text-align: center;
140
- margin-top: 6px;
141
- }
142
-
143
- .hidden-btn {
144
- display: none !important;
145
- }
146
-
147
- /*.widget-panel{
148
- left: 0 !important;
149
- top: 0 !important;
150
- }*/
151
-
152
-
153
- }
154
- .svg-icon-tool{
155
- background-color: white !important;
156
- }
157
-
1
+ .WidgetPanel {
2
+ .x-grid-cell-inner .x-btn {
3
+ padding: 0;
4
+ }
5
+
6
+ .widget-box {
7
+ border: 2px solid #e0e0e0;
8
+ margin: 10px 20px;
9
+ padding: 7px;
10
+ border-radius: 10px;
11
+ }
12
+
13
+ .x-tip-header .x-tool-close,
14
+ {
15
+ background-color: #111111 !important;
16
+ }
17
+
18
+ .black-svg-tool .x-tool-plus,
19
+ .black-svg-tool .x-tool-pin,
20
+ .black-svg-tool .x-tool-close,
21
+ .black-svg-tool .x-tool-save,
22
+ .black-svg-tool .x-tool-maximize,
23
+ .black-svg-tool .x-tool-minimize {
24
+ background-color: #111111 !important;
25
+ }
26
+
27
+ .black-tool-settings {
28
+ padding-top: 5px;
29
+ color: black;
30
+ }
31
+
32
+ .black-tool-size {
33
+ padding-top: 2px;
34
+ color: black;
35
+ }
36
+
37
+ .x-panel-header-default .x-tool-tool-el {
38
+ background-color: transparent;
39
+ }
40
+
41
+
42
+ /*-------------*/
43
+ .borders {
44
+ margin: 0 3px 15px 3px !important;
45
+ box-shadow: 0 1px 6px 0 rgba(86, 112, 163, 0.2);
46
+ }
47
+
48
+ .borders > .x-panel-bodyWrap > .x-panel-body {
49
+ border: 1px solid #e0e0e0 !important;
50
+ border-radius: 0 0 5px 5px;
51
+ margin-top: -1px;
52
+ }
53
+
54
+ .no-header-panel .x-panel-bodyWrap > .x-panel-body {
55
+ border: 1px solid #e0e0e0 !important;
56
+ border-radius: 5px;
57
+ margin-top: 0;
58
+ }
59
+
60
+ .borders .x-panel-header {
61
+ border-radius: 5px 5px 0 0;
62
+ height: auto;
63
+ }
64
+ .draggable-element{
65
+ width: 100px;
66
+ height: 100px;
67
+ background-color: #e0e0e0;
68
+ }
69
+ .btn {
70
+ &:hover{
71
+ background-color: rgba(61, 103, 128, 1)!important;
72
+ }
73
+ width: 30px;
74
+ height: 30px;
75
+ position: absolute;
76
+ background-color: rgba(61, 103, 128, 0.7);
77
+ border-radius: 18px;
78
+ cursor: pointer;
79
+ z-index: 999;
80
+ }
81
+
82
+ .btn i {
83
+ color: #FFF;
84
+ font-style: normal;
85
+ }
86
+
87
+ .left-btn {
88
+ left: 10px;
89
+ top: 50%;
90
+ }
91
+
92
+ .save-btn {
93
+ right: 50px;
94
+ top: 50px;
95
+ }
96
+
97
+ .right-btn {
98
+ right: 10px;
99
+ top: 50%;
100
+ }
101
+
102
+ .top-btn {
103
+ top: 10px;
104
+ left: 50%;
105
+ }
106
+
107
+ .down-btn {
108
+ bottom: 10px;
109
+ left: 50%;
110
+ }
111
+
112
+ .left-btn-parent {
113
+ left: 10px;
114
+ margin-top: 35px;
115
+ top: 50%;
116
+ }
117
+
118
+ .right-btn-parent {
119
+ right: 10px;
120
+ margin-top: 35px;
121
+ top: 50%;
122
+ }
123
+
124
+ .top-btn-parent {
125
+ top: 10px;
126
+ margin-left: 35px;
127
+ left: 50%;
128
+ }
129
+
130
+ .down-btn-parent {
131
+ bottom: 10px;
132
+ margin-left: 35px;
133
+ left: 50%;
134
+ }
135
+
136
+ .icon {
137
+ font-size: 18px;
138
+ display: block;
139
+ text-align: center;
140
+ margin-top: 6px;
141
+ }
142
+
143
+ .hidden-btn {
144
+ display: none !important;
145
+ }
146
+
147
+ /*.widget-panel{
148
+ left: 0 !important;
149
+ top: 0 !important;
150
+ }*/
151
+
152
+
153
+ }
154
+ .svg-icon-tool{
155
+ background-color: white !important;
156
+ }
157
+
package/src/info.scss CHANGED
@@ -1,13 +1,13 @@
1
- .coon-info {
2
- > * {
3
- color: black;
4
- }
5
- font-size: 1.1em;
6
- strong {
7
- color: brown;
8
- }
9
- code {
10
- color: lighten($color: blue, $amount: 10);
11
- font-size: 1.2em;
12
- }
1
+ .coon-info {
2
+ > * {
3
+ color: black;
4
+ }
5
+ font-size: 1.1em;
6
+ strong {
7
+ color: brown;
8
+ }
9
+ code {
10
+ color: lighten($color: blue, $amount: 10);
11
+ font-size: 1.2em;
12
+ }
13
13
  }
@@ -1,6 +1,6 @@
1
- .AppNavCalcButton{
2
- .x-btn-icon-el.svg-icon{
3
- width: 20;
4
- height: 28;
5
- }
1
+ .AppNavCalcButton{
2
+ .x-btn-icon-el.svg-icon{
3
+ width: 20;
4
+ height: 28;
5
+ }
6
6
  }
@@ -1,20 +1,20 @@
1
- .AppNavTab {
2
- .nav-tab {
3
- display: inline-block;
4
- color: #1E3B4B;
5
- .nav-tab-text {
6
- font-style: italic;;
7
- font-weight:500;
8
- min-width: 80px;
9
- max-width: 120px;
10
- display: inline-block;
11
- overflow:hidden;
12
- text-overflow: ellipsis;
13
- white-space: nowrap;
14
- }
15
- }
16
- .x-btn {
17
- padding-top: 2px!important;
18
- color: #1E3B4B;
19
- }
20
- }
1
+ .AppNavTab {
2
+ .nav-tab {
3
+ display: inline-block;
4
+ color: #1E3B4B;
5
+ .nav-tab-text {
6
+ font-style: italic;;
7
+ font-weight:500;
8
+ min-width: 80px;
9
+ max-width: 120px;
10
+ display: inline-block;
11
+ overflow:hidden;
12
+ text-overflow: ellipsis;
13
+ white-space: nowrap;
14
+ }
15
+ }
16
+ .x-btn {
17
+ padding-top: 2px!important;
18
+ color: #1E3B4B;
19
+ }
20
+ }
@@ -1,10 +1,10 @@
1
- .AppNavigationBar {
2
- .nav-tab {
3
- color: #1E3B4B;
4
- .nav-tab-text {
5
- overflow:hidden;
6
- text-overflow: ellipsis;
7
- white-space: nowrap;
8
- }
9
- }
1
+ .AppNavigationBar {
2
+ .nav-tab {
3
+ color: #1E3B4B;
4
+ .nav-tab-text {
5
+ overflow:hidden;
6
+ text-overflow: ellipsis;
7
+ white-space: nowrap;
8
+ }
9
+ }
10
10
  }
@@ -1,60 +1,60 @@
1
- .AppNavigationMenu {
2
-
3
- .x-btn-arrow-right:after {
4
- color: white;
5
- }
6
-
7
- .x-panel-body-default {
8
- .x-box-inner {
9
- width: 260px !important;
10
-
11
- .x-box-target {
12
- width: 260px !important;
13
-
14
- .x-btn-default-small {
15
- width: 260px !important;
16
- }
17
-
18
- .x-menuview {
19
- width: 260px !important;
20
- }
21
- }
22
- }
23
- }
24
-
25
- .x-panel-body-default {
26
- background-color: $base-color;
27
- scrollbar-width: none;
28
- }
29
-
30
- .x-treelist-menu {
31
- width: 260px !important;
32
- }
33
-
34
- .x-btn-button-default-small {
35
- .x-btn-icon-el {
36
- &.svg-icon {
37
- background-color: lighten(lightgray, 5%);
38
- width: 24px;
39
- height: 24px;
40
- margin-left: 2px;
41
- }
42
- }
43
- }
44
-
45
- .x-btn-default-small {
46
- padding: 4px 6px;
47
- }
48
-
49
- .x-btn-inner-default-small {
50
- letter-spacing: 0.03em;
51
- font-size: 16px;
52
- font-weight: 500;
53
- padding-left: 8px;
54
- color: white;
55
- }
56
-
57
- .x-btn-arrow-right:after {
58
- color: white;
59
- }
60
- }
1
+ .AppNavigationMenu {
2
+
3
+ .x-btn-arrow-right:after {
4
+ color: white;
5
+ }
6
+
7
+ .x-panel-body-default {
8
+ .x-box-inner {
9
+ width: 260px !important;
10
+
11
+ .x-box-target {
12
+ width: 260px !important;
13
+
14
+ .x-btn-default-small {
15
+ width: 260px !important;
16
+ }
17
+
18
+ .x-menuview {
19
+ width: 260px !important;
20
+ }
21
+ }
22
+ }
23
+ }
24
+
25
+ .x-panel-body-default {
26
+ background-color: $base-color;
27
+ scrollbar-width: none;
28
+ }
29
+
30
+ .x-treelist-menu {
31
+ width: 260px !important;
32
+ }
33
+
34
+ .x-btn-button-default-small {
35
+ .x-btn-icon-el {
36
+ &.svg-icon {
37
+ background-color: lighten(lightgray, 5%);
38
+ width: 24px;
39
+ height: 24px;
40
+ margin-left: 2px;
41
+ }
42
+ }
43
+ }
44
+
45
+ .x-btn-default-small {
46
+ padding: 4px 6px;
47
+ }
48
+
49
+ .x-btn-inner-default-small {
50
+ letter-spacing: 0.03em;
51
+ font-size: 16px;
52
+ font-weight: 500;
53
+ padding-left: 8px;
54
+ color: white;
55
+ }
56
+
57
+ .x-btn-arrow-right:after {
58
+ color: white;
59
+ }
60
+ }