cc-core-cli 1.0.31 → 1.0.33

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,7 +1,7 @@
1
1
  .dropdown {
2
2
  position: relative;
3
3
  display: inline-block;
4
- width: 400px;
4
+ width: 100%;
5
5
  }
6
6
  .dropdown-toggle {
7
7
  // display: inline-flex;
@@ -34,15 +34,15 @@
34
34
  }
35
35
  .dropdown-menu {
36
36
  // margin: 2px;
37
- padding: 12px;
38
- border-radius: 6px;
39
- box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 10px;
40
- overflow: auto;
41
- z-index: 1;
42
- width: 400px;
43
- max-height: 150px;
44
- position: absolute;
45
- background: white;
37
+ padding: 5px;
38
+ // border-radius: 6px;
39
+ // box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 10px;
40
+ // overflow: auto;
41
+ // z-index: 1;
42
+ // width: 400px;
43
+ // max-height: 150px;
44
+ // position: absolute;
45
+ // background: white;
46
46
  }
47
47
  .dropdown-text {
48
48
  padding-top: 5px;
@@ -51,3 +51,13 @@
51
51
  .dropdown-item.highlight-dropdown-item {
52
52
  background-color: #e8fdff;
53
53
  }
54
+
55
+ .dropdown-content-main {
56
+ height: 200px ;
57
+ min-width: 300px;
58
+ overflow: scroll;
59
+ }
60
+
61
+ .label-date-search {
62
+ padding-bottom: 8px;
63
+ }
@@ -628,6 +628,7 @@
628
628
  padding: 7px 8px 2px 8px;
629
629
  margin: 0px 5px;
630
630
  border: 1px solid #d9d9d9;
631
+ height: unset;
631
632
  }
632
633
 
633
634
  &.static {
@@ -27,6 +27,20 @@ html {
27
27
  }
28
28
  }
29
29
 
