@appscode/design-system 2.0.59 → 2.0.61
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/package.json +1 -1
- package/plugins/theme.js +2 -5
- package/plugins/time-convert.js +5 -9
- package/plugins/vue-toaster.js +2 -1
- package/vue-components/plugins/time-convert.js +2 -6
- package/vue-components/styles/base/utilities/_colors.scss +19 -25
- package/vue-components/styles/base/utilities/_generate-color-classes.scss +41 -233
- package/vue-components/styles/base/utilities/_global.scss +13 -14
- package/vue-components/styles/base/utilities/_layouts.scss +1 -2
- package/vue-components/styles/base/utilities/_mixin.scss +8 -46
- package/vue-components/styles/base/utilities/_root-variables.scss +1 -1
- package/vue-components/styles/base/utilities/_spacing.scss +1 -1
- package/vue-components/styles/base/utilities/_typography.scss +1 -1
- package/vue-components/styles/components/_ac-drag.scss +1 -1
- package/vue-components/styles/components/_accordion.scss +1 -1
- package/vue-components/styles/components/_badge-tags.scss +75 -0
- package/vue-components/styles/components/_card-body-wrapper.scss +1 -1
- package/vue-components/styles/components/_pagination.scss +2 -2
- package/vue-components/styles/components/_preview-modal.scss +3 -3
- package/vue-components/styles/components/_progress-bar.scss +3 -3
- package/vue-components/styles/components/_table.scss +3 -3
- package/vue-components/styles/components/_tabs.scss +2 -2
- package/vue-components/styles/components/_terminal.scss +3 -3
- package/vue-components/styles/components/_wizard.scss +3 -3
- package/vue-components/styles/components/ac-toaster/_ac-toasted.scss +10 -5
- package/vue-components/styles/components/alert/_alert.scss +2 -12
- package/vue-components/styles/components/alert/_toast.scss +1 -1
- package/vue-components/styles/components/bbum/_all.scss +1 -1
- package/vue-components/styles/components/bbum/_card-team.scss +1 -6
- package/vue-components/styles/components/bbum/_information-center.scss +4 -4
- package/vue-components/styles/components/bbum/_mobile-desktop.scss +10 -5
- package/vue-components/styles/components/bbum/_user-profile.scss +1 -1
- package/vue-components/styles/components/cards/_info.scss +1 -7
- package/vue-components/styles/components/editor/_filtered-file-editor.scss +3 -3
- package/vue-components/styles/components/editor/_monaco-editor.scss +1 -1
- package/vue-components/styles/components/form-fields/_input-card.scss +2 -2
- package/vue-components/styles/components/form-fields/_input.scss +3 -3
- package/vue-components/styles/components/navbar/_menu-content.scss +1 -2
- package/vue-components/styles/components/select-box/_ac-select-box.scss +2 -2
- package/vue-components/styles/components/select-box/_multi-select.scss +4 -9
- package/vue-components/styles/components/sidebar/_left-sidebar.scss +2 -2
- package/vue-components/styles/components/ui-builder/_ui-builder.scss +1 -1
- package/vue-components/styles/components/ui-builder/_vue-open-api.scss +5 -10
- package/vue-components/styles/layouts/_code-preview.scss +2 -2
- package/vue-components/v2/breadcrumbs/Breadcrumb.vue +14 -27
- package/vue-components/v2/button/Button.vue +2 -7
- package/vue-components/v2/button/DownloadBtn.vue +9 -9
- package/vue-components/v2/card/CardContent.vue +1 -1
- package/vue-components/v2/card/CardHeader.vue +2 -4
- package/vue-components/v2/card/PaymentCard.vue +1 -1
- package/vue-components/v2/card/PaymentCardOptionButtons.vue +1 -1
- package/vue-components/v2/card/PaymentCards.vue +15 -11
- package/vue-components/v2/content/ContentHeader.vue +6 -6
- package/vue-components/v2/editor/Editor.vue +2 -11
- package/vue-components/v2/editor/FilteredFileEditor.vue +5 -17
- package/vue-components/v2/editor/MonacoEditor.vue +5 -12
- package/vue-components/v2/editor/ResourceKeyValueEditor.vue +4 -14
- package/vue-components/v2/form/Form.vue +9 -12
- package/vue-components/v2/header/Header.vue +1 -4
- package/vue-components/v2/loaders/ResourceLoader.vue +5 -5
- package/vue-components/v2/loaders/SidebarLoader.vue +5 -5
- package/vue-components/v2/modal/Modal.vue +2 -7
- package/vue-components/v2/modals/DeleteConfirmationModal.vue +1 -6
- package/vue-components/v2/modals/JsonShowModal.vue +3 -15
- package/vue-components/v2/navbar/Appdrawer.vue +2 -10
- package/vue-components/v2/navbar/ThemeMode.vue +12 -18
- package/vue-components/v2/navbar/User.vue +19 -82
- package/vue-components/v2/notification/Notification.vue +3 -12
- package/vue-components/v2/notification/NotificationItem.vue +1 -3
- package/vue-components/v2/pagination/Pagination.vue +5 -26
- package/vue-components/v2/preloader/Preloader.vue +5 -5
- package/vue-components/v2/searchbars/SearchBar.vue +1 -7
- package/vue-components/v2/sidebar/ClusterSwitcher.vue +2 -2
- package/vue-components/v2/sidebar/SidebarItem.vue +2 -10
- package/vue-components/v2/sidebar/SidebarItemWithDropDown.vue +1 -2
- package/vue-components/v2/table/FakeTableCell.vue +1 -2
- package/vue-components/v2/table/InfoTable.vue +4 -10
- package/vue-components/v2/table/Table.vue +16 -64
- package/vue-components/v2/table/TableRow.vue +3 -15
- package/vue-components/v2/table/table-cell/ArrayCell.vue +3 -9
- package/vue-components/v2/table/table-cell/CellValue.vue +1 -2
- package/vue-components/v2/table/table-cell/GenericCell.vue +8 -8
- package/vue-components/v2/table/table-cell/ObjectCell.vue +2 -6
- package/vue-components/v2/table/table-cell/ValueWithModal.vue +1 -6
- package/vue-components/v3/accordion/Accordion.vue +6 -2
- package/vue-components/v3/alert/AlertMessage.vue +1 -5
- package/vue-components/v3/alert/Toast.vue +2 -5
- package/vue-components/v3/badge-tags/Badge.vue +24 -0
- package/vue-components/v3/badge-tags/Tag.vue +26 -0
- package/vue-components/v3/breadcrumbs/Breadcrumb.vue +6 -24
- package/vue-components/v3/button/Button.vue +2 -11
- package/vue-components/v3/cards/CardHeader.vue +1 -3
- package/vue-components/v3/cards/Cluster.vue +3 -9
- package/vue-components/v3/cards/Counter.vue +1 -4
- package/vue-components/v3/cards/FeatureCard.vue +1 -6
- package/vue-components/v3/cards/FeatureCards.vue +1 -5
- package/vue-components/v3/cards/InfoCard.vue +10 -30
- package/vue-components/v3/cards/Monitoring.vue +3 -15
- package/vue-components/v3/cards/OrgCard.vue +7 -26
- package/vue-components/v3/cards/OverviewCards.vue +1 -3
- package/vue-components/v3/cards/Payment.vue +1 -4
- package/vue-components/v3/content/ContentHeader.vue +1 -3
- package/vue-components/v3/content/ContentTable.vue +4 -16
- package/vue-components/v3/dropdown/DropdownAction.vue +1 -5
- package/vue-components/v3/editor/Editor.vue +33 -19
- package/vue-components/v3/editor/FilteredFileEditor.vue +29 -27
- package/vue-components/v3/editor/MonacoEditor.vue +7 -17
- package/vue-components/v3/editor/ResourceKeyValueEditor.vue +5 -17
- package/vue-components/v3/footer/Status.vue +5 -18
- package/vue-components/v3/footer/Usage.vue +1 -5
- package/vue-components/v3/form/Form.vue +1 -3
- package/vue-components/v3/form-fields/FileUpload.vue +3 -11
- package/vue-components/v3/form-fields/FileUploadSmall.vue +1 -3
- package/vue-components/v3/form-fields/Searchbar.vue +5 -21
- package/vue-components/v3/header/Header.vue +1 -4
- package/vue-components/v3/loaders/ClusterSwitcherLoader.vue +1 -6
- package/vue-components/v3/loaders/InfoCardLoader.vue +1 -6
- package/vue-components/v3/loaders/SingleInfoCardLoader.vue +1 -6
- package/vue-components/v3/messages/Message.vue +6 -4
- package/vue-components/v3/modal/Modal.vue +5 -19
- package/vue-components/v3/modals/DeleteConfirmationModal.vue +1 -6
- package/vue-components/v3/modals/JsonShowModal.vue +5 -17
- package/vue-components/v3/navbar/Appdrawer.vue +2 -10
- package/vue-components/v3/navbar/Navbar.vue +2 -10
- package/vue-components/v3/navbar/NavbarItem.vue +1 -5
- package/vue-components/v3/navbar/Notification.vue +7 -31
- package/vue-components/v3/navbar/ThemeMode.vue +5 -17
- package/vue-components/v3/navbar/User.vue +64 -67
- package/vue-components/v3/notification/AlertBox.vue +6 -20
- package/vue-components/v3/notification/Notification.vue +6 -25
- package/vue-components/v3/notification/NotificationItem.vue +3 -9
- package/vue-components/v3/pagination/Pagination.vue +7 -25
- package/vue-components/v3/searchbars/SearchBar.vue +3 -17
- package/vue-components/v3/sidebar/AccentColorPicker.vue +3 -12
- package/vue-components/v3/sidebar/SidebarFooter.vue +3 -17
- package/vue-components/v3/sidebar/SidebarHeader.vue +4 -28
- package/vue-components/v3/sidebar/SidebarItem.vue +3 -11
- package/vue-components/v3/sidebar/SidebarItemWithDropDown.vue +3 -7
- package/vue-components/v3/sidebar/Steps.vue +1 -2
- package/vue-components/v3/sidebar/sidebar-tabs/SidebarTabsLayout.vue +1 -4
- package/vue-components/v3/sidebar/sidebar-tabs/TabsContent.vue +34 -52
- package/vue-components/v3/steps/ColoredSteps.vue +75 -0
- package/vue-components/v3/table/InfoTable.vue +5 -17
- package/vue-components/v3/table/MultiInfoTable.vue +6 -20
- package/vue-components/v3/table/Table.vue +15 -63
- package/vue-components/v3/table/TableContainer.vue +1 -4
- package/vue-components/v3/table/TableRow.vue +5 -24
- package/vue-components/v3/table/table-cell/ArrayCell.vue +6 -20
- package/vue-components/v3/table/table-cell/CellValue.vue +3 -9
- package/vue-components/v3/table/table-cell/GenericCell.vue +2 -5
- package/vue-components/v3/table/table-cell/ObjectCell.vue +5 -17
- package/vue-components/v3/table/table-cell/ValueWithModal.vue +2 -9
- package/vue-components/styles/components/_ac-tags.scss +0 -116
- package/vue-components/v3/badge/Badge.vue +0 -3
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
@mixin badge($text-color, $bg-color, $text-dark, $bg-light) {
|
|
2
|
+
color: $text-color;
|
|
3
|
+
background-color: $bg-color;
|
|
4
|
+
.circle {
|
|
5
|
+
background-color: $text-color;
|
|
6
|
+
}
|
|
7
|
+
&.is-light {
|
|
8
|
+
background-color: $bg-light;
|
|
9
|
+
color: $text-dark;
|
|
10
|
+
.circle {
|
|
11
|
+
background-color: $bg-color;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
&.is-outlined {
|
|
15
|
+
background-color: transparent;
|
|
16
|
+
color: $bg-color;
|
|
17
|
+
border: 1px solid $bg-color;
|
|
18
|
+
.circle {
|
|
19
|
+
background-color: $bg-color;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.badge,
|
|
25
|
+
.tag {
|
|
26
|
+
font-size: 12px;
|
|
27
|
+
color: $color-heading;
|
|
28
|
+
background-color: $gray-90;
|
|
29
|
+
display: inline-flex;
|
|
30
|
+
gap: 8px;
|
|
31
|
+
align-items: center;
|
|
32
|
+
padding: 4px 8px;
|
|
33
|
+
border-radius: 4px;
|
|
34
|
+
line-height: 1;
|
|
35
|
+
&.is-outlined {
|
|
36
|
+
background-color: transparent;
|
|
37
|
+
color: $color-heading;
|
|
38
|
+
border: 1px solid $color-border;
|
|
39
|
+
.circle {
|
|
40
|
+
background-color: $color-border;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
&.is-rounded {
|
|
44
|
+
border-radius: 50px;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
&.is-primary {
|
|
48
|
+
@include badge($white-100, $ac-primary, $primary-10, $primary-95);
|
|
49
|
+
}
|
|
50
|
+
&.is-secondary {
|
|
51
|
+
@include badge($white-100, $ac-secondary, $secondary-10, $secondary-95);
|
|
52
|
+
}
|
|
53
|
+
&.is-info {
|
|
54
|
+
@include badge($white-100, $info, $blue-10, $blue-95);
|
|
55
|
+
}
|
|
56
|
+
&.is-success {
|
|
57
|
+
@include badge($white-100, $success, $green-10, $green-95);
|
|
58
|
+
}
|
|
59
|
+
&.is-warning {
|
|
60
|
+
@include badge($white-100, $warning, $yellow-10, $yellow-95);
|
|
61
|
+
}
|
|
62
|
+
&.is-danger {
|
|
63
|
+
@include badge($white-100, $danger, $red-10, $red-95);
|
|
64
|
+
}
|
|
65
|
+
&.is-dark {
|
|
66
|
+
@include badge($white-100, $gray, $gray-10, $gray-95);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.circle {
|
|
70
|
+
width: 8px;
|
|
71
|
+
height: 8px;
|
|
72
|
+
background: $gray-10;
|
|
73
|
+
border-radius: 50%;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
// }
|
|
65
65
|
|
|
66
66
|
// label {
|
|
67
|
-
// color: $
|
|
67
|
+
// color: $gray-40;
|
|
68
68
|
// padding-right: 5px;
|
|
69
69
|
// display: inline-block;
|
|
70
70
|
// font-size: 13px;
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
// .is-dark-theme {
|
|
99
99
|
// .pagination-filter {
|
|
100
100
|
// label {
|
|
101
|
-
// $
|
|
101
|
+
// $gray-40: $primary-20;
|
|
102
102
|
// }
|
|
103
103
|
// }
|
|
104
104
|
// }
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
|
|
65
65
|
.ac-preview-header {
|
|
66
66
|
padding: 20px;
|
|
67
|
-
border-bottom: 1px solid $
|
|
67
|
+
border-bottom: 1px solid $gray-60;
|
|
68
68
|
|
|
69
69
|
h5 {
|
|
70
70
|
font-family: $font-paragraph;
|
|
@@ -83,11 +83,11 @@
|
|
|
83
83
|
font-weight: normal;
|
|
84
84
|
font-size: 16px;
|
|
85
85
|
line-height: 100%;
|
|
86
|
-
color: $
|
|
86
|
+
color: $gray-80;
|
|
87
87
|
cursor: pointer;
|
|
88
88
|
|
|
89
89
|
i.fa {
|
|
90
|
-
color: $
|
|
90
|
+
color: $gray-80;
|
|
91
91
|
padding-left: 5px;
|
|
92
92
|
}
|
|
93
93
|
}
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
.progress-tooltip-info {
|
|
16
16
|
align-items: center;
|
|
17
|
-
background-color: $
|
|
17
|
+
background-color: $gray-60;
|
|
18
18
|
border: 1px solid $primary-10;
|
|
19
19
|
border-radius: 10px;
|
|
20
20
|
box-shadow: 0 0 2px $primary-10;
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
content: "";
|
|
36
36
|
display: inline-block;
|
|
37
37
|
border: 7px solid transparent;
|
|
38
|
-
border-top-color: $
|
|
38
|
+
border-top-color: $gray-60;
|
|
39
39
|
position: absolute;
|
|
40
40
|
bottom: -13px;
|
|
41
41
|
left: 50%;
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
content: "";
|
|
51
51
|
display: inline-block;
|
|
52
52
|
border: 7px solid transparent;
|
|
53
|
-
border-top-color: $
|
|
53
|
+
border-top-color: $gray-60;
|
|
54
54
|
position: absolute;
|
|
55
55
|
bottom: -13px;
|
|
56
56
|
left: 50%;
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
box-shadow: inset 0 0 0 1px $ac-primary;
|
|
69
69
|
border-radius: 4px;
|
|
70
70
|
border-bottom: none;
|
|
71
|
-
color: $
|
|
71
|
+
color: $gray-5;
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
tr {
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
box-shadow: inset 0 0 0 1.2px $ac-primary;
|
|
83
83
|
border-radius: 4px;
|
|
84
84
|
border-bottom: none;
|
|
85
|
-
color: $
|
|
85
|
+
color: $gray-5;
|
|
86
86
|
transition: 0.3s ease-in-out;
|
|
87
87
|
.tag {
|
|
88
88
|
background-color: $primary-80;
|
|
@@ -284,7 +284,7 @@
|
|
|
284
284
|
&::after {
|
|
285
285
|
top: 6px;
|
|
286
286
|
left: 6px;
|
|
287
|
-
border-color: $
|
|
287
|
+
border-color: $gray-80;
|
|
288
288
|
width: 0.3rem;
|
|
289
289
|
height: 0.5rem;
|
|
290
290
|
}
|
|
@@ -85,13 +85,13 @@
|
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
&::-webkit-scrollbar-thumb {
|
|
88
|
-
background-color: $
|
|
88
|
+
background-color: $gray-50;
|
|
89
89
|
border-radius: 50px;
|
|
90
90
|
height: 2px !important;
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
&::-webkit-scrollbar-thumb:hover {
|
|
94
|
-
background-color: $
|
|
94
|
+
background-color: $gray-50;
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
&:hover::-webkit-scrollbar-corner {
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
padding: 10px 20px;
|
|
180
180
|
justify-content: flex-start;
|
|
181
181
|
border-bottom: 1px solid $primary-20;
|
|
182
|
-
color: $white-100!important;
|
|
182
|
+
color: $white-100 !important;
|
|
183
183
|
|
|
184
184
|
&:last-child {
|
|
185
185
|
border-bottom: none;
|
|
@@ -267,7 +267,7 @@
|
|
|
267
267
|
|
|
268
268
|
// .ac-certificate-info {
|
|
269
269
|
// padding: 10px 15px;
|
|
270
|
-
// background-color: $
|
|
270
|
+
// background-color: $gray-60;
|
|
271
271
|
// border-radius: 4px;
|
|
272
272
|
|
|
273
273
|
// .single-name-title {
|
|
@@ -311,7 +311,7 @@
|
|
|
311
311
|
|
|
312
312
|
// .line-title {
|
|
313
313
|
// span {
|
|
314
|
-
// background-color: $
|
|
314
|
+
// background-color: $gray-60;
|
|
315
315
|
// }
|
|
316
316
|
// }
|
|
317
317
|
// }
|
|
@@ -478,7 +478,7 @@
|
|
|
478
478
|
|
|
479
479
|
// Wizard Notification Area Start
|
|
480
480
|
// .wizard-notification-area {
|
|
481
|
-
// background-color: $
|
|
481
|
+
// background-color: $gray-80;
|
|
482
482
|
// border-radius: 10px;
|
|
483
483
|
// padding: 10px;
|
|
484
484
|
// width: 100%;
|
|
@@ -64,16 +64,21 @@
|
|
|
64
64
|
Responsive Classes
|
|
65
65
|
*****************************************/
|
|
66
66
|
// Extra small devices (portrait phones, less than 576px)
|
|
67
|
-
@media (max-width: 575.98px) {
|
|
67
|
+
@media (max-width: 575.98px) {
|
|
68
|
+
}
|
|
68
69
|
|
|
69
70
|
// Small devices (landscape phones, 576px and up)
|
|
70
|
-
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
71
|
+
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
72
|
+
}
|
|
71
73
|
|
|
72
74
|
// Medium devices (tablets, 768px and up)
|
|
73
|
-
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
75
|
+
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
76
|
+
}
|
|
74
77
|
|
|
75
78
|
// Large devices (desktops, 992px and up)
|
|
76
|
-
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
79
|
+
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
80
|
+
}
|
|
77
81
|
|
|
78
82
|
// Extra large devices (large desktops, 1200px and up)
|
|
79
|
-
@media (min-width: 1200px) {
|
|
83
|
+
@media (min-width: 1200px) {
|
|
84
|
+
}
|
|
@@ -27,12 +27,7 @@
|
|
|
27
27
|
color: $ac-primary;
|
|
28
28
|
|
|
29
29
|
&:hover {
|
|
30
|
-
color: hsla(
|
|
31
|
-
var(--hsl-hue),
|
|
32
|
-
var(--hsl-saturation),
|
|
33
|
-
calc(var(--hsl-lightness) - 10%),
|
|
34
|
-
1
|
|
35
|
-
);
|
|
30
|
+
color: hsla(var(--hsl-hue), var(--hsl-saturation), calc(var(--hsl-lightness) - 10%), 1);
|
|
36
31
|
}
|
|
37
32
|
}
|
|
38
33
|
}
|
|
@@ -74,12 +69,7 @@
|
|
|
74
69
|
}
|
|
75
70
|
}
|
|
76
71
|
@mixin acPrimaryNotification() {
|
|
77
|
-
background-color: hsla(
|
|
78
|
-
var(--hsl-hue),
|
|
79
|
-
var(--hsl-saturation),
|
|
80
|
-
var(--hsl-lightness),
|
|
81
|
-
0.2
|
|
82
|
-
);
|
|
72
|
+
background-color: hsla(var(--hsl-hue), var(--hsl-saturation), var(--hsl-lightness), 0.2);
|
|
83
73
|
color: $white-100;
|
|
84
74
|
border-color: $ac-primary;
|
|
85
75
|
|
|
@@ -1,11 +1,6 @@
|
|
|
1
1
|
.single-team-card {
|
|
2
2
|
border: 1px solid $color-border;
|
|
3
|
-
background-color: hsla(
|
|
4
|
-
var(--hsl-hue),
|
|
5
|
-
var(--hsl-saturation),
|
|
6
|
-
var(--hsl-lightness),
|
|
7
|
-
0.03
|
|
8
|
-
);
|
|
3
|
+
background-color: hsla(var(--hsl-hue), var(--hsl-saturation), var(--hsl-lightness), 0.03);
|
|
9
4
|
border-radius: 4px;
|
|
10
5
|
// overflow: hidden;
|
|
11
6
|
transition: 0.3s ease-in-out;
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
height: 160px;
|
|
73
73
|
background-size: cover;
|
|
74
74
|
background-position: center;
|
|
75
|
-
background-color: $
|
|
75
|
+
background-color: $gray-80;
|
|
76
76
|
position: relative;
|
|
77
77
|
z-index: 1;
|
|
78
78
|
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
content: "";
|
|
82
82
|
width: 100%;
|
|
83
83
|
height: 100%;
|
|
84
|
-
background-color: $
|
|
84
|
+
background-color: $gray-5;
|
|
85
85
|
z-index: -1;
|
|
86
86
|
opacity: 0.2;
|
|
87
87
|
}
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
top: 0;
|
|
112
112
|
width: 100%;
|
|
113
113
|
height: 100%;
|
|
114
|
-
background-color: $
|
|
114
|
+
background-color: $gray-5;
|
|
115
115
|
opacity: 0.3;
|
|
116
116
|
z-index: -1;
|
|
117
117
|
}
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
transition: 0.3s;
|
|
127
127
|
|
|
128
128
|
&:hover {
|
|
129
|
-
color: $
|
|
129
|
+
color: $gray-80;
|
|
130
130
|
}
|
|
131
131
|
}
|
|
132
132
|
}
|
|
@@ -139,16 +139,21 @@
|
|
|
139
139
|
Responsive Classes
|
|
140
140
|
*****************************************/
|
|
141
141
|
// Extra small devices (portrait phones, less than 576px)
|
|
142
|
-
@media (max-width: 575.98px) {
|
|
142
|
+
@media (max-width: 575.98px) {
|
|
143
|
+
}
|
|
143
144
|
|
|
144
145
|
// Small devices (landscape phones, 576px and up)
|
|
145
|
-
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
146
|
+
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
147
|
+
}
|
|
146
148
|
|
|
147
149
|
// Medium devices (tablets, 768px and up)
|
|
148
|
-
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
150
|
+
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
151
|
+
}
|
|
149
152
|
|
|
150
153
|
// Large devices (desktops, 992px and up)
|
|
151
|
-
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
154
|
+
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
155
|
+
}
|
|
152
156
|
|
|
153
157
|
// Extra large devices (large desktops, 1200px and up)
|
|
154
|
-
@media (min-width: 1200px) {
|
|
158
|
+
@media (min-width: 1200px) {
|
|
159
|
+
}
|
|
@@ -62,13 +62,7 @@
|
|
|
62
62
|
bottom: 0;
|
|
63
63
|
width: 100%;
|
|
64
64
|
height: 1px;
|
|
65
|
-
background: linear-gradient(
|
|
66
|
-
-45deg,
|
|
67
|
-
$ac-primary,
|
|
68
|
-
$success,
|
|
69
|
-
$warning,
|
|
70
|
-
$danger
|
|
71
|
-
);
|
|
65
|
+
background: linear-gradient(-45deg, $ac-primary, $success, $warning, $danger);
|
|
72
66
|
background-size: 400% 400%;
|
|
73
67
|
animation: gradient 3s ease infinite;
|
|
74
68
|
}
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
|
|
66
66
|
// .ac-preview-header {
|
|
67
67
|
// padding: 20px;
|
|
68
|
-
// border-bottom: 1px solid $
|
|
68
|
+
// border-bottom: 1px solid $gray-60;
|
|
69
69
|
|
|
70
70
|
// h5 {
|
|
71
71
|
// font-style: normal;
|
|
@@ -82,11 +82,11 @@
|
|
|
82
82
|
// font-weight: normal;
|
|
83
83
|
// font-size: 16px;
|
|
84
84
|
// line-height: 100%;
|
|
85
|
-
// color: $
|
|
85
|
+
// color: $gray-80;
|
|
86
86
|
// cursor: pointer;
|
|
87
87
|
|
|
88
88
|
// i.fa {
|
|
89
|
-
// color: $
|
|
89
|
+
// color: $gray-80;
|
|
90
90
|
// padding-left: 5px;
|
|
91
91
|
// }
|
|
92
92
|
// }
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
position: absolute;
|
|
18
18
|
width: 100%;
|
|
19
19
|
height: 100%;
|
|
20
|
-
background-color: $
|
|
20
|
+
background-color: $gray-5;
|
|
21
21
|
top: 0;
|
|
22
22
|
left: 0;
|
|
23
23
|
z-index: 1;
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
position: absolute;
|
|
158
158
|
right: -5px;
|
|
159
159
|
top: -5px;
|
|
160
|
-
border: 1px solid $
|
|
160
|
+
border: 1px solid $gray-80;
|
|
161
161
|
font-size: 10px;
|
|
162
162
|
height: 25px;
|
|
163
163
|
width: 25px;
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
|
|
122
122
|
&.show-label {
|
|
123
123
|
font-size: 12px;
|
|
124
|
-
color: $
|
|
124
|
+
color: $gray-40;
|
|
125
125
|
top: -9px;
|
|
126
126
|
font-weight: 500;
|
|
127
127
|
background-color: $white-100;
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
font-size: 12px;
|
|
176
176
|
top: -9px;
|
|
177
177
|
font-weight: 500;
|
|
178
|
-
color: $
|
|
178
|
+
color: $gray-40;
|
|
179
179
|
|
|
180
180
|
&.is-required {
|
|
181
181
|
&:after {
|
|
@@ -282,7 +282,7 @@
|
|
|
282
282
|
left: 10px;
|
|
283
283
|
padding: 0 5px;
|
|
284
284
|
font-size: 13px;
|
|
285
|
-
color: $
|
|
285
|
+
color: $gray-40;
|
|
286
286
|
|
|
287
287
|
&:after {
|
|
288
288
|
position: absolute;
|
|
@@ -71,8 +71,7 @@
|
|
|
71
71
|
visibility: hidden;
|
|
72
72
|
transition: 0.3s ease-in;
|
|
73
73
|
width: 260px;
|
|
74
|
-
box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
|
|
75
|
-
0 0px 0 1px rgba(10, 10, 10, 0.02);
|
|
74
|
+
box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
|
|
76
75
|
|
|
77
76
|
&.quick-access {
|
|
78
77
|
background-color: $white-100;
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// }
|
|
12
12
|
|
|
13
13
|
// &:hover {
|
|
14
|
-
// border: 1px solid $
|
|
14
|
+
// border: 1px solid $gray-80;
|
|
15
15
|
// }
|
|
16
16
|
|
|
17
17
|
// &:focus {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
// .is-dark-theme {
|
|
42
42
|
// .select {
|
|
43
43
|
// select {
|
|
44
|
-
// background-color: $
|
|
44
|
+
// background-color: $gray-80;
|
|
45
45
|
// color: $white-100;
|
|
46
46
|
// border: 1px solid $color-border;
|
|
47
47
|
// }
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
.multiselect__tag {
|
|
46
|
-
background-color: $
|
|
46
|
+
background-color: $gray-80;
|
|
47
47
|
margin-top: 4px;
|
|
48
48
|
margin-bottom: 0;
|
|
49
49
|
|
|
@@ -55,12 +55,7 @@
|
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
&:hover {
|
|
58
|
-
background-color: hsla(
|
|
59
|
-
var(--hsl-hue),
|
|
60
|
-
var(--hsl-saturation),
|
|
61
|
-
calc(var(--hsl-lightness) - 9%),
|
|
62
|
-
1
|
|
63
|
-
);
|
|
58
|
+
background-color: hsla(var(--hsl-hue), var(--hsl-saturation), calc(var(--hsl-lightness) - 9%), 1);
|
|
64
59
|
}
|
|
65
60
|
}
|
|
66
61
|
}
|
|
@@ -224,7 +219,7 @@
|
|
|
224
219
|
font-size: 12px;
|
|
225
220
|
top: -9px;
|
|
226
221
|
font-weight: 500;
|
|
227
|
-
color: $
|
|
222
|
+
color: $gray-5;
|
|
228
223
|
}
|
|
229
224
|
}
|
|
230
225
|
|
|
@@ -423,7 +418,7 @@
|
|
|
423
418
|
left: 10px;
|
|
424
419
|
padding: 0 5px;
|
|
425
420
|
font-size: 13px;
|
|
426
|
-
color: $
|
|
421
|
+
color: $gray-40;
|
|
427
422
|
|
|
428
423
|
&::after {
|
|
429
424
|
background-color: $white-100;
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
right: 20px;
|
|
141
141
|
transition: transform 0.3s;
|
|
142
142
|
transform-origin: 4px;
|
|
143
|
-
color: $
|
|
143
|
+
color: $gray-70;
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
146
|
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
margin-right: 12px;
|
|
167
167
|
width: 16px;
|
|
168
168
|
height: 16px;
|
|
169
|
-
color: $
|
|
169
|
+
color: $gray-30;
|
|
170
170
|
font-size: 16px;
|
|
171
171
|
|
|
172
172
|
img {
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
|
|
228
228
|
&.show-label {
|
|
229
229
|
font-size: 12px;
|
|
230
|
-
color: $
|
|
230
|
+
color: $gray-40;
|
|
231
231
|
top: -9px;
|
|
232
232
|
font-weight: 500;
|
|
233
233
|
background-color: $white-100;
|
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
font-size: 12px;
|
|
282
282
|
top: -9px;
|
|
283
283
|
font-weight: 500;
|
|
284
|
-
color: $
|
|
284
|
+
color: $gray-40;
|
|
285
285
|
|
|
286
286
|
&.is-required {
|
|
287
287
|
&:after {
|
|
@@ -406,7 +406,7 @@
|
|
|
406
406
|
left: 10px;
|
|
407
407
|
padding: 0 5px;
|
|
408
408
|
font-size: 13px;
|
|
409
|
-
color: $
|
|
409
|
+
color: $gray-40;
|
|
410
410
|
|
|
411
411
|
&:after {
|
|
412
412
|
position: absolute;
|
|
@@ -479,12 +479,7 @@
|
|
|
479
479
|
transition: 0.3s;
|
|
480
480
|
|
|
481
481
|
&:hover {
|
|
482
|
-
background-color: hsla(
|
|
483
|
-
var(--hsl-hue),
|
|
484
|
-
var(--hsl-saturation),
|
|
485
|
-
var(--hsl-lightness),
|
|
486
|
-
0.2
|
|
487
|
-
);
|
|
482
|
+
background-color: hsla(var(--hsl-hue), var(--hsl-saturation), var(--hsl-lightness), 0.2);
|
|
488
483
|
color: $ac-primary;
|
|
489
484
|
}
|
|
490
485
|
}
|
|
@@ -533,7 +528,7 @@
|
|
|
533
528
|
|
|
534
529
|
span.eye {
|
|
535
530
|
i.fa {
|
|
536
|
-
color: $
|
|
531
|
+
color: $gray-50;
|
|
537
532
|
position: absolute;
|
|
538
533
|
cursor: pointer;
|
|
539
534
|
padding: 15px;
|