@appscode/design-system 1.1.0-beta.7 → 1.1.0-beta.70

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 (102) hide show
  1. package/base/utilities/_all.scss +2 -2
  2. package/base/utilities/_colors.scss +105 -136
  3. package/base/utilities/_global.scss +25 -19
  4. package/base/utilities/_layouts.scss +0 -138
  5. package/base/utilities/_typography.scss +2 -2
  6. package/components/_ac-alert-box.scss +2 -2
  7. package/components/_ac-code-highlight.scss +9 -12
  8. package/components/_ac-drag.scss +4 -4
  9. package/components/_ac-modal.scss +2 -2
  10. package/components/_ac-select-box.scss +5 -5
  11. package/components/_ac-table.scss +7 -7
  12. package/components/_ac-tabs.scss +29 -26
  13. package/components/_all.scss +8 -5
  14. package/components/_buttons.scss +10 -10
  15. package/components/_getkeeper.scss +110 -0
  16. package/components/_graph.scss +10 -10
  17. package/components/_image-upload.scss +4 -4
  18. package/components/_input-card.scss +232 -0
  19. package/components/{_ac-input.scss → _input.scss} +53 -7
  20. package/components/_left-sidebar-menu.scss +9 -13
  21. package/components/_monaco-editor.scss +2 -2
  22. package/components/_multi-select.scss +589 -0
  23. package/components/_navbar.scss +7 -7
  24. package/components/_nested-list.scss +2 -2
  25. package/components/_overview-info.scss +3 -3
  26. package/components/_pricing-table.scss +5 -5
  27. package/components/_progress-bar.scss +61 -74
  28. package/components/_subscription-card.scss +8 -10
  29. package/components/_table-of-content.scss +4 -4
  30. package/components/{_ac-terminal.scss → _terminal.scss} +63 -74
  31. package/components/_widget-menu.scss +7 -12
  32. package/components/_wizard.scss +13 -286
  33. package/components/bbum/_information-center.scss +8 -10
  34. package/components/bbum/_mobile-desktop.scss +9 -14
  35. package/components/bbum/_single-post-preview.scss +9 -9
  36. package/components/ui-builder/_ui-builder.scss +194 -10
  37. package/components/ui-builder/_vue-open-api.scss +58 -13
  38. package/icons/close-icon.svg +3 -0
  39. package/layouts/_code-preview.scss +6 -7
  40. package/package.json +1 -1
  41. package/vue-components/types/importFlow.ts +16 -0
  42. package/vue-components/types/notification.ts +3 -3
  43. package/vue-components/types/table.ts +1 -0
  44. package/vue-components/v2/banner/Banner.vue +1 -1
  45. package/vue-components/v2/editor/FilteredFileEditor.vue +2 -2
  46. package/vue-components/v2/modal/Modal.vue +1 -1
  47. package/vue-components/v3/alert/Alert.vue +2 -2
  48. package/vue-components/v3/banner/Banner.vue +2 -2
  49. package/vue-components/v3/breadcrumbs/Breadcrumb.vue +66 -4
  50. package/vue-components/v3/button/Button.vue +33 -11
  51. package/vue-components/v3/cards/Cluster.vue +6 -2
  52. package/vue-components/v3/cards/FeatureCard.vue +1 -1
  53. package/vue-components/v3/cards/FeatureCards.vue +1 -1
  54. package/vue-components/v3/cards/InfoCard.vue +1 -2
  55. package/vue-components/v3/cards/OverviewCard.vue +4 -0
  56. package/vue-components/v3/cards/OverviewCards.vue +10 -2
  57. package/vue-components/v3/cards/Vendor.vue +8 -5
  58. package/vue-components/v3/content/ContentTable.vue +1 -1
  59. package/vue-components/v3/editor/FilteredFileEditor.vue +5 -1
  60. package/vue-components/v3/footer/FooterArea.vue +8 -2
  61. package/vue-components/v3/footer/Info.vue +10 -8
  62. package/vue-components/v3/footer/Status.vue +24 -23
  63. package/vue-components/v3/footer/Usage.vue +20 -30
  64. package/vue-components/v3/form/Form.vue +0 -3
  65. package/vue-components/v3/form-fields/AcSingleInput.vue +3 -8
  66. package/vue-components/v3/header/Header.vue +1 -1
  67. package/vue-components/v3/loaders/InfoCardLoader.vue +18 -60
  68. package/vue-components/v3/loaders/SingleInfoCardLoader.vue +24 -0
  69. package/vue-components/v3/modal/Modal.vue +6 -11
  70. package/vue-components/v3/navbar/Navbar.vue +0 -159
  71. package/vue-components/v3/navbar/NavbarItemContent.vue +5 -2
  72. package/vue-components/v3/navbar/User.vue +33 -16
  73. package/vue-components/v3/notification/AlertBox.vue +233 -3
  74. package/vue-components/v3/notification/Notification.vue +2 -2
  75. package/vue-components/v3/option-dots/Options.vue +3 -2
  76. package/vue-components/v3/pagination/Pagination.vue +2 -1
  77. package/vue-components/v3/preloader/Preloader.vue +1 -1
  78. package/vue-components/v3/sidebar/ClusterSwitcher.vue +1 -765
  79. package/vue-components/v3/sidebar/Sidebar.vue +3 -30
  80. package/vue-components/v3/sidebar/SidebarBody.vue +9 -2
  81. package/vue-components/v3/sidebar/SidebarFooter.vue +6 -3
  82. package/vue-components/v3/sidebar/SidebarHeader.vue +6 -2
  83. package/vue-components/v3/sidebar/Steps.vue +55 -51
  84. package/vue-components/v3/sidebar/sidebar-tabs/SidebarTabs.vue +78 -2
  85. package/vue-components/v3/sidebar/sidebar-tabs/SidebarTabsLayout.vue +12 -3
  86. package/vue-components/v3/table/Table.vue +14 -16
  87. package/vue-components/v3/table/TableCell.vue +1 -9
  88. package/vue-components/v3/table/TableRow.vue +2 -2
  89. package/vue-components/v3/table/table-cell/ArrayCell.vue +35 -32
  90. package/vue-components/v3/table/table-cell/CellValue.vue +14 -40
  91. package/vue-components/v3/table/table-cell/ObjectCell.vue +40 -38
  92. package/vue-components/v3/tag/Tag.vue +1 -0
  93. package/base/utilities/dark-theme.scss +0 -26
  94. package/components/_ac-card.scss +0 -0
  95. package/components/_ac-multi-select.scss +0 -780
  96. package/vue-components/text.vue +0 -1
  97. package/vue-components/types/longRunningTasks.ts +0 -20
  98. package/vue-components/v3/long-running-tasks/LongRunningTaskItem.vue +0 -94
  99. package/vue-components/v3/modals/LongRunningTasksModal.vue +0 -402
  100. package/vue-components/v3/terminal/LongRunningTaskTerminal.vue +0 -151
  101. /package/components/{_ac-accordion.scss → _accordion.scss} +0 -0
  102. /package/components/{_ac-report.scss → _report.scss} +0 -0