30
+ .layouts-content.layouts-content-lv4 {
31
+ padding-top: 40px;
32
+ height: calc(100vh - 104px);
33
+ overflow: auto;
34
+
35
+ &::-webkit-scrollbar {
36
+ display: none;
37
+ }
38
+
39
+ .layouts-content-height {
40
+ min-height: calc(100vh - 175px);
41
+ }
42
+ }
43
+
30
44
  .main-body {
31
45
  padding: 0 26px;
32
46
  width: calc(100% - 250px);
@@ -264,13 +278,17 @@ html {
264
278
 
265
279
  .ant-card-body {
266
280
  border: none;
267
- padding: 12px 16px;
268
-
281
+ // padding: 12px 16px;
282
+ padding : 0px;
269
283
  .ant-page-header {
270
284
  padding: 0;
271
285
  }
272
286
  }
273
287
 
288
+ .layouts-main-header {
289
+ padding: 12px 16px;
290
+ }
291
+
274
292
  .left-content {
275
293
  .title-text {
276
294
  font-size: 20px;
@@ -618,7 +636,7 @@ html {
618
636
  padding: 0px 15px !important;
619
637
 
620
638
  .anticon.anticon-menu-unfold {
621
- margin-right: 10px;
639
+ margin-right: 5px;
622
640
 
623
641
  &.custom-icon {
624
642
  margin-right: 13px;
@@ -1209,3 +1227,97 @@ html {
1209
1227
  overflow: scroll;
1210
1228
  }
1211
1229
  }
1230
+
1231
+ .save-menu-actions {
1232
+ color: @primary-color !important;
1233
+ }
1234
+ .save-menu-actions:hover {
1235
+ color: white !important;
1236
+ background-color: @primary-color !important;
1237
+ }
1238
+
1239
+
1240
+
1241
+ // ********* custom menu Lv4-5 **********
1242
+
1243
+ .layouts-card-header {
1244
+ .ant-card-body {
1245
+ padding: 0px;
1246
+ }
1247
+ }
1248
+
1249
+ .layouts-sub-sider-horizontal {
1250
+ border-top: solid 1px #e9e9e9;
1251
+ .ant-menu {
1252
+ .ant-menu-item {
1253
+ padding: 0px !important;
1254
+ margin-top: 0;
1255
+ }
1256
+ }
1257
+
1258
+ .ant-menu-submenu-title {
1259
+ .menu-label {
1260
+ transition: padding 0.2s;
1261
+ }
1262
+ }
1263
+
1264
+ .ant-typography.ant-typography-secondary {
1265
+ color: @menu-item-color;
1266
+ }
1267
+
1268
+ .ant-menu-item .ant-menu-item-icon, .ant-menu-submenu-title .ant-menu-item-icon, .ant-menu-item .anticon, .ant-menu-submenu-title .anticon{
1269
+ margin-right: 5px !important;
1270
+ }
1271
+
1272
+ .ant-menu-item {
1273
+ a {
1274
+ color: @menu-item-color;
1275
+
1276
+ &:hover {
1277
+ color: @menu-item-active-bg;
1278
+ }
1279
+ }
1280
+ }
1281
+ .ant-menu-horizontal > .ant-menu-item-selected a {
1282
+ color: @menu-item-active-bg;
1283
+ }
1284
+
1285
+ .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected {
1286
+ color: @menu-item-active-bg !important;
1287
+ border-bottom: 2px solid @menu-item-active-bg !important;
1288
+ }
1289
+
1290
+ .ant-menu-item:hover, .ant-menu-item-active, .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open, .ant-menu-submenu-active, .ant-menu-submenu-title:hover {
1291
+ color: @menu-item-group-title-color !important;
1292
+ }
1293
+
1294
+ }
1295
+
1296
+ .menu-item-a {
1297
+ display: block !important;
1298
+ }
1299
+
1300
+ .sum-menu-item {
1301
+ .ant-menu.ant-menu-sub.ant-menu-vertical {
1302
+ background-color: @menu-popup-bg !important;
1303
+ border-radius: 0px !important;
1304
+ }
1305
+
1306
+ .ant-menu-item-selected a, .ant-menu-item-selected a:hover {
1307
+ color: @menu-item-active-bg;
1308
+ }
1309
+
1310
+ .ant-menu-item-selected a, .ant-menu-item-selected a {
1311
+ color:@menu-item-active-bg;
1312
+ }
1313
+
1314
+ .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
1315
+ background-color: unset !important;
1316
+ }
1317
+
1318
+ .ant-menu-item a:hover {
1319
+ color: @menu-item-active-bg;
1320
+ }
1321
+ }
1322
+
1323
+ // ********* end custom menu Lv4-5 **********
@@ -1,218 +1,218 @@
1
- @import 'custom-antd.less';
1
+ @import "custom-antd.less";
2
2
 
3
3
  .layout-login {
4
- background-color: #ffffff;
5
- min-height : 100vh;
6
- flex-direction : column;
4
+ background-color: #ffffff;
5
+ min-height: 100vh;
6
+ flex-direction: column;
7
7
  }
8
8
 
9
9
  .logo-layout {
10
- padding : 0rem 4rem;
11
- justify-content: center;
12
- display : flex;
10
+ padding: 0rem 4rem;
11
+ justify-content: center;
12
+ display: flex;
13
13
 
14
- .logo-content {
15
- width: 100%;
16
- }
14
+ .logo-content {
15
+ width: 100%;
16
+ }
17
17
  }
18
18
 
19
19
  .logo-layout-v3 {
20
- justify-content: center;
21
- display : flex;
20
+ justify-content: center;
21
+ display: flex;
22
22
  }
23
23
 
24
24
  @media only screen and (max-width: 768px) {
25
- .logo-layout {
26
- padding : 0rem 1rem;
27
- width : 100%;
28
- }
29
- .logo-layout-v3 {
30
- padding : 0rem 1rem;
31
- width : 100%;
32
- }
25
+ .logo-layout {
26
+ padding: 0rem 1rem;
27
+ width: 100%;
28
+ }
29
+ .logo-layout-v3 {
30
+ padding: 0rem 1rem;
31
+ width: 100%;
32
+ }
33
33
  }
34
34
  @media only screen and (min-width: 768px) and (max-width: 992px) {
35
- .logo-layout {
36
- padding : 0rem 4rem;
37
- width : 100%;
38
- }
39
- .logo-layout-v3 {
40
- padding : 0rem 4rem;
41
- width : 100%;
42
- }
35
+ .logo-layout {
36
+ padding: 0rem 4rem;
37
+ width: 100%;
38
+ }
39
+ .logo-layout-v3 {
40
+ padding: 0rem 4rem;
41
+ width: 100%;
42
+ }
43
43
  }
44
44
 
45
45
  @media only screen and (min-width: 992px) {
46
- .logo-layout {
47
- padding : 0rem 4rem;
48
- justify-content: center;
49
- display : flex;
50
-
51
- .logo-content {
52
- width: 100%;
46
+ .logo-layout {
47
+ padding: 0rem 4rem;
48
+ justify-content: center;
49
+ display: flex;
50
+
51
+ .logo-content {
52
+ width: 100%;
53
+ }
53
54
  }
54
- }
55
55
  }
56
56
 
57
-
58
57
  .login-form {
59
- overflow-y : hidden;
60
- padding : 1.5rem;
61
- border-radius: @border-radius-base;
58
+ overflow-y: hidden;
59
+ padding: 1.5rem;
60
+ border-radius: @border-radius-base;
62
61
 
63
- .form-login-authentication {
64
- margin-bottom: 15px;
65
- }
66
-
67
- .image-center {
68
- max-width : 100%;
69
- margin-top : 8px;
70
- margin-bottom: 16px;
71
- }
62
+ .form-login-authentication {
63
+ margin-bottom: 15px;
64
+ }
72
65
 
73
- h3.ant-typography {
74
- text-align: center;
75
- }
66
+ .image-center {
67
+ max-width: 100%;
68
+ margin-top: 8px;
69
+ margin-bottom: 16px;
70
+ }
76
71
 
77
- button {
78
- width: 100%;
79
- }
72
+ h3.ant-typography {
73
+ text-align: center;
74
+ }
80
75
 
81
- a.ant-typography {
82
- color: @info-color;
83
- }
76
+ button {
77
+ width: 100%;
78
+ }
84
79
 
85
- .ant-btn-google,
86
- .ant-btn-cognito {
87
- display : flex;
88
- justify-content: center;
80
+ a.ant-typography {
81
+ color: @info-color;
82
+ }
89
83
 
90
- img {
91
- height : 20px;
92
- width : auto;
93
- margin-right: 10px;
94
- margin-top : 1px;
84
+ .ant-btn-google,
85
+ .ant-btn-cognito,
86
+ .ant-btn-azure-ad,
87
+ .ant-btn-social {
88
+ display: flex;
89
+ justify-content: center;
90
+
91
+ img {
92
+ height: 20px;
93
+ width: auto;
94
+ margin-right: 10px;
95
+ margin-top: 1px;
96
+ }
95
97
  }
96
- }
97
98
 
98
- .ant-btn-id-connect {
99
- display : flex;
100
- justify-content: center;
99
+ .ant-btn-id-connect {
100
+ display: flex;
101
+ justify-content: center;
101
102
 
102
- img {
103
- height : 20px;
104
- width : auto;
105
- margin-right: 10px;
106
- margin-top : 1px;
103
+ img {
104
+ height: 20px;
105
+ width: auto;
106
+ margin-right: 10px;
107
+ margin-top: 1px;
108
+ }
107
109
  }
108
- }
109
110
 
110
- .ant-dropdown-trigger.languages {
111
- .anticon {
112
- display: none;
111
+ .ant-dropdown-trigger.languages {
112
+ .anticon {
113
+ display: none;
114
+ }
113
115
  }
114
- }
115
116
  }
116
117
 
117
118
  .login-modal {
118
- max-width: 500px !important;
119
+ max-width: 500px !important;
119
120
 
120
- .description {
121
- margin-top: 10px;
122
- }
121
+ .description {
122
+ margin-top: 10px;
123
+ }
123
124
 
124
- .button {
125
- margin-top: 15px;
126
- }
125
+ .button {
126
+ margin-top: 15px;
127
+ }
127
128
 
128
- .qrcode-description {
129
- margin-bottom: 20px;
130
- }
129
+ .qrcode-description {
130
+ margin-bottom: 20px;
131
+ }
131
132
 
132
- .qrcode-container {
133
- padding: 20px 50px 10px;
134
- }
133
+ .qrcode-container {
134
+ padding: 20px 50px 10px;
135
+ }
135
136
 
136
- .modal-container {
137
- padding: 20px 50px 40px;
138
- }
137
+ .modal-container {
138
+ padding: 20px 50px 40px;
139
+ }
139
140
 
140
- .modal-flow-container {
141
- padding: 20px;
141
+ .modal-flow-container {
142
+ padding: 20px;
142
143
 
143
- .login-form {
144
- padding: 0px;
144
+ .login-form {
145
+ padding: 0px;
146
+ }
145
147
  }
146
- }
147
148
 
148
- .logo {
149
- width : 100px;
150
- margin-bottom: 50px;
151
- }
149
+ .logo {
150
+ width: 100px;
151
+ margin-bottom: 50px;
152
+ }
152
153
 
153
- .modal-title {
154
- font-weight : 600;
155
- font-size : 16px;
156
- color : black;
157
- text-align : center;
158
- margin-bottom: 10px;
159
- }
154
+ .modal-title {
155
+ font-weight: 600;
156
+ font-size: 16px;
157
+ color: black;
158
+ text-align: center;
159
+ margin-bottom: 10px;
160
+ }
160
161
 
161
- .login-otp-container {
162
- flex-direction : row;
163
- justify-content: space-between;
164
- margin-top : 30px;
165
- width : 100%;
166
-
167
- @media (max-width: 768px) {
168
- margin-top: 14px;
169
- }
170
-
171
- input {
172
- width : 35px !important;
173
- max-width : 100%;
174
- text-align : center;
175
- border-top : none;
176
- border-right : none;
177
- border-left : none;
178
- border-bottom : 1px solid #979797;
179
- font-size : 22px;
180
- font-weight : 500;
181
- font-stretch : normal;
182
- font-style : normal;
183
- line-height : normal;
184
- letter-spacing: normal;
185
- text-align : center;
186
- color : #000000;
187
- outline : none;
188
- border-radius : 0;
189
- padding : 0;
190
-
191
- &.active,
192
- &:focus {
193
- border-top : none;
194
- border-right : none;
195
- border-left : none;
196
- border-bottom: 2px solid black !important;
197
- }
198
- }
199
-
200
- input:disabled,
201
- input[disabled] {
202
- border-bottom : 2px #979797 solid;
203
- background-color: #ffffff;
204
-
205
- &.active {
206
- border-bottom: 2px black solid;
207
- }
162
+ .login-otp-container {
163
+ flex-direction: row;
164
+ justify-content: space-between;
165
+ margin-top: 30px;
166
+ width: 100%;
167
+
168
+ @media (max-width: 768px) {
169
+ margin-top: 14px;
170
+ }
171
+
172
+ input {
173
+ width: 35px !important;
174
+ max-width: 100%;
175
+ text-align: center;
176
+ border-top: none;
177
+ border-right: none;
178
+ border-left: none;
179
+ border-bottom: 1px solid #979797;
180
+ font-size: 22px;
181
+ font-weight: 500;
182
+ font-stretch: normal;
183
+ font-style: normal;
184
+ line-height: normal;
185
+ letter-spacing: normal;
186
+ text-align: center;
187
+ color: #000000;
188
+ outline: none;
189
+ border-radius: 0;
190
+ padding: 0;
191
+
192
+ &.active,
193
+ &:focus {
194
+ border-top: none;
195
+ border-right: none;
196
+ border-left: none;
197
+ border-bottom: 2px solid black !important;
198
+ }
199
+ }
200
+
201
+ input:disabled,
202
+ input[disabled] {
203
+ border-bottom: 2px #979797 solid;
204
+ background-color: #ffffff;
205
+
206
+ &.active {
207
+ border-bottom: 2px black solid;
208
+ }
209
+ }
208
210
  }
209
- }
210
211
  }
211
212
 
212
213
  .forgot-password-description {
213
- color : black;
214
- text-align: 'center';
215
-
214
+ color: black;
215
+ text-align: "center";
216
216
  }
217
217
 
218
218
  .forgot-password-title {
@@ -227,13 +227,15 @@
227
227
  font-size: 16px;
228
228
  }
229
229
  }
230
+
230
231
  .login-input-password {
231
232
  .ant-input-password {
232
233
  height: 44px;
233
234
  font-size: 16px;
234
235
  }
235
236
  }
237
+
236
238
  .button_login {
237
239
  height: 44px;
238
240
  font-size: 16px;
239
- }
241
+ }
@@ -78,6 +78,11 @@
78
78
  margin-left: 8px;
79
79
  }
80
80
  }
81
+ .btn-config {
82
+ .ant-btn {
83
+ margin-left: 8px;
84
+ }
85
+ }
81
86
  }
82
87
 
83
88
  .ant-table {
@@ -1673,7 +1678,7 @@ h4.ant-typography {
1673
1678
  }
1674
1679
 
1675
1680
  .mode-display-text {
1676
- display: flex;
1681
+ // display: flex;
1677
1682
  align-items: center;
1678
1683
  justify-content: center;
1679
1684
  }
@@ -1734,3 +1739,29 @@ h4.ant-typography {
1734
1739
  top: 0px;
1735
1740
  left: 5px;
1736
1741
  }
1742
+ .custom-selectList {
1743
+ .draggable-row {
1744
+ border: none !important;
1745
+ .move {
1746
+ background-color: #fff !important;
1747
+ }
1748
+ }
1749
+ }
1750
+
1751
+ .addable-table-minus-button-disabled {
1752
+ cursor: not-allowed;
1753
+ background-color: #f5f5f5;
1754
+ color: @text-color-disabled;
1755
+ }
1756
+
1757
+ .addon-after-input-function {
1758
+ .ant-input-group-addon {
1759
+ padding: 0px;
1760
+ }
1761
+ }
1762
+
1763
+ .custom-table-headers {
1764
+ th {
1765
+ background-color: inherit !important;
1766
+ }
1767
+ }