@appscode/design-system 2.0.5 → 2.0.6-alpha.2
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 +4 -4
- package/package.json +1 -1
- package/{base → vue-components/styles/base}/utilities/_grid.scss +1 -1
- package/vue-components/styles/components/_accordion.scss +117 -0
- package/vue-components/styles/components/_all.scss +16 -0
- package/vue-components/styles/components/_button.scss +59 -0
- package/vue-components/styles/components/_dropdown.scss +32 -0
- package/{components → vue-components/styles/components}/_input.scss +44 -23
- package/vue-components/styles/components/_left-sidebar.scss +201 -0
- package/vue-components/styles/components/_menu-content.scss +527 -0
- package/vue-components/styles/components/_modal.scss +216 -0
- package/vue-components/styles/components/_navbar.scss +73 -0
- package/vue-components/styles/components/_options.scss +134 -0
- package/vue-components/styles/components/_table.scss +430 -0
- package/vue-components/styles/components/_tabs.scss +338 -0
- package/{components → vue-components/styles/components}/ui-builder/_ui-builder.scss +17 -17
- package/{components → vue-components/styles/components}/ui-builder/_vue-open-api.scss +35 -35
- package/vue-components/v3/accordion/Accordion.vue +1 -117
- package/vue-components/v3/button/Button.vue +2 -59
- package/vue-components/v3/content/ContentHeader.vue +1 -1
- package/vue-components/v3/content/ContentLayout.vue +1 -1
- package/vue-components/v3/dropdown/DropdownAction.vue +1 -32
- package/vue-components/v3/form-fields/AcSingleInput.vue +3 -1
- package/vue-components/v3/modal/Modal.vue +1 -216
- package/vue-components/v3/navbar/Appdrawer.vue +1 -121
- package/vue-components/v3/navbar/Navbar.vue +1 -93
- package/vue-components/v3/navbar/NavbarItem.vue +0 -65
- package/vue-components/v3/navbar/NavbarItemContent.vue +0 -275
- package/vue-components/v3/navbar/User.vue +5 -170
- package/vue-components/v3/option-dots/Options.vue +1 -144
- package/vue-components/v3/sidebar/Sidebar.vue +1 -201
- package/vue-components/v3/sidebar/SidebarItem.vue +1 -1
- package/vue-components/v3/tab/Tabs.vue +1 -24
- package/vue-components/v3/table/Table.vue +1 -453
- package/components/_ac-modal.scss +0 -212
- package/components/_ac-options.scss +0 -122
- package/components/_ac-table.scss +0 -503
- package/components/_ac-tabs.scss +0 -313
- package/components/_accordion.scss +0 -117
- package/components/_all.scss +0 -35
- package/components/_left-sidebar-menu.scss +0 -482
- package/components/_navbar.scss +0 -786
- /package/{base → vue-components/styles/base}/_video-player.scss +0 -0
- /package/{base → vue-components/styles/base}/utilities/_all.scss +0 -0
- /package/{base → vue-components/styles/base}/utilities/_colors.scss +0 -0
- /package/{base → vue-components/styles/base}/utilities/_customize-bulma.scss +0 -0
- /package/{base → vue-components/styles/base}/utilities/_extended.scss +0 -0
- /package/{base → vue-components/styles/base}/utilities/_global.scss +0 -0
- /package/{base → vue-components/styles/base}/utilities/_layouts.scss +0 -0
- /package/{base → vue-components/styles/base}/utilities/_mixin.scss +0 -0
- /package/{base → vue-components/styles/base}/utilities/_spacing.scss +0 -0
- /package/{base → vue-components/styles/base}/utilities/_typography.scss +0 -0
- /package/{components → vue-components/styles/components}/_ac-alert-box.scss +0 -0
- /package/{components → vue-components/styles/components}/_ac-calendar.scss +0 -0
- /package/{components → vue-components/styles/components}/_ac-code-highlight.scss +0 -0
- /package/{components → vue-components/styles/components}/_ac-content-layout.scss +0 -0
- /package/{components → vue-components/styles/components}/_ac-drag.scss +0 -0
- /package/{components → vue-components/styles/components}/_ac-select-box.scss +0 -0
- /package/{components → vue-components/styles/components}/_ac-tags.scss +0 -0
- /package/{components → vue-components/styles/components}/_add-card.scss +0 -0
- /package/{components → vue-components/styles/components}/_app-drawer.scss +0 -0
- /package/{components → vue-components/styles/components}/_breadcumb.scss +0 -0
- /package/{components → vue-components/styles/components}/_buttons.scss +0 -0
- /package/{components → vue-components/styles/components}/_card-body-wrapper.scss +0 -0
- /package/{components → vue-components/styles/components}/_dashboard-header.scss +0 -0
- /package/{components → vue-components/styles/components}/_direct-deploy.scss +0 -0
- /package/{components → vue-components/styles/components}/_getkeeper.scss +0 -0
- /package/{components → vue-components/styles/components}/_go-to-top.scss +0 -0
- /package/{components → vue-components/styles/components}/_graph.scss +0 -0
- /package/{components → vue-components/styles/components}/_image-upload.scss +0 -0
- /package/{components → vue-components/styles/components}/_input-card.scss +0 -0
- /package/{components → vue-components/styles/components}/_monaco-editor.scss +0 -0
- /package/{components → vue-components/styles/components}/_multi-select.scss +0 -0
- /package/{components → vue-components/styles/components}/_nested-list.scss +0 -0
- /package/{components → vue-components/styles/components}/_overview-info.scss +0 -0
- /package/{components → vue-components/styles/components}/_overview-page.scss +0 -0
- /package/{components → vue-components/styles/components}/_pagination.scss +0 -0
- /package/{components → vue-components/styles/components}/_payment-card.scss +0 -0
- /package/{components → vue-components/styles/components}/_preloader.scss +0 -0
- /package/{components → vue-components/styles/components}/_preview-modal.scss +0 -0
- /package/{components → vue-components/styles/components}/_pricing-table.scss +0 -0
- /package/{components → vue-components/styles/components}/_progress-bar.scss +0 -0
- /package/{components → vue-components/styles/components}/_report.scss +0 -0
- /package/{components → vue-components/styles/components}/_subscription-card.scss +0 -0
- /package/{components → vue-components/styles/components}/_table-of-content.scss +0 -0
- /package/{components → vue-components/styles/components}/_terminal.scss +0 -0
- /package/{components → vue-components/styles/components}/_tfa.scss +0 -0
- /package/{components → vue-components/styles/components}/_transitions.scss +0 -0
- /package/{components → vue-components/styles/components}/_widget-menu.scss +0 -0
- /package/{components → vue-components/styles/components}/_wizard.scss +0 -0
- /package/{components → vue-components/styles/components}/ac-toaster/_ac-toasted.scss +0 -0
- /package/{components → vue-components/styles/components}/bbum/_activities-header.scss +0 -0
- /package/{components → vue-components/styles/components}/bbum/_all.scss +0 -0
- /package/{components → vue-components/styles/components}/bbum/_card-team.scss +0 -0
- /package/{components → vue-components/styles/components}/bbum/_information-center.scss +0 -0
- /package/{components → vue-components/styles/components}/bbum/_left-sidebar.scss +0 -0
- /package/{components → vue-components/styles/components}/bbum/_mobile-desktop.scss +0 -0
- /package/{components → vue-components/styles/components}/bbum/_post.scss +0 -0
- /package/{components → vue-components/styles/components}/bbum/_sign-up-notification.scss +0 -0
- /package/{components → vue-components/styles/components}/bbum/_single-post-preview.scss +0 -0
- /package/{components → vue-components/styles/components}/bbum/_user-profile.scss +0 -0
- /package/{layouts → vue-components/styles/layouts}/_404.scss +0 -0
- /package/{layouts → vue-components/styles/layouts}/_all.scss +0 -0
- /package/{layouts → vue-components/styles/layouts}/_code-preview.scss +0 -0
|
@@ -35,205 +35,5 @@ withDefaults(defineProps<Props>(), {
|
|
|
35
35
|
</template>
|
|
36
36
|
|
|
37
37
|
<style lang="scss">
|
|
38
|
-
|
|
39
|
-
position: fixed;
|
|
40
|
-
top: 0px;
|
|
41
|
-
z-index: 9999;
|
|
42
|
-
background-color: $primary-20;
|
|
43
|
-
width: 250px;
|
|
44
|
-
transition: 0.3s ease-in-out;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.ac-left-sidebar {
|
|
48
|
-
.menu-list {
|
|
49
|
-
&.ac-menu-list {
|
|
50
|
-
height: calc(100vh - 80px);
|
|
51
|
-
overflow-y: auto;
|
|
52
|
-
padding-top: 4px;
|
|
53
|
-
scrollbar-color: $white-100 transparent;
|
|
54
|
-
|
|
55
|
-
/* width */
|
|
56
|
-
&::-webkit-scrollbar {
|
|
57
|
-
display: none;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
&::-webkit-scrollbar {
|
|
61
|
-
display: none;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
li {
|
|
65
|
-
&.is-open {
|
|
66
|
-
a {
|
|
67
|
-
&.ac-dropdown-button {
|
|
68
|
-
.ac-arrow-down {
|
|
69
|
-
transform: rotate(-180deg);
|
|
70
|
-
transform-origin: 5px;
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
ul {
|
|
76
|
-
li {
|
|
77
|
-
a {
|
|
78
|
-
strong {
|
|
79
|
-
font-weight: 500;
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
a {
|
|
87
|
-
font-style: normal;
|
|
88
|
-
font-weight: 500;
|
|
89
|
-
font-size: 13px;
|
|
90
|
-
line-height: 16px;
|
|
91
|
-
color: $primary-97;
|
|
92
|
-
position: relative;
|
|
93
|
-
z-index: 1;
|
|
94
|
-
padding: 10px 15px 10px 24px;
|
|
95
|
-
transition: 0.3s ease-in-out;
|
|
96
|
-
display: flex;
|
|
97
|
-
align-items: center;
|
|
98
|
-
|
|
99
|
-
&:after {
|
|
100
|
-
position: absolute;
|
|
101
|
-
content: "";
|
|
102
|
-
left: 10px;
|
|
103
|
-
top: 0;
|
|
104
|
-
width: calc(100% - 20px);
|
|
105
|
-
height: 100%;
|
|
106
|
-
background: $primary;
|
|
107
|
-
border-radius: 4px;
|
|
108
|
-
z-index: -1;
|
|
109
|
-
transition: 0.3s ease-in-out;
|
|
110
|
-
opacity: 0;
|
|
111
|
-
visibility: hidden;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
strong {
|
|
115
|
-
max-width: calc(100% - 65px);
|
|
116
|
-
// line-break: anywhere;
|
|
117
|
-
white-space: break-spaces;
|
|
118
|
-
display: flex;
|
|
119
|
-
align-items: center;
|
|
120
|
-
overflow: hidden;
|
|
121
|
-
font-weight: 500;
|
|
122
|
-
transition: 0.3s ease-in-out;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
&.ac-dropdown-button {
|
|
126
|
-
user-select: none;
|
|
127
|
-
|
|
128
|
-
.ac-arrow-down {
|
|
129
|
-
position: absolute;
|
|
130
|
-
margin-right: 0;
|
|
131
|
-
right: 20px;
|
|
132
|
-
transition: transform 0.3s;
|
|
133
|
-
transform-origin: 4px;
|
|
134
|
-
color: $black-70;
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
&:hover {
|
|
139
|
-
background-color: transparent;
|
|
140
|
-
|
|
141
|
-
&:after {
|
|
142
|
-
color: $primary;
|
|
143
|
-
opacity: 0.2;
|
|
144
|
-
visibility: visible;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
span {
|
|
148
|
-
color: $primary-97;
|
|
149
|
-
|
|
150
|
-
img {
|
|
151
|
-
filter: brightness(10);
|
|
152
|
-
}
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
span {
|
|
157
|
-
margin-right: 12px;
|
|
158
|
-
width: 16px;
|
|
159
|
-
height: 16px;
|
|
160
|
-
color: $black-30;
|
|
161
|
-
font-size: 16px;
|
|
162
|
-
|
|
163
|
-
img {
|
|
164
|
-
width: 100%;
|
|
165
|
-
filter: brightness(10);
|
|
166
|
-
transition: 0.3s ease-in-out;
|
|
167
|
-
}
|
|
168
|
-
}
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
ul {
|
|
172
|
-
max-height: 0;
|
|
173
|
-
transition: max-height 0.2s ease-out;
|
|
174
|
-
margin: 0;
|
|
175
|
-
padding: 0;
|
|
176
|
-
border-left: none;
|
|
177
|
-
overflow: hidden;
|
|
178
|
-
|
|
179
|
-
li {
|
|
180
|
-
a {
|
|
181
|
-
padding-left: 52px;
|
|
182
|
-
font-size: 12px;
|
|
183
|
-
padding-top: 10px;
|
|
184
|
-
padding-bottom: 10px;
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
a {
|
|
191
|
-
&.is-active {
|
|
192
|
-
background-color: transparent;
|
|
193
|
-
&::after {
|
|
194
|
-
opacity: 1 !important;
|
|
195
|
-
visibility: visible !important;
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
.sidebar-collapsed:not(.is-hoverable) {
|
|
203
|
-
.ac-left-sidebar-wrapper {
|
|
204
|
-
width: 60px;
|
|
205
|
-
.ac-left-sidebar {
|
|
206
|
-
.menu-list {
|
|
207
|
-
&.ac-menu-list {
|
|
208
|
-
li {
|
|
209
|
-
a {
|
|
210
|
-
padding: 10px 15px;
|
|
211
|
-
display: flex;
|
|
212
|
-
align-items: center;
|
|
213
|
-
justify-content: center;
|
|
214
|
-
|
|
215
|
-
span {
|
|
216
|
-
margin: 0;
|
|
217
|
-
}
|
|
218
|
-
strong {
|
|
219
|
-
opacity: 0;
|
|
220
|
-
visibility: hidden;
|
|
221
|
-
}
|
|
222
|
-
}
|
|
223
|
-
ul {
|
|
224
|
-
li {
|
|
225
|
-
a {
|
|
226
|
-
padding-left: 15px;
|
|
227
|
-
display: flex;
|
|
228
|
-
justify-content: center;
|
|
229
|
-
align-items: center;
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
}
|
|
235
|
-
}
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
|
-
}
|
|
38
|
+
@import "../../../vue-components/styles/components/left-sidebar";
|
|
239
39
|
</style>
|
|
@@ -9,28 +9,5 @@
|
|
|
9
9
|
</template>
|
|
10
10
|
|
|
11
11
|
<style lang="scss">
|
|
12
|
-
|
|
13
|
-
&.ac-tabs {
|
|
14
|
-
ul {
|
|
15
|
-
border-color: $primary-90;
|
|
16
|
-
}
|
|
17
|
-
a {
|
|
18
|
-
padding: 8px 20px;
|
|
19
|
-
color: $primary-10;
|
|
20
|
-
font-weight: 500;
|
|
21
|
-
color: $black-40;
|
|
22
|
-
&:hover {
|
|
23
|
-
border-bottom-color: $black-40;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
li {
|
|
27
|
-
&.is-active {
|
|
28
|
-
a {
|
|
29
|
-
border-bottom-color: $primary;
|
|
30
|
-
color: $primary;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
}
|
|
12
|
+
@import "../../../vue-components/styles/components/tabs";
|
|
36
13
|
</style>
|
|
@@ -260,457 +260,5 @@ onUpdated(() => {
|
|
|
260
260
|
</template>
|
|
261
261
|
|
|
262
262
|
<style lang="scss">
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
// GENERAL TABLE START
|
|
266
|
-
.table.ac-table {
|
|
267
|
-
background-color: transparent;
|
|
268
|
-
margin-bottom: 0;
|
|
269
|
-
|
|
270
|
-
thead {
|
|
271
|
-
background-color: $primary-95;
|
|
272
|
-
font-size: 13px;
|
|
273
|
-
line-height: initial;
|
|
274
|
-
|
|
275
|
-
tr {
|
|
276
|
-
border-bottom: 1px solid $primary-95;
|
|
277
|
-
|
|
278
|
-
th {
|
|
279
|
-
padding: 10px 20px;
|
|
280
|
-
color: $primary-5;
|
|
281
|
-
border: none;
|
|
282
|
-
font-weight: 500;
|
|
283
|
-
// background-color: $primary-97;
|
|
284
|
-
// text-transform: uppercase;
|
|
285
|
-
font-weight: 500;
|
|
286
|
-
|
|
287
|
-
&.sorting {
|
|
288
|
-
cursor: pointer;
|
|
289
|
-
position: relative;
|
|
290
|
-
|
|
291
|
-
&.sorting-asc {
|
|
292
|
-
&::before {
|
|
293
|
-
color: $primary-5;
|
|
294
|
-
}
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
&.sorting-desc {
|
|
298
|
-
&::after {
|
|
299
|
-
color: $primary-5;
|
|
300
|
-
}
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
&:after,
|
|
304
|
-
&::before {
|
|
305
|
-
position: absolute;
|
|
306
|
-
color: #808998;
|
|
307
|
-
top: 0.4em;
|
|
308
|
-
font-size: 13px;
|
|
309
|
-
font-weight: 1000;
|
|
310
|
-
display: block;
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
&:before {
|
|
314
|
-
right: 1em;
|
|
315
|
-
content: "\2191";
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
&:after {
|
|
319
|
-
right: 0.5em;
|
|
320
|
-
content: "\2193";
|
|
321
|
-
}
|
|
322
|
-
}
|
|
323
|
-
}
|
|
324
|
-
}
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
tbody {
|
|
328
|
-
&.is-selected {
|
|
329
|
-
transform: matrix(1, 0, 0, 1, 0, 0) !important;
|
|
330
|
-
box-shadow: inset 0 0 0 1px $primary;
|
|
331
|
-
border-radius: 4px;
|
|
332
|
-
border-bottom: none;
|
|
333
|
-
color: $black-5;
|
|
334
|
-
}
|
|
335
|
-
|
|
336
|
-
tr {
|
|
337
|
-
border-bottom: 1px solid $primary-90;
|
|
338
|
-
&.is-link {
|
|
339
|
-
cursor: pointer;
|
|
340
|
-
}
|
|
341
|
-
&.is-selected {
|
|
342
|
-
background-color: $primary-97 !important;
|
|
343
|
-
transform: matrix(1, 0, 0, 1, 0, 0) !important;
|
|
344
|
-
box-shadow: inset 0 0 0 1.2px $primary;
|
|
345
|
-
border-radius: 4px;
|
|
346
|
-
border-bottom: none;
|
|
347
|
-
color: $black-5;
|
|
348
|
-
transition: 0.3s ease-in-out;
|
|
349
|
-
.tag {
|
|
350
|
-
background-color: $primary-80;
|
|
351
|
-
}
|
|
352
|
-
&:hover {
|
|
353
|
-
background-color: $primary-95 !important;
|
|
354
|
-
transform: matrix(1, 0, 0, 1, 0, 0) !important;
|
|
355
|
-
box-shadow: inset 0 0 0 1.2px $primary !important;
|
|
356
|
-
}
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
&.is-hoverless {
|
|
360
|
-
box-shadow: none !important;
|
|
361
|
-
transform: none !important;
|
|
362
|
-
background-color: $white-100 !important;
|
|
363
|
-
}
|
|
364
|
-
td {
|
|
365
|
-
font-size: 13px;
|
|
366
|
-
padding: 5px 20px;
|
|
367
|
-
color: $primary-10;
|
|
368
|
-
border: none;
|
|
369
|
-
|
|
370
|
-
a:not(.tag a) {
|
|
371
|
-
color: $primary;
|
|
372
|
-
font-weight: 500 !important;
|
|
373
|
-
transition: 0.3s ease-in-out;
|
|
374
|
-
font-weight: 400;
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
.tags {
|
|
378
|
-
.tag {
|
|
379
|
-
a {
|
|
380
|
-
color: $primary;
|
|
381
|
-
transition: 0.3s ease-in-out;
|
|
382
|
-
font-weight: 500;
|
|
383
|
-
|
|
384
|
-
&:hover {
|
|
385
|
-
color: $primary-5;
|
|
386
|
-
}
|
|
387
|
-
}
|
|
388
|
-
}
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
&.is-danger {
|
|
392
|
-
color: $danger;
|
|
393
|
-
}
|
|
394
|
-
|
|
395
|
-
.image-with-status {
|
|
396
|
-
margin-right: 20px;
|
|
397
|
-
position: relative;
|
|
398
|
-
z-index: 1;
|
|
399
|
-
display: inline-flex;
|
|
400
|
-
|
|
401
|
-
&.is-danger {
|
|
402
|
-
background-color: $danger;
|
|
403
|
-
}
|
|
404
|
-
|
|
405
|
-
i.fa {
|
|
406
|
-
position: absolute;
|
|
407
|
-
background-color: $primary;
|
|
408
|
-
color: $white-100;
|
|
409
|
-
font-size: 11px;
|
|
410
|
-
width: 15px;
|
|
411
|
-
height: 15px;
|
|
412
|
-
text-align: center;
|
|
413
|
-
line-height: 15px;
|
|
414
|
-
border-radius: 50%;
|
|
415
|
-
right: -5px;
|
|
416
|
-
top: 5px;
|
|
417
|
-
|
|
418
|
-
&.fa-close {
|
|
419
|
-
background-color: $danger;
|
|
420
|
-
}
|
|
421
|
-
}
|
|
422
|
-
|
|
423
|
-
img {
|
|
424
|
-
width: 20px;
|
|
425
|
-
height: 20px;
|
|
426
|
-
object-fit: cover;
|
|
427
|
-
border-radius: 50%;
|
|
428
|
-
}
|
|
429
|
-
}
|
|
430
|
-
|
|
431
|
-
.collapsible-row {
|
|
432
|
-
max-height: 0;
|
|
433
|
-
overflow-y: hidden;
|
|
434
|
-
|
|
435
|
-
&.is-active {
|
|
436
|
-
max-height: 60vh;
|
|
437
|
-
overflow-y: overlay;
|
|
438
|
-
animation: expand 0.5s ease-in-out;
|
|
439
|
-
}
|
|
440
|
-
|
|
441
|
-
&.is-closed {
|
|
442
|
-
max-height: 0;
|
|
443
|
-
overflow-y: hidden;
|
|
444
|
-
animation: collapse 0.5s ease-in-out;
|
|
445
|
-
}
|
|
446
|
-
}
|
|
447
|
-
|
|
448
|
-
white-space: nowrap;
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
.options-items {
|
|
452
|
-
a:hover {
|
|
453
|
-
color: $white-100;
|
|
454
|
-
text-decoration: none;
|
|
455
|
-
}
|
|
456
|
-
}
|
|
457
|
-
|
|
458
|
-
transition: 0.3s ease-in-out;
|
|
459
|
-
}
|
|
460
|
-
}
|
|
461
|
-
|
|
462
|
-
.increase-width {
|
|
463
|
-
position: relative;
|
|
464
|
-
visibility: hidden;
|
|
465
|
-
width: 36px;
|
|
466
|
-
|
|
467
|
-
.increase-innner {
|
|
468
|
-
border-bottom: 1px solid $primary-90;
|
|
469
|
-
border-top: 1px solid $primary-90;
|
|
470
|
-
bottom: -1px;
|
|
471
|
-
left: 0;
|
|
472
|
-
position: absolute;
|
|
473
|
-
right: -451px;
|
|
474
|
-
top: -1px;
|
|
475
|
-
visibility: visible;
|
|
476
|
-
background-color: $primary-90;
|
|
477
|
-
}
|
|
478
|
-
}
|
|
479
|
-
|
|
480
|
-
td {
|
|
481
|
-
&.increase-width {
|
|
482
|
-
.increase-innner {
|
|
483
|
-
background-color: transparent;
|
|
484
|
-
}
|
|
485
|
-
}
|
|
486
|
-
}
|
|
487
|
-
|
|
488
|
-
&.is-bordered {
|
|
489
|
-
thead {
|
|
490
|
-
tr {
|
|
491
|
-
th {
|
|
492
|
-
border-top: 1px solid $primary-95;
|
|
493
|
-
border-bottom: 1px solid $primary-95;
|
|
494
|
-
border-right: 1px solid $primary-95;
|
|
495
|
-
background-color: $primary-97;
|
|
496
|
-
|
|
497
|
-
&:first-child {
|
|
498
|
-
border-left: 1px solid transparent;
|
|
499
|
-
}
|
|
500
|
-
&:last-child {
|
|
501
|
-
border-right: 1px solid transparent;
|
|
502
|
-
}
|
|
503
|
-
}
|
|
504
|
-
}
|
|
505
|
-
}
|
|
506
|
-
|
|
507
|
-
tbody {
|
|
508
|
-
tr {
|
|
509
|
-
&:hover {
|
|
510
|
-
box-shadow: none;
|
|
511
|
-
}
|
|
512
|
-
|
|
513
|
-
td {
|
|
514
|
-
font-size: 13px;
|
|
515
|
-
color: $primary-20;
|
|
516
|
-
background-color: transparent;
|
|
517
|
-
border-bottom: 1px solid $primary-95;
|
|
518
|
-
border-right: 1px solid $primary-95;
|
|
519
|
-
&:last-child {
|
|
520
|
-
border-right: 1px solid transparent;
|
|
521
|
-
}
|
|
522
|
-
&:first-child {
|
|
523
|
-
border-left: 1px solid transparent;
|
|
524
|
-
}
|
|
525
|
-
|
|
526
|
-
&:first-child {
|
|
527
|
-
color: $primary-5;
|
|
528
|
-
border-radius: 0;
|
|
529
|
-
}
|
|
530
|
-
|
|
531
|
-
&:last-child {
|
|
532
|
-
border-radius: 0;
|
|
533
|
-
}
|
|
534
|
-
|
|
535
|
-
.ac-single-checkbox {
|
|
536
|
-
.is-checkradio[type="checkbox"] {
|
|
537
|
-
&.ac-checkbox + label {
|
|
538
|
-
color: $primary-20;
|
|
539
|
-
|
|
540
|
-
&::before {
|
|
541
|
-
height: 16px;
|
|
542
|
-
width: 16px;
|
|
543
|
-
background-color: $primary-95;
|
|
544
|
-
}
|
|
545
|
-
|
|
546
|
-
&::after {
|
|
547
|
-
top: 6px;
|
|
548
|
-
left: 6px;
|
|
549
|
-
border-color: $black-80;
|
|
550
|
-
width: 0.3rem;
|
|
551
|
-
height: 0.5rem;
|
|
552
|
-
}
|
|
553
|
-
}
|
|
554
|
-
|
|
555
|
-
&:checked + label::before {
|
|
556
|
-
background-color: $primary;
|
|
557
|
-
border-color: $primary;
|
|
558
|
-
}
|
|
559
|
-
|
|
560
|
-
&:checked + label::after {
|
|
561
|
-
border-color: $primary-90;
|
|
562
|
-
}
|
|
563
|
-
}
|
|
564
|
-
}
|
|
565
|
-
|
|
566
|
-
.is-checkradio[type="checkbox"].ac-checkbox:checked + label::before {
|
|
567
|
-
background-color: $primary;
|
|
568
|
-
border-color: $primary;
|
|
569
|
-
}
|
|
570
|
-
|
|
571
|
-
.is-checkradio[type="checkbox"] + label::before,
|
|
572
|
-
.is-checkradio[type="checkbox"] + label:before {
|
|
573
|
-
top: 3px;
|
|
574
|
-
}
|
|
575
|
-
}
|
|
576
|
-
}
|
|
577
|
-
}
|
|
578
|
-
}
|
|
579
|
-
|
|
580
|
-
&.ac-separate-tr {
|
|
581
|
-
border-collapse: separate;
|
|
582
|
-
border-spacing: 0px 5px;
|
|
583
|
-
|
|
584
|
-
tbody {
|
|
585
|
-
tr {
|
|
586
|
-
background-color: transparent;
|
|
587
|
-
}
|
|
588
|
-
}
|
|
589
|
-
}
|
|
590
|
-
|
|
591
|
-
&.is-middle-aligned {
|
|
592
|
-
thead {
|
|
593
|
-
tr {
|
|
594
|
-
th {
|
|
595
|
-
vertical-align: middle;
|
|
596
|
-
}
|
|
597
|
-
}
|
|
598
|
-
}
|
|
599
|
-
|
|
600
|
-
tbody {
|
|
601
|
-
tr {
|
|
602
|
-
td {
|
|
603
|
-
vertical-align: middle;
|
|
604
|
-
}
|
|
605
|
-
}
|
|
606
|
-
}
|
|
607
|
-
}
|
|
608
|
-
|
|
609
|
-
&.is-dark {
|
|
610
|
-
thead {
|
|
611
|
-
background-color: $primary-5;
|
|
612
|
-
|
|
613
|
-
tr {
|
|
614
|
-
th {
|
|
615
|
-
color: $white-100;
|
|
616
|
-
}
|
|
617
|
-
}
|
|
618
|
-
}
|
|
619
|
-
|
|
620
|
-
tbody {
|
|
621
|
-
tr {
|
|
622
|
-
td {
|
|
623
|
-
color: $white-100;
|
|
624
|
-
}
|
|
625
|
-
|
|
626
|
-
&:nth-child(odd) {
|
|
627
|
-
background-color: $primary-20;
|
|
628
|
-
}
|
|
629
|
-
|
|
630
|
-
&:nth-child(even) {
|
|
631
|
-
background-color: $primary-5;
|
|
632
|
-
}
|
|
633
|
-
|
|
634
|
-
&:hover {
|
|
635
|
-
background-color: $primary;
|
|
636
|
-
|
|
637
|
-
td {
|
|
638
|
-
color: $white-100;
|
|
639
|
-
}
|
|
640
|
-
}
|
|
641
|
-
}
|
|
642
|
-
}
|
|
643
|
-
}
|
|
644
|
-
}
|
|
645
|
-
|
|
646
|
-
.table.ac-table tbody tr:hover td a:not(.tag a) {
|
|
647
|
-
text-decoration: underline;
|
|
648
|
-
color: $primary;
|
|
649
|
-
}
|
|
650
|
-
|
|
651
|
-
// table inner shadow
|
|
652
|
-
.table-inner-shadow {
|
|
653
|
-
border-radius: 0px;
|
|
654
|
-
background: $primary-90;
|
|
655
|
-
box-shadow: inset 5px 5px 10px #e3e6e9, inset -5px -5px 10px #ffffff;
|
|
656
|
-
}
|
|
657
|
-
|
|
658
|
-
@keyframes expand {
|
|
659
|
-
from {
|
|
660
|
-
max-height: 0;
|
|
661
|
-
overflow-y: hidden;
|
|
662
|
-
}
|
|
663
|
-
1% {
|
|
664
|
-
overflow-y: hidden;
|
|
665
|
-
}
|
|
666
|
-
99% {
|
|
667
|
-
overflow-y: hidden;
|
|
668
|
-
}
|
|
669
|
-
to {
|
|
670
|
-
max-height: 60vh;
|
|
671
|
-
overflow-y: overlay;
|
|
672
|
-
}
|
|
673
|
-
}
|
|
674
|
-
|
|
675
|
-
@keyframes collapse {
|
|
676
|
-
from {
|
|
677
|
-
max-height: 60vh;
|
|
678
|
-
overflow-y: overlay;
|
|
679
|
-
}
|
|
680
|
-
1% {
|
|
681
|
-
overflow-y: hidden;
|
|
682
|
-
}
|
|
683
|
-
99% {
|
|
684
|
-
overflow-y: hidden;
|
|
685
|
-
}
|
|
686
|
-
to {
|
|
687
|
-
max-height: 0;
|
|
688
|
-
overflow-y: hidden;
|
|
689
|
-
}
|
|
690
|
-
}
|
|
691
|
-
|
|
692
|
-
// GENERAL TABLE END
|
|
693
|
-
|
|
694
|
-
/****************************************
|
|
695
|
-
Responsive Classes
|
|
696
|
-
*****************************************/
|
|
697
|
-
// Extra small devices (portrait phones, less than 576px)
|
|
698
|
-
@media (max-width: 575.98px) {
|
|
699
|
-
}
|
|
700
|
-
|
|
701
|
-
// Small devices (landscape phones, 576px and up)
|
|
702
|
-
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
703
|
-
}
|
|
704
|
-
|
|
705
|
-
// Medium devices (tablets, 768px and up)
|
|
706
|
-
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
707
|
-
}
|
|
708
|
-
|
|
709
|
-
// Large devices (desktops, 992px and up)
|
|
710
|
-
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
711
|
-
}
|
|
712
|
-
|
|
713
|
-
// Extra large devices (large desktops, 1200px and up)
|
|
714
|
-
@media (min-width: 1200px) {
|
|
715
|
-
}
|
|
263
|
+
@import "../../../vue-components/styles/components/table";
|
|
716
264
|
</style>
|