@appscode/design-system 2.4.27-alpha1 → 2.4.28

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 (81) hide show
  1. package/package.json +4 -6
  2. package/vue-components/styles/base/utilities/_colors.scss +25 -9
  3. package/vue-components/styles/base/utilities/_global.scss +2 -2
  4. package/vue-components/styles/base/utilities/_typography.scss +74 -68
  5. package/vue-components/styles/components/_ac-calendar.scss +3 -3
  6. package/vue-components/styles/components/_ac-code-highlight.scss +1 -1
  7. package/vue-components/styles/components/_ac-drag.scss +1 -1
  8. package/vue-components/styles/components/_accordion.scss +1 -1
  9. package/vue-components/styles/components/_breadcrumb.scss +1 -1
  10. package/vue-components/styles/components/_card-body-wrapper.scss +3 -3
  11. package/vue-components/styles/components/_direct-deploy.scss +2 -2
  12. package/vue-components/styles/components/_dropdown.scss +1 -1
  13. package/vue-components/styles/components/_getkeeper.scss +1 -1
  14. package/vue-components/styles/components/_graph.scss +1 -1
  15. package/vue-components/styles/components/_options.scss +2 -2
  16. package/vue-components/styles/components/_pagination.scss +2 -2
  17. package/vue-components/styles/components/_steps.scss +12 -2
  18. package/vue-components/styles/components/_table-of-content.scss +3 -3
  19. package/vue-components/styles/components/_table.scss +4 -4
  20. package/vue-components/styles/components/_tabs.scss +4 -4
  21. package/vue-components/styles/components/_terminal.scss +4 -4
  22. package/vue-components/styles/components/_widget-menu.scss +6 -6
  23. package/vue-components/styles/components/_wizard.scss +9 -9
  24. package/vue-components/styles/components/ac-toaster/_ac-toasted.scss +2 -2
  25. package/vue-components/styles/components/alert/_alert.scss +1 -1
  26. package/vue-components/styles/components/alert/_toast.scss +1 -1
  27. package/vue-components/styles/components/bbum/_card-team.scss +2 -2
  28. package/vue-components/styles/components/bbum/_left-sidebar.scss +2 -2
  29. package/vue-components/styles/components/bbum/_sign-up-notification.scss +2 -2
  30. package/vue-components/styles/components/bbum/_single-post-preview.scss +1 -1
  31. package/vue-components/styles/components/bbum/_user-profile.scss +3 -3
  32. package/vue-components/styles/components/cards/_cluster.scss +1 -1
  33. package/vue-components/styles/components/cards/_features.scss +1 -1
  34. package/vue-components/styles/components/cards/_info.scss +1 -1
  35. package/vue-components/styles/components/cards/_monitoring.scss +1 -1
  36. package/vue-components/styles/components/cards/_payment-card.scss +3 -3
  37. package/vue-components/styles/components/cards/_subscription-card.scss +2 -2
  38. package/vue-components/styles/components/cards/_vendor.scss +5 -5
  39. package/vue-components/styles/components/form-fields/_check-radio-switch.scss +4 -4
  40. package/vue-components/styles/components/form-fields/_image-upload.scss +1 -1
  41. package/vue-components/styles/components/form-fields/_input-card.scss +3 -3
  42. package/vue-components/styles/components/form-fields/_input.scss +16 -16
  43. package/vue-components/styles/components/inbox/all.scss +4 -19
  44. package/vue-components/styles/components/navbar/_menu-content.scss +11 -11
  45. package/vue-components/styles/components/select-box/_ac-select-box.scss +1 -1
  46. package/vue-components/styles/components/select-box/_multi-select.scss +23 -22
  47. package/vue-components/styles/components/sidebar/_left-sidebar.scss +2 -2
  48. package/vue-components/styles/components/ui-builder/_ui-builder.scss +3 -3
  49. package/vue-components/styles/components/ui-builder/_vue-open-api.scss +13 -13
  50. package/vue-components/styles/layouts/_code-preview.scss +1 -1
  51. package/vue-components/v3/accordion/Accordion.vue +3 -11
  52. package/vue-components/v3/alert/AlertMessage.vue +3 -11
  53. package/vue-components/v3/alert/Toast.vue +3 -10
  54. package/vue-components/v3/breadcrumbs/Breadcrumb.vue +2 -16
  55. package/vue-components/v3/cards/InfoCard.vue +6 -77
  56. package/vue-components/v3/cards/Monitoring.vue +3 -23
  57. package/vue-components/v3/form-fields/AcSelect.vue +10 -14
  58. package/vue-components/v3/form-fields/Accordion.vue +4 -4
  59. package/vue-components/v3/form-fields/CheckBox.vue +1 -1
  60. package/vue-components/v3/form-fields/CheckRadio.vue +2 -3
  61. package/vue-components/v3/form-fields/CustomSelect.vue +7 -12
  62. package/vue-components/v3/form-fields/FileUpload.vue +5 -14
  63. package/vue-components/v3/icons/BellIcon.vue +18 -0
  64. package/vue-components/v3/icons/CrossIcon.vue +12 -0
  65. package/vue-components/v3/icons/GridIcon.vue +32 -0
  66. package/vue-components/v3/icons/HomeIcon.vue +12 -0
  67. package/vue-components/v3/icons/MemoryIcon.vue +36 -4
  68. package/vue-components/v3/icons/MonitorIcon.vue +13 -0
  69. package/vue-components/v3/icons/StorageIcon.vue +32 -0
  70. package/vue-components/v3/icons/UploadIcon.vue +16 -0
  71. package/vue-components/v3/inbox/MessageList.vue +7 -6
  72. package/vue-components/v3/modal/DialogModal.vue +2 -10
  73. package/vue-components/v3/navbar/Appdrawer.vue +2 -30
  74. package/vue-components/v3/navbar/Notification.vue +6 -22
  75. package/vue-components/v3/pagination/Pagination.vue +1 -1
  76. package/vue-components/v3/searchbars/SearchBar.vue +2 -7
  77. package/vue-components/v3/steps/Steps.vue +16 -17
  78. package/vue-components/v3/table/InfoTable.vue +1 -1
  79. package/vue-components/v3/upcoming/SimpleSelect.vue +5 -5
  80. package/vue-components/plugins/time-convert.js +0 -45
  81. /package/vue-components/v3/icons/{ArrowDownIcon.vue → ArrowIcon.vue} +0 -0
