@appscode/design-system 1.1.0-beta.4 → 1.1.0-beta.40
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/base/utilities/_colors.scss +45 -114
- package/base/utilities/_global.scss +18 -19
- package/base/utilities/_typography.scss +2 -2
- package/base/utilities/dark-theme.scss +2 -8
- package/components/_ac-alert-box.scss +2 -2
- package/components/_ac-code-highlight.scss +9 -12
- package/components/_ac-drag.scss +4 -4
- package/components/_ac-modal.scss +2 -2
- package/components/_ac-multi-select.scss +17 -17
- package/components/_ac-select-box.scss +5 -5
- package/components/_ac-table.scss +7 -7
- package/components/_ac-tabs.scss +29 -26
- package/components/_all.scss +6 -4
- package/components/_buttons.scss +10 -10
- package/components/_graph.scss +10 -10
- package/components/_image-upload.scss +4 -4
- package/components/_input-card.scss +232 -0
- package/components/_input.scss +947 -0
- package/components/_left-sidebar-menu.scss +9 -13
- package/components/_monaco-editor.scss +2 -2
- package/components/_navbar.scss +7 -7
- package/components/_nested-list.scss +2 -2
- package/components/_overview-info.scss +3 -3
- package/components/_pricing-table.scss +5 -5
- package/components/_progress-bar.scss +61 -74
- package/components/_subscription-card.scss +8 -10
- package/components/_table-of-content.scss +4 -4
- package/components/{_ac-terminal.scss → _terminal.scss} +59 -73
- package/components/_widget-menu.scss +7 -12
- package/components/_wizard.scss +518 -793
- package/components/bbum/_information-center.scss +8 -10
- package/components/bbum/_mobile-desktop.scss +9 -14
- package/components/bbum/_single-post-preview.scss +9 -9
- package/components/ui-builder/_ui-builder.scss +193 -11
- package/components/ui-builder/_vue-open-api.scss +59 -13
- package/layouts/_code-preview.scss +6 -7
- package/main.scss +3 -3
- package/package.json +1 -1
- package/vue-components/types/importFlow.ts +16 -0
- package/vue-components/v2/banner/Banner.vue +1 -1
- package/vue-components/v2/editor/FilteredFileEditor.vue +2 -2
- package/vue-components/v2/modal/Modal.vue +1 -1
- package/vue-components/v2/pagination/Pagination.vue +1 -0
- package/vue-components/v3/alert/Alert.vue +2 -2
- package/vue-components/v3/banner/Banner.vue +2 -2
- package/vue-components/v3/breadcrumbs/Breadcrumb.vue +4 -2
- package/vue-components/v3/button/Button.vue +33 -11
- package/vue-components/v3/cards/Cluster.vue +3 -0
- package/vue-components/v3/cards/Vendor.vue +1 -1
- package/vue-components/v3/content/ContentTable.vue +1 -1
- package/vue-components/v3/editor/FilteredFileEditor.vue +5 -1
- package/vue-components/v3/footer/Info.vue +10 -8
- package/vue-components/v3/footer/Status.vue +21 -23
- package/vue-components/v3/footer/Usage.vue +20 -30
- package/vue-components/v3/form/Form.vue +0 -3
- package/vue-components/v3/form-fields/AcSingleInput.vue +8 -0
- package/vue-components/v3/header/Header.vue +2 -2
- package/vue-components/v3/long-running-tasks/LongRunningTaskItem.vue +7 -7
- package/vue-components/v3/modal/Modal.vue +1 -1
- package/vue-components/v3/modals/LongRunningTasksModal.vue +5 -5
- package/vue-components/v3/navbar/Navbar.vue +3 -1
- package/vue-components/v3/navbar/NavbarItemContent.vue +1 -1
- package/vue-components/v3/navbar/User.vue +4 -4
- package/vue-components/v3/notification/AlertBox.vue +233 -3
- package/vue-components/v3/option-dots/Options.vue +3 -2
- package/vue-components/v3/pagination/Pagination.vue +2 -1
- package/vue-components/v3/preloader/Preloader.vue +1 -1
- package/vue-components/v3/sidebar/ClusterSwitcher.vue +31 -27
- package/vue-components/v3/sidebar/Sidebar.vue +3 -30
- package/vue-components/v3/sidebar/SidebarFooter.vue +5 -2
- package/vue-components/v3/sidebar/Steps.vue +55 -51
- package/vue-components/v3/sidebar/sidebar-tabs/SidebarTabs.vue +78 -2
- package/vue-components/v3/sidebar/sidebar-tabs/SidebarTabsLayout.vue +12 -3
- package/vue-components/v3/table/InfoTable.vue +6 -4
- package/vue-components/v3/table/Table.vue +16 -16
- package/vue-components/v3/table/TableRow.vue +2 -2
- package/components/_ac-card.scss +0 -0
- package/components/_ac-input.scss +0 -394
- /package/components/{_ac-accordion.scss → _accordion.scss} +0 -0
- /package/components/{_ac-report.scss → _report.scss} +0 -0
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
// height: calc(100vh - 80px);
|
|
99
99
|
// overflow-y: auto;
|
|
100
100
|
// padding-top: 4px;
|
|
101
|
-
// scrollbar-color: $white-100
|
|
101
|
+
// scrollbar-color: $white-100 transparent;
|
|
102
102
|
|
|
103
103
|
// /* width */
|
|
104
104
|
// &::-webkit-scrollbar {
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
|
|
258
258
|
// // &:active {
|
|
259
259
|
// // i.fa {
|
|
260
|
-
// // background-color: $
|
|
260
|
+
// // background-color: $primary-90;
|
|
261
261
|
// // width: 25px;
|
|
262
262
|
// // height: 25px;
|
|
263
263
|
// // text-align: center;
|
|
@@ -313,7 +313,7 @@
|
|
|
313
313
|
// }
|
|
314
314
|
|
|
315
315
|
// .multiselect__input {
|
|
316
|
-
// background-color:
|
|
316
|
+
// background-color: transparent-light-gray !important;
|
|
317
317
|
// top: 13px;
|
|
318
318
|
|
|
319
319
|
// &::placeholder {
|
|
@@ -324,7 +324,7 @@
|
|
|
324
324
|
// }
|
|
325
325
|
|
|
326
326
|
// .multiselect__single {
|
|
327
|
-
// background-color:
|
|
327
|
+
// background-color: transparent-light-gray !important;
|
|
328
328
|
// top: 14px !important;
|
|
329
329
|
|
|
330
330
|
// img {
|
|
@@ -452,7 +452,7 @@ Responsive Classes
|
|
|
452
452
|
// ul {
|
|
453
453
|
// max-height: 0;
|
|
454
454
|
// transition: max-height 0.2s ease-out;
|
|
455
|
-
// background-color:
|
|
455
|
+
// background-color: transparent;
|
|
456
456
|
|
|
457
457
|
// li {
|
|
458
458
|
// a {
|
|
@@ -470,17 +470,13 @@ Responsive Classes
|
|
|
470
470
|
}
|
|
471
471
|
|
|
472
472
|
// Small devices (landscape phones, 576px and up)
|
|
473
|
-
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
474
|
-
}
|
|
473
|
+
@media (min-width: 576px) and (max-width: 767.98px) {}
|
|
475
474
|
|
|
476
475
|
// Medium devices (tablets, 768px and up)
|
|
477
|
-
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
478
|
-
}
|
|
476
|
+
@media (min-width: 768px) and (max-width: 991.98px) {}
|
|
479
477
|
|
|
480
478
|
// Large devices (desktops, 992px and up)
|
|
481
|
-
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
482
|
-
}
|
|
479
|
+
@media (min-width: 992px) and (max-width: 1199.98px) {}
|
|
483
480
|
|
|
484
481
|
// Extra large devices (large desktops, 1200px and up)
|
|
485
|
-
@media (min-width: 1200px) {
|
|
486
|
-
}
|
|
482
|
+
@media (min-width: 1200px) {}
|
package/components/_navbar.scss
CHANGED
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
// padding-left: 15px;
|
|
89
89
|
|
|
90
90
|
// &::placeholder {
|
|
91
|
-
// color: $
|
|
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: $
|
|
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: $
|
|
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:
|
|
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: $
|
|
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: $
|
|
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: $
|
|
556
|
+
// color: $primary-10;
|
|
557
557
|
|
|
558
558
|
// &.is-success {
|
|
559
559
|
// color: $success;
|
|
@@ -58,13 +58,13 @@
|
|
|
58
58
|
|
|
59
59
|
p {
|
|
60
60
|
font-size: 16px;
|
|
61
|
-
color: $
|
|
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: $
|
|
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: $
|
|
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: $
|
|
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: $
|
|
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: $
|
|
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
|
+
}
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
.progress-tooltip-info {
|
|
16
16
|
align-items: center;
|
|
17
17
|
background-color: $black-60;
|
|
18
|
-
border: 1px solid $
|
|
18
|
+
border: 1px solid $primary-10;
|
|
19
19
|
border-radius: 10px;
|
|
20
|
-
box-shadow: 0 0 2px $
|
|
20
|
+
box-shadow: 0 0 2px $primary-10;
|
|
21
21
|
color: $primary;
|
|
22
22
|
display: inline-flex;
|
|
23
23
|
font-family: sans-serif;
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
left: 50%;
|
|
42
42
|
transform: translateX(-50%);
|
|
43
43
|
border-width: 8px;
|
|
44
|
-
border-top-color: $
|
|
44
|
+
border-top-color: $primary-10;
|
|
45
45
|
bottom: -16px;
|
|
46
46
|
left: 50%;
|
|
47
47
|
}
|
|
@@ -75,64 +75,56 @@
|
|
|
75
75
|
|
|
76
76
|
&::-webkit-progress-bar {
|
|
77
77
|
background-color: #5e9cd1;
|
|
78
|
-
background-image: linear-gradient(
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
transparent
|
|
87
|
-
);
|
|
78
|
+
background-image: linear-gradient(45deg,
|
|
79
|
+
rgba(255, 255, 255, 0.15) 25%,
|
|
80
|
+
transparent 25%,
|
|
81
|
+
transparent 50%,
|
|
82
|
+
rgba(255, 255, 255, 0.15) 50%,
|
|
83
|
+
rgba(255, 255, 255, 0.15) 75%,
|
|
84
|
+
transparent 75%,
|
|
85
|
+
transparent);
|
|
88
86
|
background-size: 10px 10px;
|
|
89
87
|
}
|
|
90
88
|
|
|
91
89
|
&::-webkit-progress-value {
|
|
92
90
|
border-radius: 5px;
|
|
93
91
|
background-color: $primary;
|
|
94
|
-
background-image: linear-gradient(
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
transparent
|
|
103
|
-
);
|
|
92
|
+
background-image: linear-gradient(45deg,
|
|
93
|
+
rgba(255, 255, 255, 0.15) 25%,
|
|
94
|
+
transparent 25%,
|
|
95
|
+
transparent 50%,
|
|
96
|
+
rgba(255, 255, 255, 0.15) 50%,
|
|
97
|
+
rgba(255, 255, 255, 0.15) 75%,
|
|
98
|
+
transparent 75%,
|
|
99
|
+
transparent);
|
|
104
100
|
background-size: 10px 10px;
|
|
105
101
|
}
|
|
106
102
|
|
|
107
103
|
&::-moz-progress-bar {
|
|
108
104
|
border-radius: 5px;
|
|
109
105
|
background-color: $primary;
|
|
110
|
-
background-image: linear-gradient(
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
transparent
|
|
119
|
-
);
|
|
106
|
+
background-image: linear-gradient(45deg,
|
|
107
|
+
rgba(255, 255, 255, 0.15) 25%,
|
|
108
|
+
transparent 25%,
|
|
109
|
+
transparent 50%,
|
|
110
|
+
rgba(255, 255, 255, 0.15) 50%,
|
|
111
|
+
rgba(255, 255, 255, 0.15) 75%,
|
|
112
|
+
transparent 75%,
|
|
113
|
+
transparent);
|
|
120
114
|
background-size: 10px 10px;
|
|
121
115
|
}
|
|
122
116
|
|
|
123
117
|
&::-ms-fill {
|
|
124
118
|
border-radius: 5px;
|
|
125
119
|
background-color: $primary;
|
|
126
|
-
background-image: linear-gradient(
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
transparent
|
|
135
|
-
);
|
|
120
|
+
background-image: linear-gradient(45deg,
|
|
121
|
+
rgba(255, 255, 255, 0.15) 25%,
|
|
122
|
+
transparent 25%,
|
|
123
|
+
transparent 50%,
|
|
124
|
+
rgba(255, 255, 255, 0.15) 50%,
|
|
125
|
+
rgba(255, 255, 255, 0.15) 75%,
|
|
126
|
+
transparent 75%,
|
|
127
|
+
transparent);
|
|
136
128
|
background-size: 10px 10px;
|
|
137
129
|
border: none;
|
|
138
130
|
}
|
|
@@ -149,46 +141,40 @@
|
|
|
149
141
|
background-size: 150% 150%;
|
|
150
142
|
|
|
151
143
|
&::-webkit-progress-value {
|
|
152
|
-
background-image: linear-gradient(
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
transparent
|
|
161
|
-
);
|
|
144
|
+
background-image: linear-gradient(45deg,
|
|
145
|
+
rgba(255, 255, 255, 0.15) 25%,
|
|
146
|
+
transparent 25%,
|
|
147
|
+
transparent 50%,
|
|
148
|
+
rgba(255, 255, 255, 0.15) 50%,
|
|
149
|
+
rgba(255, 255, 255, 0.15) 75%,
|
|
150
|
+
transparent 75%,
|
|
151
|
+
transparent);
|
|
162
152
|
background-size: 10px 10px;
|
|
163
153
|
}
|
|
164
154
|
|
|
165
155
|
&::-webkit-progress-bar {
|
|
166
156
|
background-color: transparent;
|
|
167
|
-
background-image: linear-gradient(
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
transparent
|
|
176
|
-
);
|
|
157
|
+
background-image: linear-gradient(45deg,
|
|
158
|
+
rgba(255, 255, 255, 0.15) 25%,
|
|
159
|
+
transparent 25%,
|
|
160
|
+
transparent 50%,
|
|
161
|
+
rgba(255, 255, 255, 0.15) 50%,
|
|
162
|
+
rgba(255, 255, 255, 0.15) 75%,
|
|
163
|
+
transparent 75%,
|
|
164
|
+
transparent);
|
|
177
165
|
background-size: 10px 10px;
|
|
178
166
|
}
|
|
179
167
|
|
|
180
168
|
&::-moz-progress-bar {
|
|
181
169
|
background-color: transparent;
|
|
182
|
-
background-image: linear-gradient(
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
transparent
|
|
191
|
-
);
|
|
170
|
+
background-image: linear-gradient(45deg,
|
|
171
|
+
rgba(255, 255, 255, 0.15) 25%,
|
|
172
|
+
transparent 25%,
|
|
173
|
+
transparent 50%,
|
|
174
|
+
rgba(255, 255, 255, 0.15) 50%,
|
|
175
|
+
rgba(255, 255, 255, 0.15) 75%,
|
|
176
|
+
transparent 75%,
|
|
177
|
+
transparent);
|
|
192
178
|
background-size: 10px 10px;
|
|
193
179
|
}
|
|
194
180
|
}
|
|
@@ -203,6 +189,7 @@
|
|
|
203
189
|
color: $primary-20;
|
|
204
190
|
margin-bottom: 5px;
|
|
205
191
|
}
|
|
192
|
+
|
|
206
193
|
.progress-line {
|
|
207
194
|
-moz-appearance: none;
|
|
208
195
|
-webkit-appearance: none;
|
|
@@ -240,4 +227,4 @@
|
|
|
240
227
|
border: none;
|
|
241
228
|
}
|
|
242
229
|
}
|
|
243
|
-
}
|
|
230
|
+
}
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
font-weight: 600;
|
|
56
56
|
font-size: 14px;
|
|
57
57
|
line-height: 16px;
|
|
58
|
-
color: $
|
|
58
|
+
color: $primary-20;
|
|
59
59
|
margin-bottom: 10px;
|
|
60
60
|
}
|
|
61
61
|
}
|
|
@@ -127,25 +127,22 @@
|
|
|
127
127
|
background-color: var(--dark-bg-light);
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
|
+
|
|
130
131
|
// dark theme end
|
|
131
132
|
/****************************************
|
|
132
133
|
Responsive Classes
|
|
133
134
|
*****************************************/
|
|
134
135
|
// Extra small devices (portrait phones, less than 576px)
|
|
135
|
-
@media (max-width: 575.98px) {
|
|
136
|
-
}
|
|
136
|
+
@media (max-width: 575.98px) {}
|
|
137
137
|
|
|
138
138
|
// Small devices (landscape phones, 576px and up)
|
|
139
|
-
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
140
|
-
}
|
|
139
|
+
@media (min-width: 576px) and (max-width: 767.98px) {}
|
|
141
140
|
|
|
142
141
|
// Medium devices (tablets, 768px and up)
|
|
143
|
-
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
144
|
-
}
|
|
142
|
+
@media (min-width: 768px) and (max-width: 991.98px) {}
|
|
145
143
|
|
|
146
144
|
// Large devices (desktops, 992px and up)
|
|
147
|
-
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
148
|
-
}
|
|
145
|
+
@media (min-width: 992px) and (max-width: 1199.98px) {}
|
|
149
146
|
|
|
150
147
|
// Extra large devices (large desktops, 1200px and up)
|
|
151
148
|
@media (min-width: 1200px) {
|
|
@@ -158,6 +155,7 @@ Responsive Classes
|
|
|
158
155
|
}
|
|
159
156
|
}
|
|
160
157
|
}
|
|
158
|
+
|
|
161
159
|
.card-footer {
|
|
162
160
|
.quantity {
|
|
163
161
|
font-size: 12px;
|
|
@@ -165,4 +163,4 @@ Responsive Classes
|
|
|
165
163
|
}
|
|
166
164
|
}
|
|
167
165
|
}
|
|
168
|
-
}
|
|
166
|
+
}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
font-size: 13px;
|
|
21
21
|
line-height: 16px;
|
|
22
22
|
cursor: pointer;
|
|
23
|
-
color: $
|
|
23
|
+
color: $primary-20;
|
|
24
24
|
|
|
25
25
|
span {
|
|
26
26
|
padding-left: 10px;
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
button {
|
|
31
|
-
color: $
|
|
31
|
+
color: $primary-20;
|
|
32
32
|
font-size: 13px;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
font-size: 13px;
|
|
49
49
|
line-height: 16px;
|
|
50
50
|
padding: 8px 0;
|
|
51
|
-
color: $
|
|
51
|
+
color: $primary-20;
|
|
52
52
|
|
|
53
53
|
img {
|
|
54
54
|
margin-left: 10px;
|
|
@@ -58,4 +58,4 @@
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
|
-
}
|
|
61
|
+
}
|