@appscode/design-system 2.0.18 → 2.0.19-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 +47 -32
- 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 +5 -5
- package/vue-components/v3/accordion/Accordion.vue +1 -117
- package/vue-components/v3/alert/AlertMessage.vue +61 -0
- package/vue-components/v3/button/Button.vue +1 -62
- 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 +6 -175
- package/vue-components/v3/option-dots/Options.vue +1 -144
- 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-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/{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
|
@@ -143,220 +143,5 @@ watch(
|
|
|
143
143
|
</template>
|
|
144
144
|
|
|
145
145
|
<style lang="scss" scoped>
|
|
146
|
-
|
|
147
|
-
.ac-modal {
|
|
148
|
-
// position: relative;
|
|
149
|
-
min-height: 100vh;
|
|
150
|
-
position: fixed;
|
|
151
|
-
width: 100%;
|
|
152
|
-
left: 0;
|
|
153
|
-
top: 0;
|
|
154
|
-
z-index: 9999;
|
|
155
|
-
.ac-button {
|
|
156
|
-
&.is-white {
|
|
157
|
-
margin-right: -10px;
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
&:after {
|
|
162
|
-
position: absolute;
|
|
163
|
-
content: "";
|
|
164
|
-
left: 0;
|
|
165
|
-
top: 0;
|
|
166
|
-
width: 100%;
|
|
167
|
-
height: 100%;
|
|
168
|
-
background-color: $primary-5;
|
|
169
|
-
z-index: -1;
|
|
170
|
-
opacity: 0.5;
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
&.is-small {
|
|
174
|
-
.ac-modal-inner {
|
|
175
|
-
border-radius: 4px;
|
|
176
|
-
width: 446px;
|
|
177
|
-
}
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
&.is-normal {
|
|
181
|
-
.ac-modal-inner {
|
|
182
|
-
width: 518px;
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
&.is-medium {
|
|
187
|
-
.ac-modal-inner {
|
|
188
|
-
width: 800px;
|
|
189
|
-
}
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
&.is-large {
|
|
193
|
-
.ac-modal-inner {
|
|
194
|
-
width: 1000px !important;
|
|
195
|
-
}
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
.ac-modal-inner {
|
|
199
|
-
margin: 0 auto;
|
|
200
|
-
background-color: $white-100;
|
|
201
|
-
border-radius: 4px;
|
|
202
|
-
overflow: hidden;
|
|
203
|
-
box-shadow: 12px 26px 118px rgba(0, 0, 0, 0.16);
|
|
204
|
-
|
|
205
|
-
.ac-modal-header {
|
|
206
|
-
background-color: $white-100;
|
|
207
|
-
padding: 10px 20px;
|
|
208
|
-
display: flex;
|
|
209
|
-
align-items: center;
|
|
210
|
-
justify-content: space-between;
|
|
211
|
-
border: 1px solid $primary-90;
|
|
212
|
-
|
|
213
|
-
h6 {
|
|
214
|
-
color: $primary-10;
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
.ms-close-button {
|
|
218
|
-
button {
|
|
219
|
-
cursor: pointer;
|
|
220
|
-
padding: 3px 5px;
|
|
221
|
-
color: $primary-10;
|
|
222
|
-
}
|
|
223
|
-
}
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
.ac-modal-body {
|
|
227
|
-
padding: 20px;
|
|
228
|
-
max-height: calc(100vh - 230px);
|
|
229
|
-
overflow-y: auto;
|
|
230
|
-
|
|
231
|
-
.ac-modal-content {
|
|
232
|
-
img {
|
|
233
|
-
// width: 100%;
|
|
234
|
-
height: auto;
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
.action-message {
|
|
238
|
-
p {
|
|
239
|
-
font-size: 16px;
|
|
240
|
-
margin-bottom: 10px;
|
|
241
|
-
|
|
242
|
-
&:last-child {
|
|
243
|
-
margin-bottom: 0;
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
&.is-description {
|
|
247
|
-
font-weight: 400;
|
|
248
|
-
color: $primary-10;
|
|
249
|
-
|
|
250
|
-
strong {
|
|
251
|
-
font-weight: 500;
|
|
252
|
-
}
|
|
253
|
-
}
|
|
254
|
-
}
|
|
255
|
-
}
|
|
256
|
-
}
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
.ac-modal-footer {
|
|
260
|
-
border-top: 1px solid $primary-90;
|
|
261
|
-
padding: 10px 20px;
|
|
262
|
-
}
|
|
263
|
-
}
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
/****************************************
|
|
267
|
-
Responsive Classes
|
|
268
|
-
*****************************************/
|
|
269
|
-
// Extra small devices (portrait phones, less than 576px)
|
|
270
|
-
@media (max-width: 575.98px) {
|
|
271
|
-
.ac-modal {
|
|
272
|
-
&.is-small {
|
|
273
|
-
.ac-modal-inner {
|
|
274
|
-
width: 266px;
|
|
275
|
-
}
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
&.is-normal {
|
|
279
|
-
.ac-modal-inner {
|
|
280
|
-
width: calc(100% - 15px);
|
|
281
|
-
}
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
&.is-medium {
|
|
285
|
-
.ac-modal-inner {
|
|
286
|
-
width: calc(100% - 15px);
|
|
287
|
-
}
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
&.is-large {
|
|
291
|
-
.ac-modal-inner {
|
|
292
|
-
width: calc(100% - 15px);
|
|
293
|
-
}
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
.action-message.pt-35.pb-35 {
|
|
297
|
-
padding-top: 20px !important;
|
|
298
|
-
padding-bottom: 20px !important;
|
|
299
|
-
}
|
|
300
|
-
}
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
// Small devices (landscape phones, 576px and up)
|
|
304
|
-
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
305
|
-
.ac-modal {
|
|
306
|
-
&.is-small {
|
|
307
|
-
.ac-modal-inner {
|
|
308
|
-
width: 266px;
|
|
309
|
-
}
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
&.is-normal {
|
|
313
|
-
.ac-modal-inner {
|
|
314
|
-
width: calc(100% - 15px);
|
|
315
|
-
}
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
&.is-medium {
|
|
319
|
-
.ac-modal-inner {
|
|
320
|
-
width: calc(100% - 15px);
|
|
321
|
-
}
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
&.is-large {
|
|
325
|
-
.ac-modal-inner {
|
|
326
|
-
width: calc(100% - 15px);
|
|
327
|
-
}
|
|
328
|
-
}
|
|
329
|
-
}
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
// Medium devices (tablets, 768px and up)
|
|
333
|
-
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
334
|
-
.ac-modal {
|
|
335
|
-
&.is-normal {
|
|
336
|
-
.ac-modal-inner {
|
|
337
|
-
width: calc(100% - 50px);
|
|
338
|
-
}
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
&.is-medium {
|
|
342
|
-
.ac-modal-inner {
|
|
343
|
-
width: calc(100% - 50px);
|
|
344
|
-
}
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
&.is-large {
|
|
348
|
-
.ac-modal-inner {
|
|
349
|
-
width: calc(100% - 50px);
|
|
350
|
-
}
|
|
351
|
-
}
|
|
352
|
-
}
|
|
353
|
-
}
|
|
354
|
-
|
|
355
|
-
// Large devices (desktops, 992px and up)
|
|
356
|
-
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
// Extra large devices (large desktops, 1200px and up)
|
|
360
|
-
@media (min-width: 1200px) {
|
|
361
|
-
}
|
|
146
|
+
@import "../../../vue-components/styles/components/modal";
|
|
362
147
|
</style>
|
|
@@ -63,7 +63,7 @@ const NavbarItemContent = defineAsyncComponent(
|
|
|
63
63
|
</template>
|
|
64
64
|
<template #navbar-content>
|
|
65
65
|
<navbar-item-content class="navbar-dropdown-wrapper" style="right: -30px">
|
|
66
|
-
<ul class="ac-scrollbar p-0">
|
|
66
|
+
<ul class="ac-scrollbar p-0 app-drawer">
|
|
67
67
|
<li v-for="app in apps" :key="app.url">
|
|
68
68
|
<a :href="app.url">
|
|
69
69
|
<article class="media">
|
|
@@ -88,123 +88,3 @@ const NavbarItemContent = defineAsyncComponent(
|
|
|
88
88
|
</template>
|
|
89
89
|
</navbar-item>
|
|
90
90
|
</template>
|
|
91
|
-
|
|
92
|
-
<style lang="scss" scoped>
|
|
93
|
-
.ac-menu-content.app-drawer-dropdown {
|
|
94
|
-
li {
|
|
95
|
-
border-bottom: 1px solid $primary-90;
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
.ac-menu-content {
|
|
100
|
-
ul {
|
|
101
|
-
border-radius: 4px;
|
|
102
|
-
overflow: hidden;
|
|
103
|
-
background-color: $white-100;
|
|
104
|
-
border: 1px solid $primary-90;
|
|
105
|
-
// box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.16);
|
|
106
|
-
max-height: calc(100vh - 100px);
|
|
107
|
-
overflow-y: auto;
|
|
108
|
-
|
|
109
|
-
li {
|
|
110
|
-
display: block;
|
|
111
|
-
font-size: 13px;
|
|
112
|
-
a {
|
|
113
|
-
display: block;
|
|
114
|
-
color: $primary-10 !important;
|
|
115
|
-
padding: 10px 20px !important;
|
|
116
|
-
font-size: 13px !important;
|
|
117
|
-
transition: 0.2s;
|
|
118
|
-
border-bottom: 1px solid $primary-90;
|
|
119
|
-
|
|
120
|
-
&:hover {
|
|
121
|
-
background-color: $primary-97 !important;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
span {
|
|
125
|
-
margin-top: -3px;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
&:hover {
|
|
129
|
-
.media-content {
|
|
130
|
-
.content {
|
|
131
|
-
p {
|
|
132
|
-
color: $primary-20;
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
.media {
|
|
139
|
-
.media-left {
|
|
140
|
-
.image {
|
|
141
|
-
img {
|
|
142
|
-
height: 24px;
|
|
143
|
-
width: auto;
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
.media-content {
|
|
149
|
-
overflow: hidden;
|
|
150
|
-
|
|
151
|
-
.content {
|
|
152
|
-
p {
|
|
153
|
-
vertical-align: middle;
|
|
154
|
-
line-height: 1;
|
|
155
|
-
transition: 0.3s;
|
|
156
|
-
|
|
157
|
-
strong {
|
|
158
|
-
font-weight: 600;
|
|
159
|
-
font-size: 14px;
|
|
160
|
-
// font-family: $font-heading;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
span {
|
|
164
|
-
display: block;
|
|
165
|
-
font-size: 13px;
|
|
166
|
-
margin-top: 4px;
|
|
167
|
-
line-height: 150%;
|
|
168
|
-
}
|
|
169
|
-
}
|
|
170
|
-
}
|
|
171
|
-
}
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
&:hover {
|
|
176
|
-
> a {
|
|
177
|
-
background-color: $white-100;
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
&:first-child {
|
|
182
|
-
&:hover {
|
|
183
|
-
> a {
|
|
184
|
-
border-radius: 4px 4px 0 0;
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
&:last-child {
|
|
190
|
-
&:hover {
|
|
191
|
-
> a {
|
|
192
|
-
border-radius: 0 0 4px 4px;
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
position: absolute;
|
|
200
|
-
z-index: 99;
|
|
201
|
-
right: -154px;
|
|
202
|
-
top: 50px;
|
|
203
|
-
display: block;
|
|
204
|
-
transition: all 0.3s ease-in-out;
|
|
205
|
-
|
|
206
|
-
hr {
|
|
207
|
-
margin: 0;
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
|
-
</style>
|
|
@@ -44,96 +44,4 @@ withDefaults(defineProps<Props>(), {
|
|
|
44
44
|
</div>
|
|
45
45
|
</template>
|
|
46
46
|
|
|
47
|
-
<style lang="scss" scoped>
|
|
48
|
-
.ac-navbar-area {
|
|
49
|
-
position: fixed;
|
|
50
|
-
margin-left: 250px;
|
|
51
|
-
width: 100%;
|
|
52
|
-
top: 0;
|
|
53
|
-
z-index: 999;
|
|
54
|
-
background-color: $primary-97;
|
|
55
|
-
border-bottom: 1px solid $primary-90;
|
|
56
|
-
|
|
57
|
-
&.is-full {
|
|
58
|
-
margin-left: 0;
|
|
59
|
-
|
|
60
|
-
.ac-navbar {
|
|
61
|
-
grid-template-columns: 250px auto auto;
|
|
62
|
-
width: 100%;
|
|
63
|
-
gap: 20px;
|
|
64
|
-
.ac-navbar-brand {
|
|
65
|
-
padding-left: 15px;
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.ac-navbar {
|
|
71
|
-
display: inline-grid;
|
|
72
|
-
grid-template-columns: auto auto;
|
|
73
|
-
// margin-left: 255px;
|
|
74
|
-
grid-gap: 0px;
|
|
75
|
-
align-items: center;
|
|
76
|
-
width: calc(100% - 255px);
|
|
77
|
-
height: 50px;
|
|
78
|
-
// padding: 0 15px;
|
|
79
|
-
|
|
80
|
-
.ac-navbar-brand {
|
|
81
|
-
display: flex;
|
|
82
|
-
align-items: center;
|
|
83
|
-
.logo {
|
|
84
|
-
font-size: 20px;
|
|
85
|
-
font-weight: 600;
|
|
86
|
-
color: $white-100;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
img {
|
|
90
|
-
height: 30px;
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
.ac-navbar-cluster-switcher {
|
|
94
|
-
max-width: 350px;
|
|
95
|
-
}
|
|
96
|
-
.ac-navbar-menu {
|
|
97
|
-
display: flex;
|
|
98
|
-
align-items: center;
|
|
99
|
-
justify-content: flex-end;
|
|
100
|
-
|
|
101
|
-
.ac-menu-item {
|
|
102
|
-
position: relative;
|
|
103
|
-
z-index: 1;
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
// for sidebar-collapsed
|
|
109
|
-
.sidebar-collapsed {
|
|
110
|
-
.ac-navbar {
|
|
111
|
-
.ac-navbar-brand {
|
|
112
|
-
padding-left: 70px !important;
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
/****************************************
|
|
118
|
-
Responsive Classes
|
|
119
|
-
*****************************************/
|
|
120
|
-
// Extra small devices (portrait phones, less than 576px)
|
|
121
|
-
@media (max-width: 575.98px) {
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
// Small devices (landscape phones, 576px and up)
|
|
125
|
-
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
// Medium devices (tablets, 768px and up)
|
|
129
|
-
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
// Large devices (desktops, 992px and up)
|
|
133
|
-
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
// Extra large devices (large desktops, 1200px and up)
|
|
137
|
-
@media (min-width: 1200px) {
|
|
138
|
-
}
|
|
139
|
-
</style>
|
|
47
|
+
<style lang="scss" scoped></style>
|
|
@@ -36,68 +36,3 @@ onClickOutside(navbarItem, () => (isActive.value = ""));
|
|
|
36
36
|
<slot name="navbar-content" />
|
|
37
37
|
</div>
|
|
38
38
|
</template>
|
|
39
|
-
|
|
40
|
-
<style lang="scss" scoped>
|
|
41
|
-
.ac-menu-item {
|
|
42
|
-
margin-left: 8px;
|
|
43
|
-
position: relative;
|
|
44
|
-
|
|
45
|
-
&.is-active {
|
|
46
|
-
.ac-nav-button {
|
|
47
|
-
&::after {
|
|
48
|
-
background-color: $primary-90;
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
&:first-child {
|
|
54
|
-
margin-left: 0;
|
|
55
|
-
}
|
|
56
|
-
&.ac-profile-button {
|
|
57
|
-
button.button.ac-nav-button {
|
|
58
|
-
width: 100%;
|
|
59
|
-
background-color: transparent;
|
|
60
|
-
border-radius: 0;
|
|
61
|
-
font-weight: 500;
|
|
62
|
-
border: none;
|
|
63
|
-
&::after {
|
|
64
|
-
border-radius: 0;
|
|
65
|
-
border: none;
|
|
66
|
-
background-color: transparent;
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
.ac-nav-button {
|
|
71
|
-
width: 32px;
|
|
72
|
-
height: 32px;
|
|
73
|
-
border-radius: 50%;
|
|
74
|
-
padding: 5px;
|
|
75
|
-
transition: all 0.3s ease-in-out;
|
|
76
|
-
position: relative;
|
|
77
|
-
z-index: 99;
|
|
78
|
-
user-select: none;
|
|
79
|
-
border: 1px solid $primary-80;
|
|
80
|
-
cursor: pointer;
|
|
81
|
-
&:after {
|
|
82
|
-
position: absolute;
|
|
83
|
-
content: "";
|
|
84
|
-
left: 0;
|
|
85
|
-
top: 0;
|
|
86
|
-
opacity: 1;
|
|
87
|
-
z-index: -1;
|
|
88
|
-
width: 100%;
|
|
89
|
-
height: 100%;
|
|
90
|
-
border-radius: 50%;
|
|
91
|
-
transition: 0.3s ease-in-out;
|
|
92
|
-
}
|
|
93
|
-
&:focus {
|
|
94
|
-
box-shadow: none;
|
|
95
|
-
}
|
|
96
|
-
&:hover {
|
|
97
|
-
&:after {
|
|
98
|
-
background-color: $primary-90;
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
</style>
|