@@ -6,7 +6,7 @@
6
6
  // .menu-list-wrapper {
7
7
  // li {
8
8
  // a {
9
- // font-size: 13px;
9
+ // font-size: 1rem;
10
10
  // font-weight: 400;
11
11
  // color: $color-heading;
12
12
  // display: block;
@@ -80,7 +80,7 @@
80
80
  // &::after {
81
81
  // position: absolute;
82
82
  // content: "";
83
- // left: 13px;
83
+ // left: 14px;
84
84
  // top: 18.4px;
85
85
  // width: 20px;
86
86
  // height: 1px;
@@ -89,7 +89,7 @@
89
89
  // }
90
90
 
91
91
  // a {
92
- // font-size: 13px;
92
+ // font-size: 1rem;
93
93
  // font-weight: 500;
94
94
  // color: $color-heading;
95
95
 
@@ -118,7 +118,7 @@
118
118
 
119
119
  // p {
120
120
  // font-weight: 500;
121
- // font-weight: 13px;
121
+ // font-weight: 14px;
122
122
  // }
123
123
 
124
124
  // i.fa-check-circle {
@@ -137,7 +137,7 @@
137
137
  // background-color: $color-border;
138
138
 
139
139
  // p {
140
- // font-size: 13px;
140
+ // font-size: 1rem;
141
141
  // font-weight: 600;
142
142
  // color: $color-heading;
143
143
  // }
@@ -154,7 +154,7 @@
154
154
  // background-color: $white-100;
155
155
  // text-align: left;
156
156
  // color: $color-heading;
157
- // font-size: 13px;
157
+ // font-size: 1rem;
158
158
  // font-weight: 500;
159
159
 
160
160
  // &:hover {
@@ -9,7 +9,7 @@
9
9
  // font-family: $font-paragraph;
10
10
  // font-style: normal;
11
11
  // font-weight: normal;
12
- // font-size: 13px;
12
+ // font-size: 1rem;
13
13
  // line-height: 100%;
14
14
  // color: $color-heading;
15
15
  // margin-bottom: 10px;
@@ -83,7 +83,7 @@
83
83
  // font-family: $font-paragraph;