@@ -0,0 +1,589 @@
1
+ .multiselect {
2
+ // margin-top: 3px;
3
+ // display: flex;
4
+ // align-items: center;
5
+ // max-width: 350px;
6
+ // &.cluster-select {
7
+ // .multiselect__tags {
8
+ // border: 1px solid $primary-90;
9
+ // background-color: $table-header;
10
+
11
+ // .multiselect__input {
12
+ // background-color: $table-header;
13
+ // }
14
+ // }
15
+ // }
16
+
17
+ .multiselect__tags {
18
+ background-color: $white-100;
19
+ min-height: 36px;
20
+ // max-height: 36px;
21
+ font-weight: 500;
22
+ width: 100%;
23
+ border-radius: 4px;
24
+ border: 1px solid $primary-80;
25
+ padding: 6px 30px 8px 20px;
26
+ font-size: 13px;
27
+ border-radius: 4px;
28
+
29
+ .multiselect__placeholder {
30
+ margin: 0;
31
+ padding: 0;
32
+ // padding-top: 2px !important;
33
+ font-weight: 500;
34
+ font-size: 13px;
35
+ }
36
+
37
+ .multiselect__tags-wrap {
38
+ display: flex;
39
+ align-items: center;
40
+ }
41
+
42
+ .multiselect__tag {
43
+ background-color: $black-80;
44
+ margin-top: 4px;
45
+ margin-bottom: 0;
46
+
47
+ .multiselect__tag-icon {
48
+ font-size: 12px;
49
+
50
+ &::after {
51
+ color: $white-100;
52
+ }
53
+
54
+ &:hover {
55
+ background-color: hsla(
56
+ var(--hsl-hue),
57
+ var(--hsl-saturation),
58
+ calc(var(--hsl-lightness) - 9%),
59
+ 1
60
+ );
61
+ }
62
+ }
63
+ }
64
+
65
+ .multiselect__input,
66
+ .multiselect__single {
67
+ background-color: $white-100;
68
+ margin-bottom: 0;
69
+ margin: 0 !important;
70
+ padding-left: 0;
71
+ left: 0px;
72
+ // top: 2px;
73
+ font-size: 13px !important;
74
+ font-weight: 500;
75
+ color: $primary-10;
76
+ line-height: 1.5;
77
+ }
78
+
79
+ .multiselect__single {
80
+ margin-top: 3px;
81
+ margin-bottom: 0;
82
+ }
83
+ }
84
+ .multiselect__select {
85
+ height: 36px;
86
+ }
87
+ .multiselect__content {
88
+ .multiselect__element {
89
+ .multiselect__option {
90
+ padding: 4px 16px;
91
+ min-height: 32px;
92
+ font-size: 13px;
93
+ display: flex;
94
+ align-items: center;
95
+ img {
96
+ width: 30px;
97
+ }
98
+ p {
99
+ font-size: 13px;
100
+ color: $primary-10;
101
+ }
102
+ p:not(.location) {
103
+ font-weight: 500;
104
+ }
105
+ a {
106
+ display: block;
107
+ font-weight: 400;
108
+ margin-top: -12px;
109
+ margin-bottom: -12px;
110
+ padding-top: 12px;
111
+ padding-bottom: 12px;
112
+ }
113
+
114
+ &:hover {
115
+ background-color: hsla(
116
+ var(--hsl-hue),
117
+ var(--hsl-saturation),
118
+ var(--hsl-lightness),
119
+ 0.2
120
+ );
121
+ color: $primary;
122
+ }
123
+
124
+ &.multiselect__option--highlight {
125
+ background-color: $white-100;
126
+ color: $primary;
127
+ &:hover {
128
+ background-color: $primary-97;
129
+ }
130
+
131
+ &:after {
132
+ background-color: hsla(
133
+ var(--hsl-hue),
134
+ var(--hsl-saturation),
135
+ var(--hsl-lightness),
136
+ 0.2
137
+ );
138
+ color: $primary;
139
+ }
140
+ }
141
+ }
142
+ }
143
+ }
144
+ }
145
+
146
+ .multi-select-wrapper {
147
+ &.is-last-child-bold {
148
+ .multiselect {
149
+ .multiselect__content {
150
+ .multiselect__element {
151
+ &:nth-last-child(-n + 3) {
152
+ .multiselect__option {
153
+ font-weight: 500;
154
+ }
155
+ }
156
+ }
157
+ }
158
+ }
159
+ }
160
+ }
161
+
162
+ .multiselect__element {
163
+ span {
164
+ label {
165
+ padding-left: 15px !important;
166
+ font-size: 13px !important;
167
+ color: $primary-10 !important;
168
+
169
+ &:after {
170
+ position: inherit !important;
171
+ content: "" !important;
172
+ background-color: transparent;
173
+ }
174
+ }
175
+ }
176
+ }
177
+
178
+ .multiselect__input {
179
+ &::placeholder {
180
+ color: $primary-20;
181
+ font-weight: 400;
182
+ line-height: 1.6;
183
+ font-size: 13px;
184
+ }
185
+ }
186
+
187
+ .multiselect__tags > span {
188
+ font-size: 13px;
189
+ line-height: 1.6;
190
+ color: $primary-10;
191
+ }
192
+
193
+ .multi-select-wrapper {
194
+ position: relative;
195
+ z-index: 0;
196
+
197
+ .multiselect--disabled {
198
+ opacity: unset;
199
+ }
200
+
201
+ &.is-disable {
202
+ opacity: 0.5;
203
+ cursor: not-allowed;
204
+
205
+ input,
206
+ .button.is-information,
207
+ .eye i.fa {
208
+ cursor: not-allowed;
209
+ }
210
+ }
211
+
212
+ .multiselect__input {
213
+ border: none !important;
214
+ }
215
+
216
+ &.has-bg-color {
217
+ label.show-label {
218
+ &:after {
219
+ background-color: transparent;
220
+ }
221
+ }
222
+ }
223
+
224
+ &.is-small {
225
+ label {
226
+ font-size: 13px;
227
+ top: 8px;
228
+
229
+ &.show-label {
230
+ font-size: 12px;
231
+ top: -9px;
232
+ font-weight: 500;
233
+ color: $black-5;
234
+ }
235
+ }
236
+
237
+ .button.is-information {
238
+ width: 36px;
239
+ height: 36px;
240
+ }
241
+
242
+ .multiselect__select {
243
+ height: 100%;
244
+ }
245
+
246
+ .multiselect__tags {
247
+ .multiselect__tag {
248
+ padding: 5px 20px 4px 10px;
249
+ font-size: 12px;
250
+ }
251
+ }
252
+
253
+ .multiselect {
254
+ min-height: auto;
255
+ }
256
+
257
+ .multiselect--active {
258
+ height: 36px !important;
259
+ z-index: 50;
260
+ }
261
+
262
+ .multiselect .multiselect__tags {
263
+ min-height: 36px !important;
264
+ padding: 4px 30px 4px 20px;
265
+ font-size: 13px;
266
+
267
+ .multiselect__single {
268
+ font-size: 12px;
269
+ }
270
+
271
+ .multiselect__placeholder {
272
+ padding: 5px 0 0;
273
+ font-size: 13px;
274
+ font-weight: 500;
275
+ }
276
+ }
277
+
278
+ .multiselect__input,
279
+ .multiselect__single {
280
+ font-size: 13px !important;
281
+ font-weight: 500;
282
+ line-height: 1.5;
283
+ // padding-bottom: 4px;
284
+ display: flex;
285
+ align-items: center;
286
+
287
+ &::placeholder {
288
+ font-weight: 500;
289
+ line-height: 1.6;
290
+ font-size: 13px;
291
+ }
292
+ }
293
+ }
294
+
295
+ &.is-extra-small {
296
+ label {
297
+ font-size: 13px;
298
+ top: 8px;
299
+
300
+ &.show-label {
301
+ font-size: 12px;
302
+ top: -9px;
303
+ }
304
+ }
305
+
306
+ .button.is-information {
307
+ width: 32px;
308
+ height: 32px;
309
+ }
310
+
311
+ .multiselect__select {
312
+ height: 100%;
313
+ }
314
+
315
+ .multiselect__tags {
316
+ .multiselect__tag {
317
+ padding: 5px 20px 4px 10px;
318
+ font-size: 12px;
319
+ }
320
+ }
321
+
322
+ .multiselect {
323
+ min-height: auto;
324
+ }
325
+
326
+ .multiselect--active {
327
+ height: 32px !important;
328
+ z-index: 50;
329
+ }
330
+
331
+ .multiselect .multiselect__tags {
332
+ min-height: 32px !important;
333
+ padding: 3px 30px 4px 20px;
334
+ font-size: 13px;
335
+ display: flex;
336
+ align-items: center;
337
+ .multiselect__single {
338
+ font-size: 12px;
339
+ }
340
+
341
+ .multiselect__placeholder {
342
+ padding: 5px 0 0;
343
+ font-size: 13px;
344
+ font-weight: 500;
345
+ }
346
+ }
347
+
348
+ .multiselect__input,
349
+ .multiselect__single {
350
+ font-size: 13px !important;
351
+ font-weight: 500;
352
+ line-height: 1.5;
353
+ // padding-bottom: 4px;
354
+ display: flex;
355
+ align-items: center;
356
+
357
+ &::placeholder {
358
+ font-weight: 500;
359
+ line-height: 1.6;
360
+ font-size: 13px;
361
+ }
362
+ }
363
+ }
364
+
365
+ &.is-danger {
366
+ input,
367
+ .ac-card,
368
+ textarea {
369
+ border: 1px solid $danger;
370
+ }
371
+
372
+ p {
373
+ color: $danger;
374
+ }
375
+ }
376
+
377
+ &.is-loading {
378
+ input,
379
+ .ac-card,
380
+ textarea {
381
+ border: 1px solid $info;
382
+ opacity: 0.5;
383
+ }
384
+
385
+ p {
386
+ color: $info;
387
+ opacity: 0.5;
388
+ }
389
+ }
390
+
391
+ .is-danger {
392
+ font-size: 12px;
393
+ line-height: 22px;
394
+ color: $danger;
395
+ text-align: left;
396
+
397
+ i.fa {
398
+ padding-right: 10px;
399
+ }
400
+ }
401
+
402
+ .multiselect__select {
403
+ height: calc(100% - 2px);
404
+ border-radius: 0 4px 4px 0;
405
+ background-color: transparent !important;
406
+ }
407
+
408
+ label {
409
+ font-size: 16px;
410
+ left: 20px;
411
+ top: 11px;
412
+ cursor: text;
413
+ color: $primary-10;
414
+ position: absolute;
415
+ z-index: 99;
416
+ transition: 0.3s ease-in-out;
417
+
418
+ .is-required {
419
+ img {
420
+ position: absolute;
421
+ top: 7px;
422
+ padding-left: 3px;
423
+ }
424
+ }
425
+
426
+ &.show-label {
427
+ top: -10px;
428
+ left: 15px;
429
+ padding: 0 5px;
430
+ font-size: 13px;
431
+ color: $black-5;
432
+
433
+ &::after {
434
+ background-color: $white-100;
435
+ }
436
+ }
437
+
438
+ &:after {
439
+ position: absolute;
440
+ content: "";
441
+ left: 0;
442
+ top: 50%;
443
+ background-color: $white-100;
444
+ width: 100%;
445
+ height: 2px;
446
+ margin-top: -1px;
447
+ z-index: -1;
448
+ }
449
+
450
+ &.is-required {
451
+ &:after {
452
+ width: calc(100% + 10px);
453
+ }
454
+ }
455
+ }
456
+ }
457
+ li {
458
+ .multiselect__option {
459
+ font-size: 13px;
460
+ color: $primary-10;
461
+ }
462
+ }
463
+ .multiselect__option--selected {
464
+ label {
465
+ right: 30px;
466
+ }
467
+ }
468
+ .multi-select-wrapper.is-small {
469
+ .multiselect .multiselect__tags {
470
+ .multiselect__input,
471
+ .multiselect__single {
472
+ top: 3.5px !important;
473
+ }
474
+ }
475
+ .multiselect .multiselect__tags .multiselect__placeholder {
476
+ padding-top: 3.5px !important;
477
+ }
478
+ }
479
+ // has info button start
480
+ .multi-select-wrapper {
481
+ &.has-info-button {
482
+ .multiselect__select {
483
+ z-index: 99;
484
+ right: 30px;
485
+ }
486
+ &.has-refresh-button {
487
+ .multiselect__select {
488
+ z-index: 99;
489
+ right: 60px;
490
+ }
491
+ .button {
492
+ &.is-refresh {
493
+ right: 30px;
494
+ }
495
+ }
496
+ }
497
+ .button {
498
+ &.is-information {
499
+ right: 0;
500
+ }
501
+ }
502
+ }
503
+ &.has-refresh-button {
504
+ .multiselect__select {
505
+ z-index: 99;
506
+ right: 30px;
507
+ }
508
+ .button {
509
+ &.is-refresh {
510
+ right: 0;
511
+ }
512
+ }
513
+ }
514
+
515
+ .button {
516
+ &.is-information,
517
+ &.is-refresh {
518
+ background-color: transparent;
519
+ border: none;
520
+ position: absolute;
521
+ height: 36px;
522
+ width: 36px;
523
+ z-index: 90;
524
+ margin-top: 0;
525
+
526
+ &:focus {
527
+ outline: none;
528
+ box-shadow: none;
529
+ background-color: #e4e8ef;
530
+ transform: scale(0.8);
531
+ }
532
+ }
533
+ &.is-refresh.spin {
534
+ i {
535
+ animation: spin 1s linear infinite;
536
+ }
537
+ }
538
+ }
539
+ }
540
+
541
+ @-moz-keyframes spin {
542
+ from {
543
+ -moz-transform: rotate(0deg);
544
+ }
545
+ to {
546
+ -moz-transform: rotate(360deg);
547
+ }
548
+ }
549
+ @-webkit-keyframes spin {
550
+ from {
551
+ -webkit-transform: rotate(0deg);
552
+ }
553
+ to {
554
+ -webkit-transform: rotate(360deg);
555
+ }
556
+ }
557
+ @keyframes spin {
558
+ from {
559
+ transform: rotate(0deg);
560
+ }
561
+ to {
562
+ transform: rotate(360deg);
563
+ }
564
+ }
565
+ // has info button end
566
+
567
+ // dark theme end
568
+ /****************************************
569
+ Responsive Classes
570
+ *****************************************/
571
+ // Extra small devices (portrait phones, less than 576px)
572
+ @media (max-width: 575.98px) {
573
+ }
574
+
575
+ // Small devices (landscape phones, 576px and up)
576
+ @media (min-width: 576px) and (max-width: 767.98px) {
577
+ }
578
+
579
+ // Medium devices (tablets, 768px and up)
580
+ @media (min-width: 768px) and (max-width: 991.98px) {
581
+ }
582
+
583
+ // Large devices (desktops, 992px and up)
584
+ @media (min-width: 992px) and (max-width: 1199.98px) {
585
+ }
586
+
587
+ // Extra large devices (large desktops, 1200px and up)
588
+ @media (min-width: 1200px) {
589
+ }
@@ -88,7 +88,7 @@
88
88
  // padding-left: 15px;
