@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
|
@@ -0,0 +1,527 @@
|
|
|
1
|
+
// menu content
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
.ac-menu-item {
|
|
6
|
+
.ac-nav-button {
|
|
7
|
+
width: 32px;
|
|
8
|
+
height: 32px;
|
|
9
|
+
border-radius: 50%;
|
|
10
|
+
padding: 5px;
|
|
11
|
+
transition: all 0.3s ease-in-out;
|
|
12
|
+
position: relative;
|
|
13
|
+
z-index: 99;
|
|
14
|
+
user-select: none;
|
|
15
|
+
border: 1px solid $primary-80;
|
|
16
|
+
cursor: pointer;
|
|
17
|
+
|
|
18
|
+
&:after {
|
|
19
|
+
position: absolute;
|
|
20
|
+
content: "";
|
|
21
|
+
left: 0;
|
|
22
|
+
top: 0;
|
|
23
|
+
opacity: 1;
|
|
24
|
+
z-index: -1;
|
|
25
|
+
width: 100%;
|
|
26
|
+
height: 100%;
|
|
27
|
+
border-radius: 50%;
|
|
28
|
+
transition: 0.3s ease-in-out;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
&:focus {
|
|
32
|
+
box-shadow: none;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
&:hover {
|
|
36
|
+
&:after {
|
|
37
|
+
background-color: $primary-90;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
&.ac-profile-button {
|
|
42
|
+
margin-right: 15px;
|
|
43
|
+
button.button.ac-nav-button {
|
|
44
|
+
width: 100%;
|
|
45
|
+
background-color: transparent;
|
|
46
|
+
border-radius: 0;
|
|
47
|
+
font-weight: 500;
|
|
48
|
+
border: none;
|
|
49
|
+
|
|
50
|
+
&::after {
|
|
51
|
+
border-radius: 0;
|
|
52
|
+
border: none;
|
|
53
|
+
background-color: transparent;
|
|
54
|
+
}
|
|
55
|
+
.ac-user-profile {
|
|
56
|
+
width: 32px;
|
|
57
|
+
height: 32px;
|
|
58
|
+
border-radius: 50%;
|
|
59
|
+
overflow: hidden;
|
|
60
|
+
border: 2px solid $primary-90;
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
}
|
|
64
|
+
i.fa {
|
|
65
|
+
padding-left: 8px;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
.ac-menu-content {
|
|
70
|
+
position: absolute;
|
|
71
|
+
right: 0;
|
|
72
|
+
top: 80px;
|
|
73
|
+
min-width: 180px;
|
|
74
|
+
opacity: 0;
|
|
75
|
+
visibility: hidden;
|
|
76
|
+
transition: 0.3s ease-in;
|
|
77
|
+
width: 260px;
|
|
78
|
+
box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
|
|
79
|
+
0 0px 0 1px rgba(10, 10, 10, 0.02);
|
|
80
|
+
|
|
81
|
+
&.quick-access {
|
|
82
|
+
background-color: $white-100;
|
|
83
|
+
padding: 20px;
|
|
84
|
+
min-width: 260px !important;
|
|
85
|
+
max-height: 250px;
|
|
86
|
+
overflow-y: auto;
|
|
87
|
+
border-radius: 4px;
|
|
88
|
+
|
|
89
|
+
.header {
|
|
90
|
+
display: flex;
|
|
91
|
+
justify-content: space-between;
|
|
92
|
+
align-items: center;
|
|
93
|
+
border-bottom: 1px solid $primary-90;
|
|
94
|
+
padding-bottom: 20px;
|
|
95
|
+
|
|
96
|
+
p {
|
|
97
|
+
font-size: 13px;
|
|
98
|
+
color: $primary-10;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
button {
|
|
102
|
+
background-color: transparent;
|
|
103
|
+
border: none;
|
|
104
|
+
cursor: pointer;
|
|
105
|
+
color: $primary-20;
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.body-content {
|
|
110
|
+
margin-top: 20px;
|
|
111
|
+
|
|
112
|
+
p {
|
|
113
|
+
font-size: 13px;
|
|
114
|
+
color: $primary-10;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.organizations {
|
|
118
|
+
.organization {
|
|
119
|
+
display: flex;
|
|
120
|
+
align-items: center;
|
|
121
|
+
justify-content: space-between;
|
|
122
|
+
padding: 5px 0;
|
|
123
|
+
|
|
124
|
+
.org-info {
|
|
125
|
+
display: flex;
|
|
126
|
+
align-items: center;
|
|
127
|
+
|
|
128
|
+
img {
|
|
129
|
+
max-width: 30px;
|
|
130
|
+
margin-right: 10px;
|
|
131
|
+
object-fit: cover;
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.remove {
|
|
136
|
+
border: none;
|
|
137
|
+
padding: 0;
|
|
138
|
+
font-size: 11px;
|
|
139
|
+
color: $danger;
|
|
140
|
+
background-color: transparent;
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
&.is-notification {
|
|
148
|
+
right: 0;
|
|
149
|
+
background-color: $white-100;
|
|
150
|
+
box-shadow: 0px 4px 8px rgba(84, 101, 126, 0.2);
|
|
151
|
+
border-radius: 4px;
|
|
152
|
+
min-width: 330px;
|
|
153
|
+
max-height: 400px;
|
|
154
|
+
overflow-y: auto;
|
|
155
|
+
|
|
156
|
+
.notification-header {
|
|
157
|
+
padding: 20px 20px 6px 20px;
|
|
158
|
+
display: flex;
|
|
159
|
+
justify-content: space-between;
|
|
160
|
+
align-items: baseline;
|
|
161
|
+
|
|
162
|
+
.left-content {
|
|
163
|
+
p {
|
|
164
|
+
font-weight: 500;
|
|
165
|
+
font-size: 13px;
|
|
166
|
+
line-height: 19px;
|
|
167
|
+
margin-bottom: 15px;
|
|
168
|
+
|
|
169
|
+
span {
|
|
170
|
+
font-weight: normal;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
&.date {
|
|
174
|
+
font-size: 11px;
|
|
175
|
+
line-height: 14px;
|
|
176
|
+
font-weight: normal;
|
|
177
|
+
margin-bottom: 0;
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.right-content {
|
|
183
|
+
.button {
|
|
184
|
+
border: none;
|
|
185
|
+
margin: 0;
|
|
186
|
+
padding: 10px;
|
|
187
|
+
font-size: 13px;
|
|
188
|
+
|
|
189
|
+
&.is-active {
|
|
190
|
+
background-color: $primary;
|
|
191
|
+
color: $white-100;
|
|
192
|
+
|
|
193
|
+
img {
|
|
194
|
+
filter: brightness(100);
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
&:hover {
|
|
199
|
+
background-color: $primary;
|
|
200
|
+
color: $white-100;
|
|
201
|
+
|
|
202
|
+
img {
|
|
203
|
+
filter: brightness(100);
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.notification-body {
|
|
211
|
+
.single-notification-item {
|
|
212
|
+
display: block;
|
|
213
|
+
border-top: 1px solid $primary-90;
|
|
214
|
+
padding: 15px 20px;
|
|
215
|
+
font-weight: 500;
|
|
216
|
+
|
|
217
|
+
&.is-complete {
|
|
218
|
+
font-weight: 400;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
&:hover {
|
|
222
|
+
background-color: #d1e3f2;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
p {
|
|
226
|
+
color: $primary-10;
|
|
227
|
+
font-size: 11px;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.notification-status {
|
|
231
|
+
margin-top: 10px;
|
|
232
|
+
display: flex;
|
|
233
|
+
align-items: center;
|
|
234
|
+
justify-content: space-between;
|
|
235
|
+
|
|
236
|
+
p {
|
|
237
|
+
font-size: 11px;
|
|
238
|
+
color: $primary-20;
|
|
239
|
+
|
|
240
|
+
&.is-success {
|
|
241
|
+
color: $success;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
&.is-danger {
|
|
245
|
+
color: $danger;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
&.is-warning {
|
|
249
|
+
color: $warning;
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.see-all-message {
|
|
257
|
+
border-top: 1px solid $primary-90;
|
|
258
|
+
text-align: center;
|
|
259
|
+
font-weight: 500;
|
|
260
|
+
font-size: 13px;
|
|
261
|
+
color: $primary-10;
|
|
262
|
+
display: block;
|
|
263
|
+
padding: 10px 20px;
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
ul {
|
|
268
|
+
background-color: $white-100;
|
|
269
|
+
padding: 0;
|
|
270
|
+
// border-radius: 4px;
|
|
271
|
+
overflow: hidden;
|
|
272
|
+
|
|
273
|
+
li {
|
|
274
|
+
a {
|
|
275
|
+
display: block;
|
|
276
|
+
padding: 8px 15px;
|
|
277
|
+
color: $primary-10;
|
|
278
|
+
transition: 0.3s ease-in-out;
|
|
279
|
+
font-size: 13px;
|
|
280
|
+
|
|
281
|
+
&:hover {
|
|
282
|
+
background-color: $primary-95;
|
|
283
|
+
|
|
284
|
+
p {
|
|
285
|
+
color: $primary !important;
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
.user-profile-wrapper {
|
|
293
|
+
background-color: $white-100;
|
|
294
|
+
border-radius: 4px;
|
|
295
|
+
border: 1px solid $primary-90;
|
|
296
|
+
|
|
297
|
+
.profile-area {
|
|
298
|
+
display: flex;
|
|
299
|
+
align-items: center;
|
|
300
|
+
border-bottom: 1px solid $primary-90;
|
|
301
|
+
padding: 16px 16px;
|
|
302
|
+
|
|
303
|
+
.profile-photo {
|
|
304
|
+
// width: 50px;
|
|
305
|
+
// height: 50px;
|
|
306
|
+
border-radius: 50%;
|
|
307
|
+
position: relative;
|
|
308
|
+
z-index: 1;
|
|
309
|
+
margin-right: 10px;
|
|
310
|
+
|
|
311
|
+
img {
|
|
312
|
+
border-radius: 50%;
|
|
313
|
+
width: 100%;
|
|
314
|
+
border: 2px solid #d2e7f9;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
.camera-icon {
|
|
318
|
+
position: absolute;
|
|
319
|
+
right: -10px;
|
|
320
|
+
top: 0;
|
|
321
|
+
background-color: transparent;
|
|
322
|
+
border: none;
|
|
323
|
+
cursor: pointer;
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
.profile-info {
|
|
328
|
+
p {
|
|
329
|
+
color: $primary-10;
|
|
330
|
+
font-size: 13px;
|
|
331
|
+
font-weight: 500;
|
|
332
|
+
line-height: 1.3;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
a {
|
|
336
|
+
font-size: 1rem;
|
|
337
|
+
color: $primary-20;
|
|
338
|
+
line-height: 1.3;
|
|
339
|
+
}
|
|
340
|
+
}
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
.list-items {
|
|
344
|
+
max-height: calc(100vh - 100px);
|
|
345
|
+
overflow-y: auto;
|
|
346
|
+
li {
|
|
347
|
+
&.is-close {
|
|
348
|
+
ul {
|
|
349
|
+
max-height: 0;
|
|
350
|
+
visibility: hidden;
|
|
351
|
+
transition: max-height 0.25s ease-out;
|
|
352
|
+
&.ac-vscrollbar {
|
|
353
|
+
padding: 0;
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
&.is-open {
|
|
359
|
+
ul {
|
|
360
|
+
padding: 8px;
|
|
361
|
+
max-height: 200px;
|
|
362
|
+
visibility: visible;
|
|
363
|
+
transition: max-height 0.25s ease-out;
|
|
364
|
+
li {
|
|
365
|
+
padding: 0;
|
|
366
|
+
border: 1px solid $primary-95;
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
a {
|
|
371
|
+
padding: 8px 16px;
|
|
372
|
+
font-weight: 500;
|
|
373
|
+
display: block;
|
|
374
|
+
color: $primary-10;
|
|
375
|
+
transition: 0.3s;
|
|
376
|
+
display: flex;
|
|
377
|
+
align-items: center;
|
|
378
|
+
gap: 8px;
|
|
379
|
+
|
|
380
|
+
&:hover {
|
|
381
|
+
background-color: $primary-97;
|
|
382
|
+
color: $primary;
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
}
|
|
387
|
+
}
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
&.is-active {
|
|
391
|
+
.ac-nav-button {
|
|
392
|
+
&::after {
|
|
393
|
+
background-color: $primary-90;
|
|
394
|
+
}
|
|
395
|
+
}
|
|
396
|
+
.ac-menu-content {
|
|
397
|
+
opacity: 1;
|
|
398
|
+
visibility: visible;
|
|
399
|
+
top: 35px;
|
|
400
|
+
z-index: 99;
|
|
401
|
+
|
|
402
|
+
&::after {
|
|
403
|
+
position: absolute;
|
|
404
|
+
content: "";
|
|
405
|
+
right: 38px;
|
|
406
|
+
top: -6px;
|
|
407
|
+
background-color: $white-100;
|
|
408
|
+
width: 15px;
|
|
409
|
+
height: 15px;
|
|
410
|
+
transform: rotate(45deg);
|
|
411
|
+
box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.16);
|
|
412
|
+
z-index: -1;
|
|
413
|
+
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
.ac-menu-content {
|
|
419
|
+
&.navbar-dropdown-wrapper {
|
|
420
|
+
position: absolute;
|
|
421
|
+
border-radius: 4px;
|
|
422
|
+
z-index: 99;
|
|
423
|
+
right: 0px;
|
|
424
|
+
top: 40px;
|
|
425
|
+
display: block;
|
|
426
|
+
transition: all 0.3s ease-in-out;
|
|
427
|
+
ul.app-drawer {
|
|
428
|
+
border-radius: 4px;
|
|
429
|
+
overflow: hidden;
|
|
430
|
+
background-color: $white-100;
|
|
431
|
+
border: 1px solid $primary-90;
|
|
432
|
+
// box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.16);
|
|
433
|
+
max-height: calc(100vh - 100px);
|
|
434
|
+
overflow-y: auto;
|
|
435
|
+
|
|
436
|
+
li {
|
|
437
|
+
display: block;
|
|
438
|
+
font-size: 13px;
|
|
439
|
+
a {
|
|
440
|
+
display: block;
|
|
441
|
+
color: $primary-10 !important;
|
|
442
|
+
padding: 10px 20px !important;
|
|
443
|
+
font-size: 13px !important;
|
|
444
|
+
transition: 0.2s;
|
|
445
|
+
border-bottom: 1px solid $primary-90;
|
|
446
|
+
|
|
447
|
+
&:hover {
|
|
448
|
+
background-color: $primary-97 !important;
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
span {
|
|
452
|
+
margin-top: -3px;
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
&:hover {
|
|
456
|
+
.media-content {
|
|
457
|
+
.content {
|
|
458
|
+
p {
|
|
459
|
+
color: $primary-20;
|
|
460
|
+
}
|
|
461
|
+
}
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
.media {
|
|
466
|
+
.media-left {
|
|
467
|
+
.image {
|
|
468
|
+
img {
|
|
469
|
+
height: 24px;
|
|
470
|
+
width: auto;
|
|
471
|
+
}
|
|
472
|
+
}
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
.media-content {
|
|
476
|
+
overflow: hidden;
|
|
477
|
+
|
|
478
|
+
.content {
|
|
479
|
+
p {
|
|
480
|
+
vertical-align: middle;
|
|
481
|
+
line-height: 1;
|
|
482
|
+
transition: 0.3s;
|
|
483
|
+
|
|
484
|
+
strong {
|
|
485
|
+
font-weight: 600;
|
|
486
|
+
font-size: 14px;
|
|
487
|
+
// font-family: $font-heading;
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
span {
|
|
491
|
+
display: block;
|
|
492
|
+
font-size: 13px;
|
|
493
|
+
margin-top: 4px;
|
|
494
|
+
line-height: 150%;
|
|
495
|
+
}
|
|
496
|
+
}
|
|
497
|
+
}
|
|
498
|
+
}
|
|
499
|
+
}
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
&:hover {
|
|
503
|
+
> a {
|
|
504
|
+
background-color: $white-100;
|
|
505
|
+
}
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
&:first-child {
|
|
509
|
+
&:hover {
|
|
510
|
+
> a {
|
|
511
|
+
border-radius: 4px 4px 0 0;
|
|
512
|
+
}
|
|
513
|
+
}
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
&:last-child {
|
|
517
|
+
&:hover {
|
|
518
|
+
> a {
|
|
519
|
+
border-radius: 0 0 4px 4px;
|
|
520
|
+
}
|
|
521
|
+
}
|
|
522
|
+
}
|
|
523
|
+
}
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
}
|
|
527
|
+
}
|
|
@@ -0,0 +1,216 @@
|
|
|
1
|
+
// modal start
|
|
2
|
+
.ac-modal {
|
|
3
|
+
// position: relative;
|
|
4
|
+
min-height: 100vh;
|
|
5
|
+
position: fixed;
|
|
6
|
+
width: 100%;
|
|
7
|
+
left: 0;
|
|
8
|
+
top: 0;
|
|
9
|
+
z-index: 9999;
|
|
10
|
+
.ac-button {
|
|
11
|
+
&.is-white {
|
|
12
|
+
margin-right: -10px;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
&:after {
|
|
17
|
+
position: absolute;
|
|
18
|
+
content: "";
|
|
19
|
+
left: 0;
|
|
20
|
+
top: 0;
|
|
21
|
+
width: 100%;
|
|
22
|
+
height: 100%;
|
|
23
|
+
background-color: $primary-5;
|
|
24
|
+
z-index: -1;
|
|
25
|
+
opacity: 0.5;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
&.is-small {
|
|
29
|
+
.ac-modal-inner {
|
|
30
|
+
border-radius: 4px;
|
|
31
|
+
width: 446px;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
&.is-normal {
|
|
36
|
+
.ac-modal-inner {
|
|
37
|
+
width: 518px;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
&.is-medium {
|
|
42
|
+
.ac-modal-inner {
|
|
43
|
+
width: 800px;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
&.is-large {
|
|
48
|
+
.ac-modal-inner {
|
|
49
|
+
width: 1000px !important;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.ac-modal-inner {
|
|
54
|
+
margin: 0 auto;
|
|
55
|
+
background-color: $white-100;
|
|
56
|
+
border-radius: 4px;
|
|
57
|
+
overflow: hidden;
|
|
58
|
+
box-shadow: 12px 26px 118px rgba(0, 0, 0, 0.16);
|
|
59
|
+
|
|
60
|
+
.ac-modal-header {
|
|
61
|
+
background-color: $white-100;
|
|
62
|
+
padding: 10px 20px;
|
|
63
|
+
display: flex;
|
|
64
|
+
align-items: center;
|
|
65
|
+
justify-content: space-between;
|
|
66
|
+
border: 1px solid $primary-90;
|
|
67
|
+
|
|
68
|
+
h6 {
|
|
69
|
+
color: $primary-10;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.ms-close-button {
|
|
73
|
+
button {
|
|
74
|
+
cursor: pointer;
|
|
75
|
+
padding: 3px 5px;
|
|
76
|
+
color: $primary-10;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.ac-modal-body {
|
|
82
|
+
padding: 20px;
|
|
83
|
+
max-height: calc(100vh - 230px);
|
|
84
|
+
overflow-y: auto;
|
|
85
|
+
|
|
86
|
+
.ac-modal-content {
|
|
87
|
+
img {
|
|
88
|
+
// width: 100%;
|
|
89
|
+
height: auto;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.action-message {
|
|
93
|
+
p {
|
|
94
|
+
font-size: 16px;
|
|
95
|
+
margin-bottom: 10px;
|
|
96
|
+
|
|
97
|
+
&:last-child {
|
|
98
|
+
margin-bottom: 0;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
&.is-description {
|
|
102
|
+
font-weight: 400;
|
|
103
|
+
color: $primary-10;
|
|
104
|
+
|
|
105
|
+
strong {
|
|
106
|
+
font-weight: 500;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.ac-modal-footer {
|
|
115
|
+
border-top: 1px solid $primary-90;
|
|
116
|
+
padding: 10px 20px;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
/****************************************
|
|
122
|
+
Responsive Classes
|
|
123
|
+
*****************************************/
|
|
124
|
+
// Extra small devices (portrait phones, less than 576px)
|
|
125
|
+
@media (max-width: 575.98px) {
|
|
126
|
+
.ac-modal {
|
|
127
|
+
&.is-small {
|
|
128
|
+
.ac-modal-inner {
|
|
129
|
+
width: 266px;
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
&.is-normal {
|
|
134
|
+
.ac-modal-inner {
|
|
135
|
+
width: calc(100% - 15px);
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
&.is-medium {
|
|
140
|
+
.ac-modal-inner {
|
|
141
|
+
width: calc(100% - 15px);
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
&.is-large {
|
|
146
|
+
.ac-modal-inner {
|
|
147
|
+
width: calc(100% - 15px);
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.action-message.pt-35.pb-35 {
|
|
152
|
+
padding-top: 20px !important;
|
|
153
|
+
padding-bottom: 20px !important;
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
// Small devices (landscape phones, 576px and up)
|
|
159
|
+
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
160
|
+
.ac-modal {
|
|
161
|
+
&.is-small {
|
|
162
|
+
.ac-modal-inner {
|
|
163
|
+
width: 266px;
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
&.is-normal {
|
|
168
|
+
.ac-modal-inner {
|
|
169
|
+
width: calc(100% - 15px);
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
&.is-medium {
|
|
174
|
+
.ac-modal-inner {
|
|
175
|
+
width: calc(100% - 15px);
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
&.is-large {
|
|
180
|
+
.ac-modal-inner {
|
|
181
|
+
width: calc(100% - 15px);
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
// Medium devices (tablets, 768px and up)
|
|
188
|
+
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
189
|
+
.ac-modal {
|
|
190
|
+
&.is-normal {
|
|
191
|
+
.ac-modal-inner {
|
|
192
|
+
width: calc(100% - 50px);
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
&.is-medium {
|
|
197
|
+
.ac-modal-inner {
|
|
198
|
+
width: calc(100% - 50px);
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
&.is-large {
|
|
203
|
+
.ac-modal-inner {
|
|
204
|
+
width: calc(100% - 50px);
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
// Large devices (desktops, 992px and up)
|
|
211
|
+
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
// Extra large devices (large desktops, 1200px and up)
|
|
215
|
+
@media (min-width: 1200px) {
|
|
216
|
+
}
|