84
84
  // font-style: normal;
85
85
  // font-weight: 500;
86
- // font-size: 13px;
86
+ // font-size: 1rem;
87
87
  // line-height: 16px;
88
88
  // color: $color-heading;
89
89
  // margin-right: 16px;
@@ -127,7 +127,7 @@
127
127
  // font-family: $font-paragraph;
128
128
  // font-style: normal;
129
129
  // font-weight: 500;
130
- // font-size: 14px;
130
+ // font-size: 1rem;
131
131
  // line-height: 19px;
132
132
  // color: $color-heading;
133
133
  // }
@@ -187,7 +187,7 @@
187
187
  // font-family: $font-paragraph;
188
188
  // font-style: normal;
189
189
  // font-weight: 500;
190
- // font-size: 13px;
190
+ // font-size: 1rem;
191
191
  // line-height: 16px;
192
192
  // color: $color-heading;
193
193
  // }
@@ -252,7 +252,7 @@
252
252
  // font-family: $font-paragraph;
253
253
  // font-style: normal;
254
254
  // font-weight: normal;
255
- // font-size: 13px;
255
+ // font-size: 1rem;
256
256
  // line-height: 16px;
257
257
  // color: $color-heading;
258
258
  // display: flex;
@@ -286,7 +286,7 @@
286
286
  // font-family: $font-paragraph;
287
287
  // font-style: normal;
288
288
  // font-weight: normal;
289
- // font-size: 13px;
289
+ // font-size: 1rem;
290
290
  // line-height: 18px;
291
291
  // display: block;
292
292
  // color: $color-heading;
@@ -330,7 +330,7 @@
330
330
  // font-family: $font-paragraph;
331
331
  // font-style: normal;
332
332
  // font-weight: 500;
333
- // font-size: 13px;
333
+ // font-size: 1rem;
334
334
  // line-height: 16px;
335
335
  // display: flex;
336
336
  // align-items: center;
@@ -486,7 +486,7 @@
486
486
  // p {
487
487
  // font-family: $font-paragraph;
488
488
  // font-style: normal;
489
- // font-size: 13px;
489
+ // font-size: 1rem;
490
490
  // line-height: 18px;
491
491
  // color: $white-100;
492
492
  // font-weight: 400;
@@ -529,7 +529,7 @@
529
529
  // text-align: center;
530
530
  // font-family: $font-paragraph;
531
531
  // font-weight: 500;
532
- // font-size: 13px;
532
+ // font-size: 1rem;
533
533
  // line-height: 19px;
534
534
  // color: $color-heading;
535
535
  // margin: 0 10px 10px 0;
@@ -3,7 +3,7 @@
3
3
  min-width: 350px !important;
4
4
  min-height: 40px !important;
5
5
  justify-content: flex-start !important;
6
- font-size: 13px !important;
6
+ font-size: 1rem !important;
7
7
  font-weight: 500 !important;
8
8
  padding-right: 35px !important;
9
9
  box-shadow: none !important;
@@ -49,7 +49,7 @@
49
49
  }
50
50
 
51
51
  .ac-toast-action {
52
- font-size: 13px !important;
52
+ font-size: 1rem !important;
53
53
  font-weight: 400 !important;
54
54
  color: inherit !important;
55
55
  font-family: Roboto, sans-serif !important;
@@ -1,6 +1,6 @@
1
1
  .ac-notification {
2
2
  background-color: $primary-95;
3
- font-size: 13px;
3
+ font-size: 1rem;
4
4
  color: $ac-primary;
5
5
  min-height: 36px;
6
6
  display: flex;
@@ -3,7 +3,7 @@
3
3
  display: flex;
4
4
  align-items: center;
5
5
  justify-content: space-between;
6
- font-size: 13px;
6
+ font-size: 1rem;
7
7
  border-radius: 4px;
8
8
  position: relative;
9
9
  padding-right: 30px;
@@ -73,7 +73,7 @@
73
73
  }
74
74
 
75
75
  .meta {
76
- font-size: 13px;
76
+ font-size: 1rem;
77
77
  color: $color-text;
78
78
  margin-bottom: 20px;
79
79
  }
@@ -87,7 +87,7 @@
87
87
  &:not(:first-child) {
88
88
  list-style: disc;
89
89
  }
90
- font-size: 13px;
90
+ font-size: 1rem;
91
91
  color: $color-text;
92
92
  }