89
89
 
90
90
  // &::placeholder {
91
- // color: $white-100-lighter;
91
+ // color: $primary-90;
92
92
  // font-weight: 500;
93
93
  // }
94
94
 
@@ -138,7 +138,7 @@
138
138
  // top: 0;
139
139
  // width: 100%;
140
140
  // height: 100%;
141
- // background-color: $ac-black;
141
+ // background-color: $black-5;
142
142
  // opacity: 0.2;
143
143
  // z-index: 1;
144
144
  // }
@@ -238,7 +238,7 @@
238
238
  // .ac-nav-button {
239
239
  // background-color: transparent;
240
240
  // border: none;
241
- // color: $white-100-lighter;
241
+ // color: $primary-90;
242
242
  // padding: 0 14px;
243
243
  // margin-left: 15px;
244
244
 
@@ -429,7 +429,7 @@
429
429
  // border: none;
430
430
  // padding: 0;
431
431
  // font-size: 11px;
432
- // color: #eb5757;
432
+ // color: $danger;
433
433
  // background-color: transparent;
434
434
  // }
435
435
  // }
@@ -449,13 +449,13 @@
449
449
 
450
450
  // /* Handle */
451
451
  // &::-webkit-scrollbar-thumb {
452
- // background-color: $ac-gray-light;
452
+ // background-color: $black-50;
453
453
  // border-radius: 10px;
