@appscode/design-system 2.0.32 → 2.0.33-alpha.1
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/main.scss +3 -0
- package/package.json +1 -1
- package/vue-components/styles/base/utilities/_colors.scss +7 -1
- package/vue-components/styles/base/utilities/_extended.scss +2 -2
- package/vue-components/styles/base/utilities/_global.scss +11 -11
- package/vue-components/styles/base/utilities/_typography.scss +4 -4
- package/vue-components/styles/components/_ac-code-highlight.scss +12 -7
- package/vue-components/styles/components/_ac-drag.scss +7 -7
- package/vue-components/styles/components/_ac-tags.scss +3 -3
- package/vue-components/styles/components/_accordion.scss +4 -4
- package/vue-components/styles/components/_add-card.scss +1 -1
- package/vue-components/styles/components/_breadcrumb.scss +3 -3
- package/vue-components/styles/components/_button.scss +1 -1
- package/vue-components/styles/components/_card-body-wrapper.scss +2 -2
- package/vue-components/styles/components/_direct-deploy.scss +5 -5
- package/vue-components/styles/components/_dropdown.scss +4 -4
- package/vue-components/styles/components/_getkeeper.scss +4 -4
- package/vue-components/styles/components/_graph.scss +3 -3
- package/vue-components/styles/components/_modal.scss +5 -5
- package/vue-components/styles/components/_nested-list.scss +3 -3
- package/vue-components/styles/components/_options.scss +5 -5
- package/vue-components/styles/components/_overview-info.scss +8 -8
- package/vue-components/styles/components/_overview-page.scss +3 -3
- package/vue-components/styles/components/_pagination.scss +6 -8
- package/vue-components/styles/components/_preview-modal.scss +5 -5
- package/vue-components/styles/components/_pricing-table.scss +9 -9
- package/vue-components/styles/components/_progress-bar.scss +72 -58
- package/vue-components/styles/components/_table-of-content.scss +5 -5
- package/vue-components/styles/components/_table.scss +14 -14
- package/vue-components/styles/components/_tabs.scss +19 -19
- package/vue-components/styles/components/_terminal.scss +5 -5
- package/vue-components/styles/components/_widget-menu.scss +15 -10
- package/vue-components/styles/components/_wizard.scss +16 -16
- package/vue-components/styles/components/bbum/_card-team.scss +4 -4
- package/vue-components/styles/components/bbum/_information-center.scss +14 -10
- package/vue-components/styles/components/bbum/_left-sidebar.scss +2 -2
- package/vue-components/styles/components/bbum/_post.scss +2 -2
- package/vue-components/styles/components/bbum/_sign-up-notification.scss +3 -3
- package/vue-components/styles/components/bbum/_single-post-preview.scss +15 -11
- package/vue-components/styles/components/bbum/_user-profile.scss +5 -5
- package/vue-components/styles/components/cards/_cluster.scss +1 -1
- package/vue-components/styles/components/cards/_info.scss +4 -4
- package/vue-components/styles/components/cards/_org.scss +1 -1
- package/vue-components/styles/components/cards/_payment-card.scss +3 -3
- package/vue-components/styles/components/cards/_subscription-card.scss +14 -10
- package/vue-components/styles/components/cards/_vendor.scss +3 -3
- package/vue-components/styles/components/content/_content-header.scss +1 -1
- package/vue-components/styles/components/editor/_filtered-file-editor.scss +5 -5
- package/vue-components/styles/components/footer/_footer-item.scss +1 -1
- package/vue-components/styles/components/form-fields/_file-upload.scss +4 -4
- package/vue-components/styles/components/form-fields/_form-footer.scss +1 -1
- package/vue-components/styles/components/form-fields/_image-upload.scss +5 -5
- package/vue-components/styles/components/form-fields/_input-card.scss +6 -6
- package/vue-components/styles/components/form-fields/_input.scss +14 -14
- package/vue-components/styles/components/navbar/_menu-content.scss +22 -22
- package/vue-components/styles/components/navbar/_navbar.scss +1 -1
- package/vue-components/styles/components/navbar/_notification.scss +4 -4
- package/vue-components/styles/components/select-box/_ac-select-box.scss +1 -1
- package/vue-components/styles/components/select-box/_multi-select.scss +8 -8
- package/vue-components/styles/components/sidebar-tabs/_sidebar-tabs.scss +3 -3
- package/vue-components/styles/components/ui-builder/_ui-builder.scss +11 -11
- package/vue-components/styles/components/ui-builder/_vue-open-api.scss +9 -9
- package/vue-components/styles/layouts/_code-preview.scss +10 -8
- package/vue-components/v2/pagination/Pagination.vue +3 -3
- package/vue-components/v3/cards/Counter.vue +1 -1
- package/vue-components/v3/cards/OverviewCard.vue +1 -1
- package/vue-components/v3/cards/OverviewCards.vue +1 -1
- package/vue-components/v3/header/Header.vue +5 -5
- package/vue-components/v3/navbar/ThemeMode.vue +3 -3
- package/vue-components/v3/pagination/Pagination.vue +6 -6
- package/vue-components/v3/sidebar/SidebarFooter.vue +1 -1
- package/vue-components/v3/sidebar/Steps.vue +2 -2
- package/vue-components/v3/sidebar/sidebar-tabs/SidebarTabsLayout.vue +3 -1
- package/vue-components/v3/table/InfoTable.vue +2 -2
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
// max-width: 350px;
|
|
6
6
|
// &.cluster-select {
|
|
7
7
|
// .multiselect__tags {
|
|
8
|
-
// border: 1px solid $
|
|
8
|
+
// border: 1px solid $color-border;
|
|
9
9
|
// background-color: $table-header;
|
|
10
10
|
|
|
11
11
|
// .multiselect__input {
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
font-weight: 500;
|
|
22
22
|
width: 100%;
|
|
23
23
|
border-radius: 4px;
|
|
24
|
-
border: 1px solid $
|
|
24
|
+
border: 1px solid $color-border-dark;
|
|
25
25
|
padding: 6px 30px 8px 20px;
|
|
26
26
|
font-size: 13px;
|
|
27
27
|
border-radius: 4px;
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
// top: 2px;
|
|
73
73
|
font-size: 13px !important;
|
|
74
74
|
font-weight: 500;
|
|
75
|
-
color: $
|
|
75
|
+
color: $color-heading;
|
|
76
76
|
line-height: 1.5;
|
|
77
77
|
}
|
|
78
78
|
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
}
|
|
98
98
|
p {
|
|
99
99
|
font-size: 13px;
|
|
100
|
-
color: $
|
|
100
|
+
color: $color-heading;
|
|
101
101
|
}
|
|
102
102
|
p:not(.location) {
|
|
103
103
|
font-weight: 500;
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
|
|
178
178
|
.multiselect__input {
|
|
179
179
|
&::placeholder {
|
|
180
|
-
color: $
|
|
180
|
+
color: $color-text;
|
|
181
181
|
font-weight: 400;
|
|
182
182
|
line-height: 1.6;
|
|
183
183
|
font-size: 13px;
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
.multiselect__tags > span {
|
|
188
188
|
font-size: 13px;
|
|
189
189
|
line-height: 1.6;
|
|
190
|
-
color: $
|
|
190
|
+
color: $color-heading;
|
|
191
191
|
}
|
|
192
192
|
|
|
193
193
|
.multi-select-wrapper {
|
|
@@ -412,7 +412,7 @@
|
|
|
412
412
|
left: 15px;
|
|
413
413
|
top: 8px;
|
|
414
414
|
cursor: text;
|
|
415
|
-
color: $
|
|
415
|
+
color: $color-heading;
|
|
416
416
|
position: absolute;
|
|
417
417
|
z-index: 99;
|
|
418
418
|
transition: 0.3s ease-in-out;
|
|
@@ -459,7 +459,7 @@
|
|
|
459
459
|
li {
|
|
460
460
|
.multiselect__option {
|
|
461
461
|
font-size: 13px;
|
|
462
|
-
color: $
|
|
462
|
+
color: $color-heading;
|
|
463
463
|
}
|
|
464
464
|
}
|
|
465
465
|
.multiselect__option--selected {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
a {
|
|
9
9
|
display: flex;
|
|
10
10
|
align-items: center;
|
|
11
|
-
color: $
|
|
11
|
+
color: $color-heading;
|
|
12
12
|
position: relative;
|
|
13
13
|
z-index: 1;
|
|
14
14
|
padding: 8px 16px;
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
color: $primary;
|
|
45
45
|
&:hover {
|
|
46
46
|
&::after {
|
|
47
|
-
background-color: $
|
|
47
|
+
background-color: $color-border;
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
&:after {
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
top: 0;
|
|
152
152
|
width: 1px;
|
|
153
153
|
height: calc(100% - 10px);
|
|
154
|
-
background-color: $
|
|
154
|
+
background-color: $color-border;
|
|
155
155
|
}
|
|
156
156
|
li {
|
|
157
157
|
a {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
p {
|
|
23
23
|
font-size: 13px;
|
|
24
24
|
margin-bottom: 10px;
|
|
25
|
-
color: $
|
|
25
|
+
color: $color-text;
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
28
|
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
top: 10px;
|
|
92
92
|
width: 1px;
|
|
93
93
|
height: calc(100% - 20px);
|
|
94
|
-
border: 1px dashed $
|
|
94
|
+
border: 1px dashed $color-border;
|
|
95
95
|
z-index: -1;
|
|
96
96
|
}
|
|
97
97
|
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
bottom: 6px;
|
|
103
103
|
width: 12px;
|
|
104
104
|
height: 12px;
|
|
105
|
-
background-color: $
|
|
105
|
+
background-color: $color-border;
|
|
106
106
|
border-radius: 50%;
|
|
107
107
|
z-index: -1;
|
|
108
108
|
}
|
|
@@ -125,12 +125,12 @@
|
|
|
125
125
|
display: inline-block;
|
|
126
126
|
text-align: center;
|
|
127
127
|
font-size: 10px;
|
|
128
|
-
border: 1px solid $
|
|
128
|
+
border: 1px solid $color-border;
|
|
129
129
|
border-radius: 50%;
|
|
130
130
|
margin-right: 10px;
|
|
131
131
|
cursor: pointer;
|
|
132
132
|
background-color: $white-100;
|
|
133
|
-
color: $
|
|
133
|
+
color: $color-text;
|
|
134
134
|
|
|
135
135
|
&.is-disabled {
|
|
136
136
|
cursor: not-allowed;
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
position: fixed !important;
|
|
149
149
|
bottom: 8px !important;
|
|
150
150
|
width: calc(100% - 280px);
|
|
151
|
-
border-top: 1px solid $
|
|
151
|
+
border-top: 1px solid $color-border;
|
|
152
152
|
padding-top: 8px;
|
|
153
153
|
margin-left: -20px;
|
|
154
154
|
margin-right: -20px;
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
// min-width: 630px;
|
|
165
165
|
|
|
166
166
|
// .thead {
|
|
167
|
-
// background-color: $
|
|
167
|
+
// background-color: $color-border;
|
|
168
168
|
|
|
169
169
|
// .tr {
|
|
170
170
|
// .th {
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
|
|
194
194
|
// .tbody {
|
|
195
195
|
// .tr {
|
|
196
|
-
// border-bottom: 1px solid $
|
|
196
|
+
// border-bottom: 1px solid $color-border;
|
|
197
197
|
// }
|
|
198
198
|
// }
|
|
199
199
|
// }
|
|
@@ -306,7 +306,7 @@
|
|
|
306
306
|
font-weight: 500;
|
|
307
307
|
font-size: 13px;
|
|
308
308
|
line-height: 16px;
|
|
309
|
-
color: $
|
|
309
|
+
color: $color-heading;
|
|
310
310
|
margin-right: 16px;
|
|
311
311
|
}
|
|
312
312
|
}
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
font-weight: 500;
|
|
348
348
|
font-size: 14px;
|
|
349
349
|
line-height: 19px;
|
|
350
|
-
color: $
|
|
350
|
+
color: $color-heading;
|
|
351
351
|
}
|
|
352
352
|
|
|
353
353
|
button {
|
|
@@ -384,7 +384,7 @@
|
|
|
384
384
|
cursor: pointer;
|
|
385
385
|
border: none;
|
|
386
386
|
color: $primary;
|
|
387
|
-
background-color: $
|
|
387
|
+
background-color: $color-border;
|
|
388
388
|
transition: 0.3s ease-in-out;
|
|
389
389
|
&:hover {
|
|
390
390
|
background-color: $primary-80;
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
.vue-form-scema-body {
|
|
61
61
|
.left-content {
|
|
62
62
|
background-color: $primary-97;
|
|
63
|
-
border-right: 1px solid $
|
|
63
|
+
border-right: 1px solid $color-border;
|
|
64
64
|
padding: 30px;
|
|
65
65
|
width: 500px;
|
|
66
66
|
}
|
|
@@ -370,7 +370,7 @@
|
|
|
370
370
|
color: $white-100;
|
|
371
371
|
|
|
372
372
|
&::placeholder {
|
|
373
|
-
color: $
|
|
373
|
+
color: $color-heading;
|
|
374
374
|
}
|
|
375
375
|
|
|
376
376
|
button {
|
|
@@ -386,7 +386,7 @@
|
|
|
386
386
|
left: 15px;
|
|
387
387
|
top: 11px;
|
|
388
388
|
cursor: text;
|
|
389
|
-
color: $
|
|
389
|
+
color: $color-heading;
|
|
390
390
|
position: absolute;
|
|
391
391
|
z-index: 2;
|
|
392
392
|
transition: 0.3s ease-in-out;
|
|
@@ -456,13 +456,13 @@
|
|
|
456
456
|
width: 32px;
|
|
457
457
|
height: 100%;
|
|
458
458
|
margin-top: -15px;
|
|
459
|
-
color: $
|
|
459
|
+
color: $color-text;
|
|
460
460
|
cursor: pointer;
|
|
461
461
|
}
|
|
462
462
|
|
|
463
463
|
.ac-dropdown-content {
|
|
464
464
|
position: absolute;
|
|
465
|
-
background-color: $
|
|
465
|
+
background-color: $color-border;
|
|
466
466
|
width: 100%;
|
|
467
467
|
height: auto;
|
|
468
468
|
box-shadow: 0px 4px 16px rgba(132, 147, 168, 0.6);
|
|
@@ -472,7 +472,7 @@
|
|
|
472
472
|
ul {
|
|
473
473
|
li {
|
|
474
474
|
a {
|
|
475
|
-
color: $
|
|
475
|
+
color: $color-heading;
|
|
476
476
|
display: block;
|
|
477
477
|
font-size: 13px;
|
|
478
478
|
padding: 8px 20px;
|
|
@@ -502,7 +502,7 @@
|
|
|
502
502
|
}
|
|
503
503
|
|
|
504
504
|
textarea {
|
|
505
|
-
border: 1px solid $
|
|
505
|
+
border: 1px solid $color-border-dark;
|
|
506
506
|
background-color: transparent;
|
|
507
507
|
padding: 10px 16px;
|
|
508
508
|
min-height: 50px;
|
|
@@ -533,7 +533,7 @@
|
|
|
533
533
|
|
|
534
534
|
span.eye {
|
|
535
535
|
i.fa {
|
|
536
|
-
color: $
|
|
536
|
+
color: $black-50;
|
|
537
537
|
position: absolute;
|
|
538
538
|
cursor: pointer;
|
|
539
539
|
padding: 15px;
|
|
@@ -581,6 +581,6 @@
|
|
|
581
581
|
|
|
582
582
|
.is-refresh {
|
|
583
583
|
i.fa {
|
|
584
|
-
color: $
|
|
584
|
+
color: $color-heading;
|
|
585
585
|
}
|
|
586
586
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
.component-wrapper {
|
|
2
2
|
.component-inner {
|
|
3
3
|
margin: 20px;
|
|
4
|
-
border: 1px solid $
|
|
4
|
+
border: 1px solid $color-border;
|
|
5
5
|
border-radius: 4px;
|
|
6
6
|
display: flex;
|
|
7
7
|
align-items: center;
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
width: 100%;
|
|
20
20
|
|
|
21
21
|
i.is-block {
|
|
22
|
-
color: $
|
|
22
|
+
color: $color-text;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
.ac-navbar-area {
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
.ac-code-preview-wrapper {
|
|
98
|
-
border: 1px solid $
|
|
98
|
+
border: 1px solid $color-border;
|
|
99
99
|
border-radius: 4px;
|
|
100
100
|
|
|
101
101
|
.ac-code-header {
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
|
|
114
114
|
.single-component {
|
|
115
115
|
// box-shadow: $ac-shadow-1;
|
|
116
|
-
border: 1px solid $
|
|
116
|
+
border: 1px solid $color-border;
|
|
117
117
|
border-radius: 4px;
|
|
118
118
|
margin-bottom: 25px;
|
|
119
119
|
overflow: hidden;
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
.component-header {
|
|
122
122
|
display: flex;
|
|
123
123
|
justify-content: space-between;
|
|
124
|
-
border-bottom: 1px solid $
|
|
124
|
+
border-bottom: 1px solid $color-border;
|
|
125
125
|
background-color: $white-100;
|
|
126
126
|
|
|
127
127
|
h3 {
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
font-size: 16px;
|
|
130
130
|
font-weight: 500;
|
|
131
131
|
font-family: $font-paragraph;
|
|
132
|
-
color: $
|
|
132
|
+
color: $color-text;
|
|
133
133
|
}
|
|
134
134
|
|
|
135
135
|
.component-switch {
|
|
@@ -254,7 +254,9 @@ Responsive Classes
|
|
|
254
254
|
}
|
|
255
255
|
|
|
256
256
|
// Large devices (desktops, 992px and up)
|
|
257
|
-
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
257
|
+
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
258
|
+
}
|
|
258
259
|
|
|
259
260
|
// Extra large devices (large desktops, 1200px and up)
|
|
260
|
-
@media (min-width: 1200px) {
|
|
261
|
+
@media (min-width: 1200px) {
|
|
262
|
+
}
|
|
@@ -183,14 +183,14 @@ export default {
|
|
|
183
183
|
font-size: 13px;
|
|
184
184
|
font-weight: 500;
|
|
185
185
|
border-radius: 4px;
|
|
186
|
-
border: 1px solid $
|
|
186
|
+
border: 1px solid $color-border;
|
|
187
187
|
color: $primary;
|
|
188
188
|
margin-left: 4px;
|
|
189
189
|
|
|
190
190
|
&:hover {
|
|
191
191
|
background-color: $primary !important;
|
|
192
192
|
color: $white-100;
|
|
193
|
-
border: 1px solid $
|
|
193
|
+
border: 1px solid $color-border;
|
|
194
194
|
}
|
|
195
195
|
&.previous {
|
|
196
196
|
background-color: $primary-97;
|
|
@@ -219,7 +219,7 @@ export default {
|
|
|
219
219
|
.pagination-filter {
|
|
220
220
|
select {
|
|
221
221
|
background-color: $primary-97;
|
|
222
|
-
border: 1px solid $
|
|
222
|
+
border: 1px solid $color-border;
|
|
223
223
|
border-radius: 2px;
|
|
224
224
|
margin-left: 4px;
|
|
225
225
|
height: 22px;
|
|
@@ -62,9 +62,9 @@ withDefaults(defineProps<Props>(), {
|
|
|
62
62
|
// display: table;
|
|
63
63
|
// width: 100%;
|
|
64
64
|
// border-left: 5px solid $primary;
|
|
65
|
-
// border-bottom: 1px solid $
|
|
66
|
-
// border-top: 1px solid $
|
|
67
|
-
// border-right: 1px solid $
|
|
65
|
+
// border-bottom: 1px solid $color-border;
|
|
66
|
+
// border-top: 1px solid $color-border;
|
|
67
|
+
// border-right: 1px solid $color-border;
|
|
68
68
|
|
|
69
69
|
// .dashboard-header-wrapper {
|
|
70
70
|
// height: 100%;
|
|
@@ -102,7 +102,7 @@ withDefaults(defineProps<Props>(), {
|
|
|
102
102
|
// .resource {
|
|
103
103
|
// display: flex;
|
|
104
104
|
// align-items: center;
|
|
105
|
-
// border-left: 1px solid $
|
|
105
|
+
// border-left: 1px solid $color-border;
|
|
106
106
|
// padding: 0 1.5rem;
|
|
107
107
|
// margin-top: -10px;
|
|
108
108
|
// margin-bottom: -10px;
|
|
@@ -126,7 +126,7 @@ withDefaults(defineProps<Props>(), {
|
|
|
126
126
|
// hr {
|
|
127
127
|
// margin: 0;
|
|
128
128
|
// padding: 0;
|
|
129
|
-
// background-color: $
|
|
129
|
+
// background-color: $color-border;
|
|
130
130
|
// }
|
|
131
131
|
// }
|
|
132
132
|
// }
|
|
@@ -107,7 +107,7 @@ watch(themeMode, (n) => {
|
|
|
107
107
|
|
|
108
108
|
<style lang="scss">
|
|
109
109
|
.theme-choicee {
|
|
110
|
-
border-top: 1px solid $
|
|
110
|
+
border-top: 1px solid $color-border;
|
|
111
111
|
|
|
112
112
|
li {
|
|
113
113
|
cursor: pointer;
|
|
@@ -117,7 +117,7 @@ watch(themeMode, (n) => {
|
|
|
117
117
|
display: flex;
|
|
118
118
|
align-items: center;
|
|
119
119
|
justify-content: center;
|
|
120
|
-
color: $
|
|
120
|
+
color: $color-text;
|
|
121
121
|
|
|
122
122
|
&:last-child {
|
|
123
123
|
border-right: none;
|
|
@@ -128,7 +128,7 @@ watch(themeMode, (n) => {
|
|
|
128
128
|
}
|
|
129
129
|
|
|
130
130
|
&.is-active {
|
|
131
|
-
background: $
|
|
131
|
+
background: $color-border;
|
|
132
132
|
color: $primary;
|
|
133
133
|
}
|
|
134
134
|
}
|
|
@@ -182,14 +182,14 @@ watch(
|
|
|
182
182
|
font-size: 13px;
|
|
183
183
|
font-weight: 500;
|
|
184
184
|
border-radius: 4px;
|
|
185
|
-
border: 1px solid $
|
|
185
|
+
border: 1px solid $color-border;
|
|
186
186
|
color: $primary;
|
|
187
187
|
margin-left: 4px;
|
|
188
188
|
|
|
189
189
|
&:hover {
|
|
190
190
|
background-color: $primary !important;
|
|
191
191
|
color: $white-100;
|
|
192
|
-
border: 1px solid $
|
|
192
|
+
border: 1px solid $color-border;
|
|
193
193
|
}
|
|
194
194
|
|
|
195
195
|
&.previous {
|
|
@@ -223,7 +223,7 @@ watch(
|
|
|
223
223
|
.pagination-filter {
|
|
224
224
|
select {
|
|
225
225
|
background-color: $primary-97;
|
|
226
|
-
border: 1px solid $
|
|
226
|
+
border: 1px solid $color-border;
|
|
227
227
|
border-radius: 2px;
|
|
228
228
|
margin-left: 4px;
|
|
229
229
|
height: 22px;
|
|
@@ -239,11 +239,11 @@ watch(
|
|
|
239
239
|
}
|
|
240
240
|
|
|
241
241
|
// .counting-page {
|
|
242
|
-
// color: $
|
|
242
|
+
// color: $color-text;
|
|
243
243
|
// font-size: 12px;
|
|
244
244
|
|
|
245
245
|
// span {
|
|
246
|
-
// color: $
|
|
246
|
+
// color: $color-heading;
|
|
247
247
|
// padding: 0 4px;
|
|
248
248
|
// font-weight: 500;
|
|
249
249
|
// }
|
|
@@ -254,7 +254,7 @@ watch(
|
|
|
254
254
|
// height: 20px;
|
|
255
255
|
// font-size: 11px;
|
|
256
256
|
// background-color: $white-100;
|
|
257
|
-
// color: $
|
|
257
|
+
// color: $color-text;
|
|
258
258
|
// &:focus-visible {
|
|
259
259
|
// outline: none;
|
|
260
260
|
// }
|
|
@@ -107,7 +107,7 @@ ul {
|
|
|
107
107
|
&.is-active {
|
|
108
108
|
background-color: $primary;
|
|
109
109
|
color: $white-100;
|
|
110
|
-
border: 1px solid $
|
|
110
|
+
border: 1px solid $color-border;
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
113
|
}
|
|
@@ -121,7 +121,7 @@ ul {
|
|
|
121
121
|
.step-count {
|
|
122
122
|
background-color: $primary;
|
|
123
123
|
color: $white-100;
|
|
124
|
-
border: 1px solid $
|
|
124
|
+
border: 1px solid $color-border;
|
|
125
125
|
}
|
|
126
126
|
.label-text {
|
|
127
127
|
color: $white-100;
|
|
@@ -116,7 +116,7 @@ const isFullTableLoaderActive = computed(() => {
|
|
|
116
116
|
td {
|
|
117
117
|
border: none;
|
|
118
118
|
font-size: 13px;
|
|
119
|
-
color: $
|
|
119
|
+
color: $color-text;
|
|
120
120
|
font-weight: 400;
|
|
121
121
|
padding: 3px 0px;
|
|
122
122
|
min-width: 230px;
|
|
@@ -124,7 +124,7 @@ const isFullTableLoaderActive = computed(() => {
|
|
|
124
124
|
&:first-child {
|
|
125
125
|
font-weight: 400;
|
|
126
126
|
padding-right: 10px;
|
|
127
|
-
color: $
|
|
127
|
+
color: $color-heading;
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
130
|
}
|