93
93
  }
@@ -20,7 +20,7 @@
20
20
 
21
21
  .user-info {
22
22
  h3 {
23
- font-size: 13px;
23
+ font-size: 1rem;
24
24
  line-height: 1;
25
25
  margin-bottom: 5px;
26
26
  }
@@ -38,7 +38,7 @@
38
38
  li {
39
39
  a {
40
40
  display: flex;
41
- font-size: 13px;
41
+ font-size: 1rem;
42
42
  color: $color-heading;
43
43
  align-items: center;
44
44
  font-weight: 500;
@@ -44,7 +44,7 @@
44
44
  right: 10px;
45
45
  top: 10px;
46
46
  background-color: lighten($color: $danger, $amount: 40);
47
- font-size: 13px;
47
+ font-size: 1rem;
48
48
  transition: 0.3s ease-in-out;
49
49
  &:hover {
50
50
  background-color: $danger;
@@ -75,7 +75,7 @@
75
75
 
76
76
  p {
77
77
  color: $color-heading;
78
- font-size: 13px;
78
+ font-size: 1rem;
79
79
  margin-bottom: 10px;
80
80
  }
81
81
  }
@@ -72,7 +72,7 @@
72
72
 
73
73
  p {
74
74
  color: $color-heading;
75
- font-size: 13px;
75
+ font-size: 1rem;
76
76
  line-height: 160%;
77
77
  }
78
78
 
@@ -47,7 +47,7 @@
47
47
  line-height: 1.4;
48
48
 
49
49
  span {
50
- font-size: 14px;
50
+ font-size: 1rem;
51
51
  line-height: 1.5;
52
52
  font-weight: 400;
53
53
  display: block;
@@ -61,7 +61,7 @@
61
61
  }
62
62
 
63
63
  p {
64
- font-size: 14px;
64
+ font-size: 1rem;
65
65
  color: $color-heading;
66
66
  line-height: 160%;
67
67
  margin-bottom: 10px;
@@ -92,7 +92,7 @@
92
92
  display: flex;
93
93
  align-items: center;
94
94
  margin-bottom: 10px;
95
- font-size: 13px;
95
+ font-size: 1rem;
96
96
  &:last-child {
97
97
  margin-bottom: 0;
98
98
  }
@@ -91,7 +91,7 @@
91
91
  }
92
92
  strong {
93
93
  color: $color-heading;
94
- font-size: 13px;
94
+ font-size: 1rem;
95
95
  font-weight: 400;
96
96
  }
97
97
  }
@@ -19,7 +19,7 @@
19
19
  }
20
20
  .c-body {
21
21
  p {
22
- color: #0c365a;
22
+ color: $color-text;
23
23
  }
24
24
  }
25
25
  }
@@ -43,7 +43,7 @@
43
43
  }
44
44
 
45
45
  strong {
46
- font-size: 13px;
46
+ font-size: 1rem;
47
47
  font-weight: 400;
48
48
  color: $color-heading;
49
49
  }
@@ -19,7 +19,7 @@
19
19
  }
20
20
  .c-body {
21
21
  p {
22
- color: #0c365a;
22
+ color: $color-text;
23
23
  }
24
24
  }
25
25
  }
@@ -118,7 +118,7 @@
118
118
 
119
119
  span {
120
120
  display: block;
121
- font-size: 13px;
121
+ font-size: 1rem;
122
122
  }
123
123
  }
124
124
  }
@@ -138,7 +138,7 @@
138
138
  display: flex;
139
139
 