454
454
  // }
455
455
 
456
456
  // /* Handle on hover */
457
457
  // &::-webkit-scrollbar-thumb:hover {
458
- // background-color: $ac-gray-light;
458
+ // background-color: $black-50;
459
459
  // }
460
460
 
461
461
  // // &:last-child {
@@ -553,7 +553,7 @@
553
553
 
554
554
  // p {
555
555
  // font-size: 11px;
556
- // color: $ac-label-text;
556
+ // color: $primary-10;
557
557
 
558
558
  // &.is-success {
559
559
  // color: $success;
@@ -12,7 +12,7 @@
12
12
  cursor: pointer;
13
13
 
14
14
  .fa {
15
- color: $ac-link-black;
15
+ color: $primary-20;
16
16
  font-size: 12px;
17
17
  }
18
18
  }
@@ -22,4 +22,4 @@
22
22
  padding-left: 30px;
23
23
  }
24
24
  }
25
- }
25
+ }
@@ -58,13 +58,13 @@
58
58
 
59
59
  p {
60
60
  font-size: 16px;
61
- color: $ac-link-black;
61
+ color: $primary-20;
62
62
  font-weight: 500;
63
63
 
64
64
  span {
65
65
  font-weight: 400;
66
66
  font-size: 12px;
67
- color: $ac-link-black;
67
+ color: $primary-20;
68
68
 
69
69
  strong {
70
70
  font-size: 16px;
@@ -78,4 +78,4 @@
78
78
  }
79
79
  }
80
80
  }
81
- }
81
+ }
@@ -1,6 +1,6 @@
1
1
  .pricing-table {
2
2
  border: 1px solid $primary-90;
3
- background-color: $white-100-lighter;
3
+ background-color: $primary-90;
4
4
  border-radius: 4px;
5
5
 
6
6
  .pricing-title {
@@ -24,7 +24,7 @@
24
24
  line-height: 1;
25
25
  padding: 15px;
26
26
  font-weight: 400;
27
- color: $ac-link-black;
27
+ color: $primary-20;
28
28
  }
29
29
  }
30
30
 
@@ -107,7 +107,7 @@
107
107
 
108
108
  .pricing {
109
109
  font-size: 16px;
110
- color: $ac-link-black;
110
+ color: $primary-20;
111
111
  font-weight: 500;
112
112
  line-height: 24px;
113
113
 
@@ -141,7 +141,7 @@
141
141
  ul {
142
142
  li {
143
143
  text-align: center;
144
- color: $ac-link-black;
144
+ color: $primary-20;
145
145
  display: block;
146
146
  border-top: 1px solid $primary-90;
147
147
  padding: 10px;
@@ -157,4 +157,4 @@
157
157
  }
158
158
  }
159
159
  }
160
- }
160
+ }