@appscode/design-system 2.0.18 → 2.0.19-alpha.10
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 -18
- 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/_add-card.scss +70 -0
- package/vue-components/styles/components/_all.scss +38 -0
- package/vue-components/styles/components/_breadcrumb.scss +32 -0
- package/vue-components/styles/components/_button.scss +110 -0
- package/vue-components/styles/components/_card-body-wrapper.scss +54 -0
- package/vue-components/styles/components/_direct-deploy.scss +69 -0
- package/vue-components/styles/components/_dropdown.scss +32 -0
- package/vue-components/styles/components/_modal.scss +216 -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/vue-components/styles/components/alert/_alert-message.scss +16 -0
- package/vue-components/styles/components/alert/_alert.scss +123 -0
- package/vue-components/styles/components/alert/_all.scss +3 -0
- package/vue-components/styles/components/alert/_toast.scss +50 -0
- package/vue-components/styles/components/cards/_all.scss +8 -0
- package/vue-components/styles/components/cards/_cluster.scss +97 -0
- package/vue-components/styles/components/cards/_features.scss +26 -0
- package/vue-components/styles/components/cards/_info.scss +83 -0
- package/vue-components/styles/components/cards/_monitoring.scss +24 -0
- package/vue-components/styles/components/cards/_org.scss +59 -0
- package/vue-components/styles/components/cards/_vendor.scss +58 -0
- package/vue-components/styles/components/content/_all.scss +2 -0
- package/vue-components/styles/components/content/_content-header.scss +14 -0
- package/vue-components/styles/components/content/_content-layout.scss +4 -0
- package/vue-components/styles/components/editor/_all.scss +2 -0
- package/vue-components/styles/components/editor/_filtered-file-editor.scss +195 -0
- package/vue-components/styles/components/footer/_all.scss +3 -0
- package/vue-components/styles/components/footer/_footer-area.scss +26 -0
- package/vue-components/styles/components/footer/_footer-item.scss +14 -0
- package/vue-components/styles/components/footer/_footer-items.scss +5 -0
- package/vue-components/styles/components/form-fields/_all.scss +4 -0
- package/vue-components/styles/components/form-fields/_file-upload.scss +42 -0
- package/vue-components/styles/components/form-fields/_form-footer.scss +9 -0
- package/{components → vue-components/styles/components/form-fields}/_input.scss +47 -32
- package/vue-components/styles/components/header/_header-item.scss +13 -0
- package/vue-components/styles/components/header/_header.scss +7 -0
- package/vue-components/styles/components/navbar/_all.scss +2 -0
- package/vue-components/styles/components/navbar/_menu-content.scss +527 -0
- package/vue-components/styles/components/navbar/_navbar.scss +73 -0
- package/vue-components/styles/components/navbar/_notification.scss +103 -0
- package/vue-components/styles/components/select-box/_ac-select-box.scss +49 -0
- package/vue-components/styles/components/select-box/_all.scss +2 -0
- package/vue-components/styles/components/sidebar/_all.scss +1 -0
- package/vue-components/styles/components/sidebar/_left-sidebar.scss +222 -0
- package/{components → vue-components/styles/components}/ui-builder/_ui-builder.scss +6 -39
- package/vue-components/v3/accordion/Accordion.vue +1 -117
- package/vue-components/v3/alert/Alert.vue +1 -218
- package/vue-components/v3/alert/AlertMessage.vue +46 -0
- package/vue-components/v3/alert/Toast.vue +1 -50
- package/vue-components/v3/breadcrumbs/Breadcrumb.vue +1 -33
- package/vue-components/v3/button/Button.vue +2 -63
- package/vue-components/v3/button/Buttons.vue +0 -8
- package/vue-components/v3/cards/Cluster.vue +2 -93
- package/vue-components/v3/cards/FeatureCard.vue +1 -25
- package/vue-components/v3/cards/FeatureCards.vue +5 -1
- package/vue-components/v3/cards/InfoCard.vue +1 -80
- package/vue-components/v3/cards/Monitoring.vue +1 -24
- package/vue-components/v3/cards/OrgCard.vue +1 -59
- package/vue-components/v3/cards/Payment.vue +3 -0
- package/vue-components/v3/cards/Vendor.vue +2 -58
- package/vue-components/v3/content/ContentHeader.vue +1 -14
- package/vue-components/v3/content/ContentLayout.vue +1 -7
- package/vue-components/v3/dropdown/DropdownAction.vue +1 -32
- package/vue-components/v3/editor/FilteredFileEditor.vue +2 -196
- package/vue-components/v3/footer/FooterArea.vue +2 -27
- package/vue-components/v3/footer/FooterItem.vue +1 -15
- package/vue-components/v3/footer/FooterItems.vue +2 -7
- package/vue-components/v3/form/FormFooter.vue +1 -9
- package/vue-components/v3/form-fields/AcSingleInput.vue +3 -1
- package/vue-components/v3/form-fields/FileUpload.vue +1 -42
- package/vue-components/v3/header/Header.vue +1 -7
- package/vue-components/v3/header/HeaderItem.vue +1 -13
- 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 +2 -92
- package/vue-components/v3/navbar/NavbarItem.vue +0 -65
- package/vue-components/v3/navbar/NavbarItemContent.vue +0 -275
- package/vue-components/v3/navbar/Notification.vue +1 -103
- package/vue-components/v3/navbar/User.vue +6 -175
- package/vue-components/v3/option-dots/Options.vue +1 -144
- package/vue-components/v3/sidebar/ClusterSwitcher.vue +3 -1
- package/vue-components/v3/sidebar/Sidebar.vue +1 -201
- package/vue-components/v3/tab/Tabs.vue +1 -24
- package/vue-components/v3/table/Table.vue +1 -453
- package/components/_ac-alert-box.scss +0 -205
- package/components/_ac-content-layout.scss +0 -165
- package/components/_ac-modal.scss +0 -212
- package/components/_ac-options.scss +0 -122
- package/components/_ac-select-box.scss +0 -49
- package/components/_ac-table.scss +0 -503
- package/components/_ac-tabs.scss +0 -313
- package/components/_accordion.scss +0 -117
- package/components/_add-card.scss +0 -70
- package/components/_all.scss +0 -35
- package/components/_buttons.scss +0 -779
- package/components/_card-body-wrapper.scss +0 -54
- package/components/_direct-deploy.scss +0 -69
- 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-calendar.scss +0 -0
- /package/{components → vue-components/styles/components}/_ac-code-highlight.scss +0 -0
- /package/{components → vue-components/styles/components}/_ac-drag.scss +0 -0
- /package/{components → vue-components/styles/components}/_ac-tags.scss +0 -0
- /package/{components → vue-components/styles/components}/_breadcumb.scss +0 -0
- /package/{components → vue-components/styles/components}/_dashboard-header.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}/_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}/_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}/_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/{components → vue-components/styles/components/cards}/_payment-card.scss +0 -0
- /package/{components → vue-components/styles/components/cards}/_subscription-card.scss +0 -0
- /package/{components → vue-components/styles/components/editor}/_monaco-editor.scss +0 -0
- /package/{components → vue-components/styles/components/form-fields}/_image-upload.scss +0 -0
- /package/{components → vue-components/styles/components/form-fields}/_input-card.scss +0 -0
- /package/{components/_app-drawer.scss → vue-components/styles/components/header/_all.scss} +0 -0
- /package/{components → vue-components/styles/components/select-box}/_multi-select.scss +0 -0
- /package/{components → vue-components/styles/components}/ui-builder/_vue-open-api.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
|
@@ -0,0 +1,338 @@
|
|
|
1
|
+
// .tabs {
|
|
2
|
+
// &.ac-tabs {
|
|
3
|
+
// ul {
|
|
4
|
+
// border-bottom-color: $primary-90;
|
|
5
|
+
// }
|
|
6
|
+
|
|
7
|
+
// &.is-line {
|
|
8
|
+
// ul {
|
|
9
|
+
// border-bottom-color: $primary-90;
|
|
10
|
+
// padding-left: 4px;
|
|
11
|
+
|
|
12
|
+
// li {
|
|
13
|
+
// &.is-active {
|
|
14
|
+
// a {
|
|
15
|
+
// font-weight: 500;
|
|
16
|
+
// border-bottom-color: $primary;
|
|
17
|
+
// border-bottom: 2px solid $primary !important;
|
|
18
|
+
// border-width: 2px;
|
|
19
|
+
// }
|
|
20
|
+
// }
|
|
21
|
+
|
|
22
|
+
// a {
|
|
23
|
+
// // text-transform: uppercase;
|
|
24
|
+
// font-weight: 400;
|
|
25
|
+
// color: $primary-5;
|
|
26
|
+
// font-size: 13px;
|
|
27
|
+
// border-bottom: none;
|
|
28
|
+
// padding: 6px 16px;
|
|
29
|
+
|
|
30
|
+
// &:hover {
|
|
31
|
+
// border-bottom-color: $primary;
|
|
32
|
+
// }
|
|
33
|
+
// }
|
|
34
|
+
// }
|
|
35
|
+
// }
|
|
36
|
+
// }
|
|
37
|
+
|
|
38
|
+
// &.is-boxed {
|
|
39
|
+
// font-size: 14px;
|
|
40
|
+
|
|
41
|
+
// a {
|
|
42
|
+
// padding: 8px 20px;
|
|
43
|
+
// color: $primary-20;
|
|
44
|
+
|
|
45
|
+
// &:hover {
|
|
46
|
+
// border-bottom-color: transparent;
|
|
47
|
+
// background-color: transparent;
|
|
48
|
+
// }
|
|
49
|
+
// }
|
|
50
|
+
|
|
51
|
+
// ul {
|
|
52
|
+
// padding-left: 10px;
|
|
53
|
+
|
|
54
|
+
// li {
|
|
55
|
+
// &.is-active {
|
|
56
|
+
// position: relative;
|
|
57
|
+
// border-color: $primary-90;
|
|
58
|
+
// z-index: 1;
|
|
59
|
+
// color: $primary;
|
|
60
|
+
|
|
61
|
+
// &:after {
|
|
62
|
+
// position: absolute;
|
|
63
|
+
// content: "";
|
|
64
|
+
// left: 0;
|
|
65
|
+
// top: 0;
|
|
66
|
+
// width: 100%;
|
|
67
|
+
// height: 4px;
|
|
68
|
+
// border-radius: 4px 4px 0 0;
|
|
69
|
+
// background-color: $primary;
|
|
70
|
+
// }
|
|
71
|
+
|
|
72
|
+
// a {
|
|
73
|
+
// border-color: $primary-90;
|
|
74
|
+
// background-color: $white-100;
|
|
75
|
+
// padding: 8px 20px;
|
|
76
|
+
// font-weight: 500;
|
|
77
|
+
// margin-bottom: -2px;
|
|
78
|
+
// font-size: 13px;
|
|
79
|
+
// }
|
|
80
|
+
// }
|
|
81
|
+
// }
|
|
82
|
+
// }
|
|
83
|
+
|
|
84
|
+
// &.is-gap {
|
|
85
|
+
// ul {
|
|
86
|
+
// li {
|
|
87
|
+
// margin-right: 6px;
|
|
88
|
+
|
|
89
|
+
// &.is-active {
|
|
90
|
+
// box-shadow: 0px 4px 6px rgba(133, 145, 163, 0.54);
|
|
91
|
+
// }
|
|
92
|
+
|
|
93
|
+
// a {
|
|
94
|
+
// border: 1px solid $primary-90;
|
|
95
|
+
// border-bottom: none;
|
|
96
|
+
// margin-bottom: -2px;
|
|
97
|
+
// font-size: 13px;
|
|
98
|
+
// color: $primary-20;
|
|
99
|
+
// }
|
|
100
|
+
// }
|
|
101
|
+
// }
|
|
102
|
+
|
|
103
|
+
// &.is-borderless {
|
|
104
|
+
// ul {
|
|
105
|
+
// border-bottom-color: transparent;
|
|
106
|
+
|
|
107
|
+
// li {
|
|
108
|
+
// &.is-active {
|
|
109
|
+
// a {
|
|
110
|
+
// background-color: $primary-90;
|
|
111
|
+
// }
|
|
112
|
+
// }
|
|
113
|
+
|
|
114
|
+
// a {
|
|
115
|
+
// border: 1px solid transparent;
|
|
116
|
+
// }
|
|
117
|
+
// }
|
|
118
|
+
// }
|
|
119
|
+
// }
|
|
120
|
+
// }
|
|
121
|
+
// }
|
|
122
|
+
|
|
123
|
+
// &.is-toggle {
|
|
124
|
+
// ul {
|
|
125
|
+
// border: 1px solid $primary-10;
|
|
126
|
+
// border-radius: 4px;
|
|
127
|
+
// padding: 4px;
|
|
128
|
+
// flex-grow: inherit;
|
|
129
|
+
|
|
130
|
+
// li {
|
|
131
|
+
// &.is-active {
|
|
132
|
+
// a {
|
|
133
|
+
// color: $white-100;
|
|
134
|
+
// background-color: $primary;
|
|
135
|
+
|
|
136
|
+
// &:hover {
|
|
137
|
+
// background-color: $primary;
|
|
138
|
+
// }
|
|
139
|
+
// }
|
|
140
|
+
// }
|
|
141
|
+
|
|
142
|
+
// a {
|
|
143
|
+
// font-size: 16px;
|
|
144
|
+
// font-weight: 500;
|
|
145
|
+
// border: none;
|
|
146
|
+
// padding: 8px 25px;
|
|
147
|
+
// line-height: 1;
|
|
148
|
+
// border-radius: 4px;
|
|
149
|
+
|
|
150
|
+
// &:hover {
|
|
151
|
+
// background-color: inherit;
|
|
152
|
+
// }
|
|
153
|
+
// }
|
|
154
|
+
// }
|
|
155
|
+
// }
|
|
156
|
+
// }
|
|
157
|
+
|
|
158
|
+
// &.kubedb-ui-tabs {
|
|
159
|
+
// ul {
|
|
160
|
+
// border-bottom: none;
|
|
161
|
+
|
|
162
|
+
// li {
|
|
163
|
+
// &.is-active {
|
|
164
|
+
// a {
|
|
165
|
+
// border-bottom: 3px solid $primary !important;
|
|
166
|
+
// }
|
|
167
|
+
// }
|
|
168
|
+
// }
|
|
169
|
+
// }
|
|
170
|
+
// }
|
|
171
|
+
// }
|
|
172
|
+
// }
|
|
173
|
+
|
|
174
|
+
// .ac-tabs-body {
|
|
175
|
+
// &.is-content-available {
|
|
176
|
+
// .ac-tabs {
|
|
177
|
+
// margin-bottom: 0;
|
|
178
|
+
|
|
179
|
+
// ul {
|
|
180
|
+
// li {
|
|
181
|
+
// &.is-active {
|
|
182
|
+
// a {
|
|
183
|
+
// border-color: $primary-90;
|
|
184
|
+
// background-color: $white-100;
|
|
185
|
+
// color: $primary;
|
|
186
|
+
// }
|
|
187
|
+
// }
|
|
188
|
+
// }
|
|
189
|
+
// }
|
|
190
|
+
// }
|
|
191
|
+
|
|
192
|
+
// .ac-tab-content {
|
|
193
|
+
// background-color: $white-100;
|
|
194
|
+
// border: 1px solid $primary-90;
|
|
195
|
+
// border-top: none;
|
|
196
|
+
// border-radius: 0 0 4px 4px;
|
|
197
|
+
|
|
198
|
+
// &.is-borderless {
|
|
199
|
+
// border: 1px solid transparent;
|
|
200
|
+
// background-color: $primary-90;
|
|
201
|
+
// border-radius: 4px 4px 4px 4px;
|
|
202
|
+
// }
|
|
203
|
+
// }
|
|
204
|
+
// }
|
|
205
|
+
// }
|
|
206
|
+
|
|
207
|
+
// .ac-tabs-body {
|
|
208
|
+
// &.is-content-available {
|
|
209
|
+
// &.has-bg-color {
|
|
210
|
+
// .ac-tabs {
|
|
211
|
+
// ul {
|
|
212
|
+
// border-bottom-width: 0px;
|
|
213
|
+
|
|
214
|
+
// li {
|
|
215
|
+
// &.is-active {
|
|
216
|
+
// a {
|
|
217
|
+
// background-color: $primary-90;
|
|
218
|
+
// color: $primary;
|
|
219
|
+
// }
|
|
220
|
+
// }
|
|
221
|
+
// }
|
|
222
|
+
// }
|
|
223
|
+
// }
|
|
224
|
+
// }
|
|
225
|
+
// }
|
|
226
|
+
// }
|
|
227
|
+
|
|
228
|
+
// .tabs li.is-active a {
|
|
229
|
+
// color: $primary;
|
|
230
|
+
// }
|
|
231
|
+
|
|
232
|
+
// .no-data-available {
|
|
233
|
+
// img {
|
|
234
|
+
// width: 250px;
|
|
235
|
+
// }
|
|
236
|
+
// }
|
|
237
|
+
|
|
238
|
+
// .ac-system-body.bb-user-management {
|
|
239
|
+
// .tabs.ac-tabs.is-line {
|
|
240
|
+
// margin-left: -20px;
|
|
241
|
+
// position: sticky;
|
|
242
|
+
// top: 50px;
|
|
243
|
+
// z-index: 99;
|
|
244
|
+
// background: $white-100;
|
|
245
|
+
// }
|
|
246
|
+
// }
|
|
247
|
+
|
|
248
|
+
// // dark theme
|
|
249
|
+
// // .is-dark-theme {
|
|
250
|
+
// // .tabs {
|
|
251
|
+
// // &.is-toggle {
|
|
252
|
+
// // a {
|
|
253
|
+
// // &:hover {
|
|
254
|
+
// // background-color: $dark-bg;
|
|
255
|
+
// // }
|
|
256
|
+
// // }
|
|
257
|
+
// // }
|
|
258
|
+
|
|
259
|
+
// // a {
|
|
260
|
+
// // border-bottom: 1px solid $primary-90;
|
|
261
|
+
// // color: $white-100;
|
|
262
|
+
// // }
|
|
263
|
+
|
|
264
|
+
// // &.ac-tabs.is-line {
|
|
265
|
+
// // ul {
|
|
266
|
+
// // li.is-active {
|
|
267
|
+
// // a {
|
|
268
|
+
// // color: $primary-10;
|
|
269
|
+
// // }
|
|
270
|
+
// // }
|
|
271
|
+
// // }
|
|
272
|
+
// // }
|
|
273
|
+
// // }
|
|
274
|
+
// // }
|
|
275
|
+
|
|
276
|
+
// /****************************************
|
|
277
|
+
// Responsive Classes
|
|
278
|
+
// *****************************************/
|
|
279
|
+
// // Extra small devices (portrait phones, less than 576px)
|
|
280
|
+
// @media (max-width: 575.98px) {
|
|
281
|
+
// }
|
|
282
|
+
|
|
283
|
+
// // Small devices (landscape phones, 576px and up)
|
|
284
|
+
// @media (min-width: 576px) and (max-width: 767.98px) {
|
|
285
|
+
// }
|
|
286
|
+
|
|
287
|
+
// // Medium devices (tablets, 768px and up)
|
|
288
|
+
// @media (min-width: 768px) and (max-width: 991.98px) {
|
|
289
|
+
// }
|
|
290
|
+
|
|
291
|
+
// // Large devices (desktops, 992px and up)
|
|
292
|
+
// @media (min-width: 992px) and (max-width: 1199.98px) {
|
|
293
|
+
// }
|
|
294
|
+
|
|
295
|
+
// // Extra large devices (large desktops, 1200px and up)
|
|
296
|
+
// @media (min-width: 1200px) {
|
|
297
|
+
// .card-body-wrapper {
|
|
298
|
+
// .tabs.ac-tabs {
|
|
299
|
+
// &.is-boxed {
|
|
300
|
+
// ul {
|
|
301
|
+
// li {
|
|
302
|
+
// &.is-active {
|
|
303
|
+
// a {
|
|
304
|
+
// border-color: $primary-90;
|
|
305
|
+
// background-color: $white-100;
|
|
306
|
+
// }
|
|
307
|
+
// }
|
|
308
|
+
// }
|
|
309
|
+
// }
|
|
310
|
+
// }
|
|
311
|
+
// }
|
|
312
|
+
// }
|
|
313
|
+
// }
|
|
314
|
+
|
|
315
|
+
.tabs {
|
|
316
|
+
&.ac-tabs {
|
|
317
|
+
ul {
|
|
318
|
+
border-color: $primary-90;
|
|
319
|
+
}
|
|
320
|
+
a {
|
|
321
|
+
padding: 8px 20px;
|
|
322
|
+
color: $primary-10;
|
|
323
|
+
font-weight: 500;
|
|
324
|
+
color: $black-40;
|
|
325
|
+
&:hover {
|
|
326
|
+
border-bottom-color: $black-40;
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
li {
|
|
330
|
+
&.is-active {
|
|
331
|
+
a {
|
|
332
|
+
border-bottom-color: $primary;
|
|
333
|
+
color: $primary;
|
|
334
|
+
}
|
|
335
|
+
}
|
|
336
|
+
}
|
|
337
|
+
}
|
|
338
|
+
}
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
.ac-notification {
|
|
2
|
+
background-color: #dee7f5;
|
|
3
|
+
font-size: 13px;
|
|
4
|
+
color: $primary;
|
|
5
|
+
min-height: 36px;
|
|
6
|
+
display: flex;
|
|
7
|
+
align-items: center;
|
|
8
|
+
padding: 8px 16px;
|
|
9
|
+
overflow: hidden;
|
|
10
|
+
border: 1px solid $primary;
|
|
11
|
+
border-radius: 4px;
|
|
12
|
+
justify-content: flex-start;
|
|
13
|
+
position: relative;
|
|
14
|
+
z-index: 1;
|
|
15
|
+
min-width: 280px;
|
|
16
|
+
|
|
17
|
+
p {
|
|
18
|
+
color: $primary;
|
|
19
|
+
|
|
20
|
+
.close-icon {
|
|
21
|
+
padding-right: 10px;
|
|
22
|
+
font-size: 15px;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
a {
|
|
26
|
+
text-decoration: underline;
|
|
27
|
+
color: $primary;
|
|
28
|
+
|
|
29
|
+
&:hover {
|
|
30
|
+
color: hsla(
|
|
31
|
+
var(--hsl-hue),
|
|
32
|
+
var(--hsl-saturation),
|
|
33
|
+
calc(var(--hsl-lightness) - 10%),
|
|
34
|
+
1
|
|
35
|
+
);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
button.close {
|
|
41
|
+
background-color: transparent;
|
|
42
|
+
cursor: pointer;
|
|
43
|
+
right: 0px;
|
|
44
|
+
position: absolute;
|
|
45
|
+
box-shadow: none;
|
|
46
|
+
border: none;
|
|
47
|
+
font-size: 14px;
|
|
48
|
+
color: $danger;
|
|
49
|
+
width: 40px;
|
|
50
|
+
height: 100%;
|
|
51
|
+
display: flex;
|
|
52
|
+
align-items: center;
|
|
53
|
+
justify-content: center;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
// mixin for .ac-notification
|
|
58
|
+
@mixin acNotification($colorName) {
|
|
59
|
+
background-color: scale-color($color: $colorName, $lightness: 80%);
|
|
60
|
+
color: $white-100;
|
|
61
|
+
border-color: $colorName;
|
|
62
|
+
|
|
63
|
+
p {
|
|
64
|
+
color: $colorName;
|
|
65
|
+
|
|
66
|
+
a {
|
|
67
|
+
color: $colorName;
|
|
68
|
+
|
|
69
|
+
&:hover {
|
|
70
|
+
color: $colorName;
|
|
71
|
+
opacity: 0.8;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
@mixin acPrimaryNotification() {
|
|
77
|
+
background-color: hsla(
|
|
78
|
+
var(--hsl-hue),
|
|
79
|
+
var(--hsl-saturation),
|
|
80
|
+
var(--hsl-lightness),
|
|
81
|
+
0.2
|
|
82
|
+
);
|
|
83
|
+
color: $white-100;
|
|
84
|
+
border-color: $primary;
|
|
85
|
+
|
|
86
|
+
p {
|
|
87
|
+
color: $primary;
|
|
88
|
+
|
|
89
|
+
a {
|
|
90
|
+
color: $primary;
|
|
91
|
+
|
|
92
|
+
&:hover {
|
|
93
|
+
color: $primary;
|
|
94
|
+
opacity: 0.8;
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
// is-primary
|
|
101
|
+
.ac-notification.is-primary {
|
|
102
|
+
@include acPrimaryNotification();
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
// is.info
|
|
106
|
+
.ac-notification.is-info {
|
|
107
|
+
@include acNotification($info);
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
// is.success
|
|
111
|
+
.ac-notification.is-success {
|
|
112
|
+
@include acNotification($success);
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
// is-danger
|
|
116
|
+
.ac-notification.is-danger {
|
|
117
|
+
@include acNotification($danger);
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
// is-warning
|
|
121
|
+
.ac-notification.is-warning {
|
|
122
|
+
@include acNotification($warning);
|
|
123
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
.ac-toast {
|
|
2
|
+
width: 350px;
|
|
3
|
+
display: flex;
|
|
4
|
+
align-items: center;
|
|
5
|
+
justify-content: space-between;
|
|
6
|
+
font-size: 13px;
|
|
7
|
+
border-radius: 4px;
|
|
8
|
+
position: relative;
|
|
9
|
+
padding-right: 30px;
|
|
10
|
+
margin-bottom: 10px;
|
|
11
|
+
|
|
12
|
+
* {
|
|
13
|
+
color: $white-100;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
p {
|
|
17
|
+
padding-left: 16px;
|
|
18
|
+
|
|
19
|
+
i.fa {
|
|
20
|
+
padding-right: 0 !important;
|
|
21
|
+
margin-right: 4px;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
a {
|
|
26
|
+
font-weight: 500;
|
|
27
|
+
text-decoration: underline;
|
|
28
|
+
padding: 0 15px;
|
|
29
|
+
|
|
30
|
+
&:hover {
|
|
31
|
+
color: $black-90;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
button.close-button {
|
|
36
|
+
border-radius: 0px;
|
|
37
|
+
background-color: transparent;
|
|
38
|
+
border: none;
|
|
39
|
+
color: $white-100;
|
|
40
|
+
position: absolute;
|
|
41
|
+
right: 0;
|
|
42
|
+
top: 0;
|
|
43
|
+
padding: 5px;
|
|
44
|
+
height: 100%;
|
|
45
|
+
width: 30px;
|
|
46
|
+
z-index: 1;
|
|
47
|
+
cursor: pointer;
|
|
48
|
+
border-left: 1px solid #dddddd;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
// cluster-card
|
|
2
|
+
.card-details.cluster {
|
|
3
|
+
border: 1px solid $primary-90;
|
|
4
|
+
padding: 24px 20px;
|
|
5
|
+
transition: 0.3s ease-in-out;
|
|
6
|
+
position: relative;
|
|
7
|
+
z-index: 1;
|
|
8
|
+
width: 100%;
|
|
9
|
+
border-radius: 2px;
|
|
10
|
+
|
|
11
|
+
.card-details-inner {
|
|
12
|
+
width: 100%;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.ac-options {
|
|
16
|
+
position: absolute;
|
|
17
|
+
right: 20px;
|
|
18
|
+
top: 24px;
|
|
19
|
+
z-index: 999;
|
|
20
|
+
}
|
|
21
|
+
.c-header {
|
|
22
|
+
display: flex;
|
|
23
|
+
margin-bottom: 24px;
|
|
24
|
+
|
|
25
|
+
.c-logo {
|
|
26
|
+
width: 54px;
|
|
27
|
+
height: 54px;
|
|
28
|
+
background: #e8f3fc;
|
|
29
|
+
border-radius: 50%;
|
|
30
|
+
display: flex;
|
|
31
|
+
align-items: center;
|
|
32
|
+
justify-content: center;
|
|
33
|
+
margin-right: 24px;
|
|
34
|
+
|
|
35
|
+
img {
|
|
36
|
+
height: 24px;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.c-content {
|
|
41
|
+
width: calc(100% - 78px);
|
|
42
|
+
h4 {
|
|
43
|
+
font-size: 18px;
|
|
44
|
+
line-height: 130%;
|
|
45
|
+
color: #030d17;
|
|
46
|
+
}
|
|
47
|
+
.icon {
|
|
48
|
+
color: #0c365a;
|
|
49
|
+
cursor: pointer;
|
|
50
|
+
position: relative;
|
|
51
|
+
z-index: 1;
|
|
52
|
+
&:after {
|
|
53
|
+
position: absolute;
|
|
54
|
+
content: "";
|
|
55
|
+
border-radius: 50%;
|
|
56
|
+
width: 32px;
|
|
57
|
+
height: 32px;
|
|
58
|
+
background: #e8f3fc;
|
|
59
|
+
opacity: 0;
|
|
60
|
+
visibility: hidden;
|
|
61
|
+
transition: 0.3s ease-in-out;
|
|
62
|
+
z-index: -1;
|
|
63
|
+
}
|
|
64
|
+
&:hover {
|
|
65
|
+
&:after {
|
|
66
|
+
opacity: 1;
|
|
67
|
+
visibility: visible;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
.tags {
|
|
72
|
+
margin-top: 12px;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.c-body {
|
|
78
|
+
display: flex;
|
|
79
|
+
flex-wrap: wrap;
|
|
80
|
+
gap: 20px;
|
|
81
|
+
justify-content: space-between;
|
|
82
|
+
p {
|
|
83
|
+
width: calc(25% - 16px);
|
|
84
|
+
|
|
85
|
+
span {
|
|
86
|
+
font-size: 11px;
|
|
87
|
+
color: #666666;
|
|
88
|
+
display: block;
|
|
89
|
+
}
|
|
90
|
+
strong {
|
|
91
|
+
color: #061b2d;
|
|
92
|
+
font-size: 13px;
|
|
93
|
+
font-weight: 400;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
|
|
2
|
+
// features card
|
|
3
|
+
.card-basic.feature-card {
|
|
4
|
+
padding: 20px;
|
|
5
|
+
width: calc(25% - 8px);
|
|
6
|
+
max-width: 390px;
|
|
7
|
+
min-width: 290px;
|
|
8
|
+
position: relative;
|
|
9
|
+
border-radius: 2px;
|
|
10
|
+
|
|
11
|
+
.required {
|
|
12
|
+
position: absolute;
|
|
13
|
+
left: 20px;
|
|
14
|
+
top: -9px;
|
|
15
|
+
}
|
|
16
|
+
.c-title {
|
|
17
|
+
h5 {
|
|
18
|
+
width: calc(100% - 28px);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
.c-body {
|
|
22
|
+
p {
|
|
23
|
+
color: #0c365a;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|