140
140
  .user-name {
141
- font-size: 14px;
141
+ font-size: 1rem;
142
142
  font-weight: 500;
143
143
  color: $white-100;
144
144
  margin-right: 10px;
@@ -206,7 +206,7 @@
206
206
  justify-content: space-between;
207
207
 
208
208
  p.user-name {
209
- font-size: 14px;
209
+ font-size: 1rem;
210
210
  color: $white-100;
211
211
  margin-top: 10px;
212
212
  }
@@ -53,7 +53,7 @@
53
53
  font-family: $font-heading;
54
54
  font-style: normal;
55
55
  font-weight: 600;
56
- font-size: 14px;
56
+ font-size: 1rem;
57
57
  line-height: 16px;
58
58
  color: $color-text;
59
59
  margin-bottom: 10px;
@@ -78,7 +78,7 @@
78
78
  font-family: $font-paragraph;
79
79
  font-style: normal;
80
80
  font-weight: normal;
81
- font-size: 14px;
81
+ font-size: 1rem;
82
82
  line-height: 16px;
83
83
  padding-bottom: 8px;
84
84
  color: $color-text;
@@ -1,7 +1,7 @@
1
1
  // vendor cards start
2
2
  .ac-single-card.vendor-card {
3
- border: 1px solid $color-border;
4
- transition: 0.3s ease-in-out;
3
+ outline: 1px solid $color-border;
4
+ transition: 0s ease-in-out;
5
5
  border-radius: 2px;
6
6
  display: flex;
7
7
  flex-direction: column;
@@ -23,7 +23,7 @@
23
23
 
24
24
  .ac-card-name {
25
25
  p {
26
- font-size: 13px;
26
+ font-size: 1rem;
27
27
  color: $color-heading;
28
28
  line-height: 1;
29
29
  font-weight: 500;
@@ -52,10 +52,10 @@
52
52
  }
53
53
  }
54
54
  &.is-selected {
55
- border: 1px solid $ac-primary !important;
55
+ outline: 2px solid $ac-primary !important;
56
56
  }
57
57
  &:hover {
58
- border: 1px solid $ac-primary;
58
+ outline: 2px solid $ac-primary;
59
59
 
60
60
  .ac-card-title {
61
61
  h4 {
@@ -179,8 +179,8 @@
179
179
  .switch {
180
180
  position: relative;
181
181
  display: inline-block;
182
- width: 36px;
183
- height: 18px;
182
+ width: 40px;
183
+ height: 22px;
184
184
 
185
185
  input {
186
186
  position: absolute;
@@ -213,8 +213,8 @@
213
213
  &:before {
214
214
  content: "";
215
215
  position: absolute;
216
- height: 12px;
217
- width: 12px;
216
+ height: 16px;
217
+ width: 16px;
218
218
  left: 4px;
219
219
  bottom: 3px;
220
220
  background-color: white;
@@ -26,7 +26,7 @@
26
26
  }
27
27
 
28
28
  .drag-and-drop-msg {
29
- font-size: 13px;
29
+ font-size: 1rem;
30
30
  color: $color-text;
31
31
  font-weight: 400;
32
32
  margin-bottom: 10px;
@@ -55,7 +55,7 @@
55
55
  .ac-single-radio,
56
56
  .ac-single-checkbox {
57
57
  label {
58
- font-size: 13px;
58
+ font-size: 1rem;
59
59
  line-height: 20px;
60
60
  color: $color-heading;
61
61
  padding-left: 25px !important;
@@ -207,7 +207,7 @@
207
207
  font-family: $font-heading;
208
208
  font-style: normal;
209
209
  font-weight: 500;
210
- font-size: 13px;
210
+ font-size: 1rem;
211
211
  line-height: 24px;
212
212
  color: $color-heading;
213
213
  }
@@ -217,7 +217,7 @@
217
217
  font-family: $font-paragraph;
218
218
  font-style: normal;
219
219
  font-weight: normal;
220
- font-size: 13px;
220
+ font-size: 1rem;
221
221
  line-height: 140%;
222
222
  color: $color-heading;
223
223
 
@@ -87,7 +87,7 @@
87
87
  &.borderless-input {
88
88
  input {
89
89
  border: none;
90
- font-size: 13px;
90
+ font-size: 1rem;
91
91
  padding: 4px 7px;
92
92
  height: 30px;
93
93
  background-color: $white-100;
@@ -136,8 +136,8 @@
136
136
  }
137
137
 
138
138
  label {
139
- top: 13px;
140
- font-size: 13px;
139
+ top: 14px;
140
+ font-size: 1rem;
141
141
 
142
142
  &.show-label {
143
143
  font-size: 12px;
@@ -153,7 +153,7 @@
153
153
  .icon {
154
154
  height: 45px;
155
155
  width: 30px;
156
- font-size: 13px;
156
+ font-size: 1rem;
157
157
  }
158
158
  }
159
159
  }
@@ -163,7 +163,7 @@
163
163
  input,
164
164
  select {
165
165
  height: 36px;
166
- font-size: 13px;
166
+ font-size: 1rem;
167
167
  font-weight: 400;
168
168
  }
169
169
 
@@ -186,7 +186,7 @@
186
186
 
187
187
  label {
188
188
  top: 8px;
189
- font-size: 13px;
189
+ font-size: 1rem;
190
190
 
191
191
  &.switch-label {
192
192
  top: 0;
@@ -211,7 +211,7 @@
211
211
  .icon {
212
212
  height: 36px;
213
213
  width: 25px;
214
- font-size: 13px;
214
+ font-size: 1rem;
215
215
  }
216
216
  }
217
217
  }
@@ -221,7 +221,7 @@
221
221
  input,
222
222
  select {
223
223
  height: 32px;
224
- font-size: 13px;
224
+ font-size: 1rem;
225
225
  font-weight: 400;
226
226
  }
227
227
 
@@ -252,7 +252,7 @@
252
252
 
253
253
  label {
254
254
  top: 6px;
255
- font-size: 13px;
255
+ font-size: 1rem;
256
256
 
257
257
  &.switch-label {
258
258
  top: 0;
@@ -269,7 +269,7 @@
269
269
  .icon {
270
270
  height: 32px;
271
271
  width: 25px;
272
- font-size: 13px;
272
+ font-size: 1rem;
273
273
  }
274
274
  }
275
275
  }
@@ -280,7 +280,7 @@
280
280
  }
281
281
 
282
282
  label {
283
- font-size: 13px;
283
+ font-size: 1rem;
284
284
  left: 15px;
285
285
  top: 11px;
286
286
  cursor: text;
@@ -303,7 +303,7 @@
303
303
  top: -9px;
304
304
  left: 10px;
305
305
  padding: 0 5px;
306
- font-size: 13px;
306
+ font-size: 1rem;
307
307
  color: $gray-40;
308
308
 
309
309
  &:after {
@@ -366,7 +366,7 @@
366
366
  a {
367
367
  color: $color-heading;
368
368
  display: block;
369
- font-size: 13px;
369
+ font-size: 1rem;
370
370
  padding: 8px 20px;
371
371
  transition: 0.3s;
372
372
 
@@ -417,7 +417,7 @@
417
417
  border-radius: 4px;
418
418
  border: 1px solid $color-border-dark;
419
419
  padding: 8px 15px;
420
- font-size: 13px;
420
+ font-size: 1rem;
421
421
 
422
422
  &:hover {
423
423
  border-color: $ac-primary;
@@ -445,7 +445,7 @@
445
445
  padding-left: 30px;
446
446
  }
447
447
 
448
- transition: background-color 0.3s ease-in-out;
448
+ transition: background-color 0.1s ease-in-out;
449
449
  }
450
450
 
451
451
  .ac-card {
@@ -459,7 +459,7 @@
459
459
 
460
460
  b.isRequired {
461
461
  color: $danger;
462
- font-size: 13px;
462
+ font-size: 1rem;
463
463
  position: absolute;
464
464
  right: 5px;
465
465
  z-index: 9;
@@ -14,6 +14,7 @@
14
14
  z-index: 99;
15
15
  background-color: #fff;
16
16
  padding: 20px;
17
+ border-bottom: 1px solid $color-border;
17
18
  // box-shadow: $ac-shadow-1;
18
19
  }
19
20
  }
@@ -32,29 +33,13 @@
32
33
  z-index: 9;
33
34
  width: calc(100% + 40px);
34
35
  margin-left: -20px;
35
- &:after {
36
- position: absolute;
37
- content: "";
38
- left: 0;
39
- top: 0;
40
- width: 0px;
41
- height: 100%;
42
- border-radius: 4px 0 0 4px;
43
- background-color: $ac-primary;
44
- opacity: 0;
45
- visibility: hidden;
46
- transition: 0.2s ease-in-out;
47
- }
36
+ border-bottom: 1px solid $color-border;
37
+
48
38
  &.is-unread {
49
39
  background-color: $primary-light-gray;
50
40
  }
51
41
  &:hover {
52
- background-color: $primary-95;
53
- &::after {
54
- opacity: 1;
55
- visibility: visible;
56
- width: 4px;
57
- }
42
+ background-color: hsla(var(--secondary-hue), 12%, 95%);
58
43
  }
59
44
  }
60
45