@appscode/design-system 2.0.30 → 2.0.32-alpha.1
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/vue-components/styles/base/utilities/_colors.scss +7 -1
- package/vue-components/styles/base/utilities/_global.scss +11 -11
- package/vue-components/styles/base/utilities/_typography.scss +4 -4
- package/vue-components/styles/components/_ac-code-highlight.scss +12 -7
- package/vue-components/styles/components/_ac-drag.scss +7 -7
- package/vue-components/styles/components/_ac-tags.scss +3 -3
- package/vue-components/styles/components/_accordion.scss +4 -4
- package/vue-components/styles/components/_add-card.scss +1 -1
- package/vue-components/styles/components/_breadcrumb.scss +3 -3
- package/vue-components/styles/components/_button.scss +1 -1
- package/vue-components/styles/components/_card-body-wrapper.scss +2 -2
- package/vue-components/styles/components/_direct-deploy.scss +5 -5
- package/vue-components/styles/components/_dropdown.scss +4 -4
- package/vue-components/styles/components/_getkeeper.scss +6 -6
- package/vue-components/styles/components/_graph.scss +3 -3
- package/vue-components/styles/components/_modal.scss +5 -5
- package/vue-components/styles/components/_nested-list.scss +3 -3
- package/vue-components/styles/components/_options.scss +5 -5
- package/vue-components/styles/components/_overview-info.scss +8 -8
- package/vue-components/styles/components/_overview-page.scss +3 -3
- package/vue-components/styles/components/_pagination.scss +6 -8
- package/vue-components/styles/components/_preview-modal.scss +5 -5
- package/vue-components/styles/components/_pricing-table.scss +9 -9
- package/vue-components/styles/components/_progress-bar.scss +72 -58
- package/vue-components/styles/components/_table-of-content.scss +5 -5
- package/vue-components/styles/components/_table.scss +14 -14
- package/vue-components/styles/components/_tabs.scss +19 -19
- package/vue-components/styles/components/_terminal.scss +4 -4
- package/vue-components/styles/components/_widget-menu.scss +15 -10
- package/vue-components/styles/components/_wizard.scss +16 -16
- package/vue-components/styles/components/bbum/_card-team.scss +4 -4
- package/vue-components/styles/components/bbum/_information-center.scss +14 -10
- package/vue-components/styles/components/bbum/_left-sidebar.scss +2 -2
- package/vue-components/styles/components/bbum/_post.scss +2 -2
- package/vue-components/styles/components/bbum/_sign-up-notification.scss +3 -3
- package/vue-components/styles/components/bbum/_single-post-preview.scss +15 -11
- package/vue-components/styles/components/bbum/_user-profile.scss +5 -5
- package/vue-components/styles/components/cards/_cluster.scss +1 -1
- package/vue-components/styles/components/cards/_info.scss +4 -4
- package/vue-components/styles/components/cards/_org.scss +1 -1
- package/vue-components/styles/components/cards/_payment-card.scss +3 -3
- package/vue-components/styles/components/cards/_subscription-card.scss +14 -10
- package/vue-components/styles/components/cards/_vendor.scss +3 -3
- package/vue-components/styles/components/content/_content-header.scss +1 -1
- package/vue-components/styles/components/editor/_filtered-file-editor.scss +5 -5
- package/vue-components/styles/components/footer/_footer-item.scss +1 -1
- package/vue-components/styles/components/form-fields/_file-upload.scss +3 -3
- package/vue-components/styles/components/form-fields/_form-footer.scss +1 -1
- package/vue-components/styles/components/form-fields/_image-upload.scss +5 -5
- package/vue-components/styles/components/form-fields/_input-card.scss +6 -6
- package/vue-components/styles/components/form-fields/_input.scss +9 -9
- package/vue-components/styles/components/navbar/_menu-content.scss +21 -21
- package/vue-components/styles/components/navbar/_navbar.scss +1 -1
- package/vue-components/styles/components/navbar/_notification.scss +4 -4
- package/vue-components/styles/components/select-box/_ac-select-box.scss +1 -1
- package/vue-components/styles/components/select-box/_multi-select.scss +7 -7
- package/vue-components/styles/components/sidebar-tabs/_sidebar-tabs.scss +3 -3
- package/vue-components/styles/components/ui-builder/_ui-builder.scss +11 -11
- package/vue-components/styles/components/ui-builder/_vue-open-api.scss +7 -7
- package/vue-components/styles/layouts/_code-preview.scss +10 -8
- package/vue-components/v2/pagination/Pagination.vue +3 -3
- package/vue-components/v3/cards/Counter.vue +1 -1
- package/vue-components/v3/cards/OverviewCard.vue +1 -1
- package/vue-components/v3/cards/OverviewCards.vue +1 -1
- package/vue-components/v3/header/Header.vue +5 -5
- package/vue-components/v3/navbar/ThemeMode.vue +3 -3
- package/vue-components/v3/pagination/Pagination.vue +6 -6
- package/vue-components/v3/sidebar/SidebarFooter.vue +1 -1
- package/vue-components/v3/sidebar/Steps.vue +2 -2
- package/vue-components/v3/sidebar/sidebar-tabs/SidebarTabsLayout.vue +3 -1
- package/vue-components/v3/table/InfoTable.vue +2 -2
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
// a {
|
|
9
9
|
// font-size: 13px;
|
|
10
10
|
// font-weight: 400;
|
|
11
|
-
// color: $
|
|
11
|
+
// color: $color-heading;
|
|
12
12
|
// display: block;
|
|
13
13
|
// padding: 7px 10px;
|
|
14
14
|
// padding-left: 20px;
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
// a {
|
|
92
92
|
// font-size: 13px;
|
|
93
93
|
// font-weight: 500;
|
|
94
|
-
// color: $
|
|
94
|
+
// color: $color-heading;
|
|
95
95
|
|
|
96
96
|
// &:hover {
|
|
97
97
|
// color: $primary;
|
|
@@ -134,12 +134,12 @@
|
|
|
134
134
|
// width: 100%;
|
|
135
135
|
// justify-content: space-between;
|
|
136
136
|
// padding: 18px;
|
|
137
|
-
// background-color: $
|
|
137
|
+
// background-color: $color-border;
|
|
138
138
|
|
|
139
139
|
// p {
|
|
140
140
|
// font-size: 13px;
|
|
141
141
|
// font-weight: 600;
|
|
142
|
-
// color: $
|
|
142
|
+
// color: $color-heading;
|
|
143
143
|
// }
|
|
144
144
|
// }
|
|
145
145
|
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
// display: block;
|
|
154
154
|
// background-color: $white-100;
|
|
155
155
|
// text-align: left;
|
|
156
|
-
// color: $
|
|
156
|
+
// color: $color-heading;
|
|
157
157
|
// font-size: 13px;
|
|
158
158
|
// font-weight: 500;
|
|
159
159
|
|
|
@@ -252,16 +252,21 @@
|
|
|
252
252
|
Responsive Classes
|
|
253
253
|
*****************************************/
|
|
254
254
|
// Extra small devices (portrait phones, less than 576px)
|
|
255
|
-
@media (max-width: 575.98px) {
|
|
255
|
+
@media (max-width: 575.98px) {
|
|
256
|
+
}
|
|
256
257
|
|
|
257
258
|
// Small devices (landscape phones, 576px and up)
|
|
258
|
-
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
259
|
+
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
260
|
+
}
|
|
259
261
|
|
|
260
262
|
// Medium devices (tablets, 768px and up)
|
|
261
|
-
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
263
|
+
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
264
|
+
}
|
|
262
265
|
|
|
263
266
|
// Large devices (desktops, 992px and up)
|
|
264
|
-
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
267
|
+
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
268
|
+
}
|
|
265
269
|
|
|
266
270
|
// Extra large devices (large desktops, 1200px and up)
|
|
267
|
-
@media (min-width: 1200px) {
|
|
271
|
+
@media (min-width: 1200px) {
|
|
272
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// .single-wizard-section {
|
|
2
2
|
// padding: 20px;
|
|
3
3
|
// background-color: $white-100;
|
|
4
|
-
// border: 1px solid $
|
|
4
|
+
// border: 1px solid $color-border;
|
|
5
5
|
// border-radius: 4px;
|
|
6
6
|
// }
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// font-weight: normal;
|
|
12
12
|
// font-size: 13px;
|
|
13
13
|
// line-height: 100%;
|
|
14
|
-
// color: $
|
|
14
|
+
// color: $color-heading;
|
|
15
15
|
// margin-bottom: 10px;
|
|
16
16
|
// }
|
|
17
17
|
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
// font-weight: 500;
|
|
86
86
|
// font-size: 13px;
|
|
87
87
|
// line-height: 16px;
|
|
88
|
-
// color: $
|
|
88
|
+
// color: $color-heading;
|
|
89
89
|
// margin-right: 16px;
|
|
90
90
|
// }
|
|
91
91
|
// }
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
// font-weight: 500;
|
|
130
130
|
// font-size: 14px;
|
|
131
131
|
// line-height: 19px;
|
|
132
|
-
// color: $
|
|
132
|
+
// color: $color-heading;
|
|
133
133
|
// }
|
|
134
134
|
|
|
135
135
|
// img {
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
// font-weight: 500;
|
|
190
190
|
// font-size: 13px;
|
|
191
191
|
// line-height: 16px;
|
|
192
|
-
// color: $
|
|
192
|
+
// color: $color-heading;
|
|
193
193
|
// }
|
|
194
194
|
|
|
195
195
|
// button {
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
|
|
231
231
|
// .list-items {
|
|
232
232
|
// padding: 10px;
|
|
233
|
-
// border-bottom: 1px solid $
|
|
233
|
+
// border-bottom: 1px solid $color-border;
|
|
234
234
|
|
|
235
235
|
// &:last-child {
|
|
236
236
|
// border-bottom: none;
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
|
|
244
244
|
// li {
|
|
245
245
|
// font-weight: 500;
|
|
246
|
-
// color: $
|
|
246
|
+
// color: $color-heading;
|
|
247
247
|
// }
|
|
248
248
|
// }
|
|
249
249
|
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
// font-weight: normal;
|
|
255
255
|
// font-size: 13px;
|
|
256
256
|
// line-height: 16px;
|
|
257
|
-
// color: $
|
|
257
|
+
// color: $color-heading;
|
|
258
258
|
// display: flex;
|
|
259
259
|
// align-items: center;
|
|
260
260
|
|
|
@@ -289,7 +289,7 @@
|
|
|
289
289
|
// font-size: 13px;
|
|
290
290
|
// line-height: 18px;
|
|
291
291
|
// display: block;
|
|
292
|
-
// color: $
|
|
292
|
+
// color: $color-heading;
|
|
293
293
|
// margin-bottom: 5px;
|
|
294
294
|
// }
|
|
295
295
|
// }
|
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
// background-color: $white-100;
|
|
306
306
|
|
|
307
307
|
// &:hover {
|
|
308
|
-
// background-color: $
|
|
308
|
+
// background-color: $color-border;
|
|
309
309
|
// }
|
|
310
310
|
// }
|
|
311
311
|
|
|
@@ -337,7 +337,7 @@
|
|
|
337
337
|
|
|
338
338
|
// /* Gray 1 */
|
|
339
339
|
|
|
340
|
-
// color: $
|
|
340
|
+
// color: $color-heading;
|
|
341
341
|
// }
|
|
342
342
|
// }
|
|
343
343
|
// }
|
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
// font-weight: normal;
|
|
388
388
|
// font-size: 12px;
|
|
389
389
|
// line-height: 160%;
|
|
390
|
-
// color: $
|
|
390
|
+
// color: $color-heading;
|
|
391
391
|
// transform: translate(5px, -2px);
|
|
392
392
|
// display: inline-block;
|
|
393
393
|
// }
|
|
@@ -442,7 +442,7 @@
|
|
|
442
442
|
|
|
443
443
|
// h5 {
|
|
444
444
|
// &.wizard-title {
|
|
445
|
-
// color: $
|
|
445
|
+
// color: $color-heading;
|
|
446
446
|
|
|
447
447
|
// .is-required {
|
|
448
448
|
// transform: translateY(-2px);
|
|
@@ -470,7 +470,7 @@
|
|
|
470
470
|
// font-family: $font-paragraph;
|
|
471
471
|
// font-style: normal;
|
|
472
472
|
// font-weight: 500;
|
|
473
|
-
// color: $
|
|
473
|
+
// color: $color-heading;
|
|
474
474
|
// }
|
|
475
475
|
// }
|
|
476
476
|
|
|
@@ -520,7 +520,7 @@
|
|
|
520
520
|
// }
|
|
521
521
|
|
|
522
522
|
// .ac-counter {
|
|
523
|
-
// border: 1px solid $
|
|
523
|
+
// border: 1px solid $color-border;
|
|
524
524
|
// padding: 10px 5px;
|
|
525
525
|
// height: 40px;
|
|
526
526
|
// width: 60px;
|
|
@@ -531,7 +531,7 @@
|
|
|
531
531
|
// font-weight: 500;
|
|
532
532
|
// font-size: 13px;
|
|
533
533
|
// line-height: 19px;
|
|
534
|
-
// color: $
|
|
534
|
+
// color: $color-heading;
|
|
535
535
|
// margin: 0 10px 10px 0;
|
|
536
536
|
|
|
537
537
|
// &:focus {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
.single-team-card {
|
|
2
|
-
border: 1px solid $
|
|
2
|
+
border: 1px solid $color-border;
|
|
3
3
|
background-color: hsla(
|
|
4
4
|
var(--hsl-hue),
|
|
5
5
|
var(--hsl-saturation),
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
align-items: center;
|
|
22
22
|
justify-content: space-between;
|
|
23
23
|
padding: 15px 20px;
|
|
24
|
-
border-bottom: 1px solid $
|
|
24
|
+
border-bottom: 1px solid $color-border;
|
|
25
25
|
box-shadow: none;
|
|
26
26
|
|
|
27
27
|
strong {
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
|
|
80
80
|
.meta {
|
|
81
81
|
font-size: 13px;
|
|
82
|
-
color: $
|
|
82
|
+
color: $color-text;
|
|
83
83
|
margin-bottom: 20px;
|
|
84
84
|
}
|
|
85
85
|
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
list-style: disc;
|
|
94
94
|
}
|
|
95
95
|
font-size: 13px;
|
|
96
|
-
color: $
|
|
96
|
+
color: $color-text;
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
99
|
}
|
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
position: sticky;
|
|
5
5
|
top: 50px;
|
|
6
6
|
height: calc(100vh - 50px);
|
|
7
|
-
border-left: 1px solid $
|
|
7
|
+
border-left: 1px solid $color-border;
|
|
8
8
|
|
|
9
9
|
.info-title {
|
|
10
10
|
display: flex;
|
|
11
11
|
align-items: center;
|
|
12
12
|
justify-content: space-between;
|
|
13
13
|
margin-bottom: 15px;
|
|
14
|
-
border-bottom: 1px solid $
|
|
14
|
+
border-bottom: 1px solid $color-border;
|
|
15
15
|
height: 50px;
|
|
16
16
|
padding: 0 20px;
|
|
17
17
|
|
|
@@ -53,11 +53,11 @@
|
|
|
53
53
|
p {
|
|
54
54
|
font-size: 12px;
|
|
55
55
|
line-height: 160%;
|
|
56
|
-
color: $
|
|
56
|
+
color: $color-heading;
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
hr {
|
|
60
|
-
background-color: $
|
|
60
|
+
background-color: $color-border;
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
h3 {
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
|
|
152
152
|
li {
|
|
153
153
|
font-size: 12px;
|
|
154
|
-
color: $
|
|
154
|
+
color: $color-heading;
|
|
155
155
|
display: block;
|
|
156
156
|
padding: 3px 0;
|
|
157
157
|
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
left: 0;
|
|
163
163
|
padding-right: 8px;
|
|
164
164
|
margin-top: -3px;
|
|
165
|
-
color: $
|
|
165
|
+
color: $color-heading;
|
|
166
166
|
}
|
|
167
167
|
}
|
|
168
168
|
}
|
|
@@ -198,13 +198,17 @@
|
|
|
198
198
|
}
|
|
199
199
|
|
|
200
200
|
// Small devices (landscape phones, 576px and up)
|
|
201
|
-
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
201
|
+
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
202
|
+
}
|
|
202
203
|
|
|
203
204
|
// Medium devices (tablets, 768px and up)
|
|
204
|
-
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
205
|
+
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
206
|
+
}
|
|
205
207
|
|
|
206
208
|
// Large devices (desktops, 992px and up)
|
|
207
|
-
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
209
|
+
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
210
|
+
}
|
|
208
211
|
|
|
209
212
|
// Extra large devices (large desktops, 1200px and up)
|
|
210
|
-
@media (min-width: 1200px) {
|
|
213
|
+
@media (min-width: 1200px) {
|
|
214
|
+
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
.sidebar-inner {
|
|
6
6
|
.sidebar-top {
|
|
7
|
-
background-color: $
|
|
7
|
+
background-color: $color-border;
|
|
8
8
|
padding: 10px 20px;
|
|
9
9
|
display: flex;
|
|
10
10
|
align-items: center;
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
a {
|
|
40
40
|
display: flex;
|
|
41
41
|
font-size: 13px;
|
|
42
|
-
color: $
|
|
42
|
+
color: $color-heading;
|
|
43
43
|
align-items: center;
|
|
44
44
|
font-weight: 500;
|
|
45
45
|
padding: 15px 20px;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
height: 83px;
|
|
7
7
|
width: 100%;
|
|
8
8
|
background-color: $white-100;
|
|
9
|
-
border: 1px solid $
|
|
9
|
+
border: 1px solid $color-border;
|
|
10
10
|
border-radius: 4px;
|
|
11
11
|
padding: 30px 170px 30px 30px;
|
|
12
12
|
font-size: 14px;
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
|
|
42
42
|
label {
|
|
43
43
|
display: block;
|
|
44
|
-
border-left: 1px solid $
|
|
44
|
+
border-left: 1px solid $color-border;
|
|
45
45
|
padding: 30px;
|
|
46
46
|
cursor: pointer;
|
|
47
47
|
|
|
@@ -64,17 +64,17 @@
|
|
|
64
64
|
font-size: 16px;
|
|
65
65
|
line-height: 26px;
|
|
66
66
|
font-weight: 600;
|
|
67
|
-
color: $
|
|
67
|
+
color: $color-heading;
|
|
68
68
|
margin-bottom: 10px;
|
|
69
69
|
|
|
70
70
|
a {
|
|
71
|
-
color: $
|
|
71
|
+
color: $color-heading;
|
|
72
72
|
text-decoration: underline;
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
p {
|
|
77
|
-
color: $
|
|
77
|
+
color: $color-heading;
|
|
78
78
|
font-size: 13px;
|
|
79
79
|
margin-bottom: 10px;
|
|
80
80
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
.single-post-preview {
|
|
2
2
|
background-color: $white-100;
|
|
3
|
-
border: 1px solid $
|
|
3
|
+
border: 1px solid $color-border;
|
|
4
4
|
border-radius: 4px;
|
|
5
5
|
margin-bottom: 15px;
|
|
6
6
|
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
|
|
36
36
|
a {
|
|
37
37
|
font-size: 16px;
|
|
38
|
-
color: $
|
|
38
|
+
color: $color-heading;
|
|
39
39
|
line-height: 1;
|
|
40
40
|
font-weight: 500;
|
|
41
41
|
}
|
|
@@ -68,10 +68,10 @@
|
|
|
68
68
|
|
|
69
69
|
.post-body {
|
|
70
70
|
padding: 0 20px 15px;
|
|
71
|
-
border-bottom: 1px solid $
|
|
71
|
+
border-bottom: 1px solid $color-border;
|
|
72
72
|
|
|
73
73
|
p {
|
|
74
|
-
color: $
|
|
74
|
+
color: $color-heading;
|
|
75
75
|
font-size: 13px;
|
|
76
76
|
line-height: 160%;
|
|
77
77
|
}
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
|
|
91
91
|
li {
|
|
92
92
|
font-size: 14px;
|
|
93
|
-
color: $
|
|
93
|
+
color: $color-text;
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
96
|
}
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
h2 {
|
|
138
138
|
font-size: $size-2;
|
|
139
139
|
margin-bottom: 25px;
|
|
140
|
-
color: $
|
|
140
|
+
color: $color-heading;
|
|
141
141
|
}
|
|
142
142
|
}
|
|
143
143
|
}
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
button {
|
|
225
225
|
background-color: transparent;
|
|
226
226
|
border: none;
|
|
227
|
-
color: $
|
|
227
|
+
color: $color-text;
|
|
228
228
|
transition: 0.3s;
|
|
229
229
|
font-weight: 500;
|
|
230
230
|
cursor: pointer;
|
|
@@ -282,13 +282,17 @@
|
|
|
282
282
|
}
|
|
283
283
|
|
|
284
284
|
// Small devices (landscape phones, 576px and up)
|
|
285
|
-
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
285
|
+
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
286
|
+
}
|
|
286
287
|
|
|
287
288
|
// Medium devices (tablets, 768px and up)
|
|
288
|
-
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
289
|
+
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
290
|
+
}
|
|
289
291
|
|
|
290
292
|
// Large devices (desktops, 992px and up)
|
|
291
|
-
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
293
|
+
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
294
|
+
}
|
|
292
295
|
|
|
293
296
|
// Extra large devices (large desktops, 1200px and up)
|
|
294
|
-
@media (min-width: 1200px) {
|
|
297
|
+
@media (min-width: 1200px) {
|
|
298
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
.ac-system-body.bb-user-management {
|
|
2
2
|
.user-profile-wrapper {
|
|
3
3
|
padding: 20px;
|
|
4
|
-
border-right: 1px solid $
|
|
4
|
+
border-right: 1px solid $color-border;
|
|
5
5
|
height: calc(100vh - 52px);
|
|
6
6
|
position: sticky;
|
|
7
7
|
top: 52px;
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
line-height: 1.5;
|
|
52
52
|
font-weight: 400;
|
|
53
53
|
display: block;
|
|
54
|
-
color: $
|
|
54
|
+
color: $color-text;
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
}
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
|
|
63
63
|
p {
|
|
64
64
|
font-size: 14px;
|
|
65
|
-
color: $
|
|
65
|
+
color: $color-heading;
|
|
66
66
|
line-height: 160%;
|
|
67
67
|
margin-bottom: 10px;
|
|
68
68
|
}
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
}
|
|
109
109
|
|
|
110
110
|
.sign-up-notification {
|
|
111
|
-
border: 1px solid $
|
|
111
|
+
border: 1px solid $color-border;
|
|
112
112
|
padding: 20px;
|
|
113
113
|
}
|
|
114
114
|
// circle type profile start
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
|
|
123
123
|
figcaption {
|
|
124
124
|
font-size: 18px;
|
|
125
|
-
color: $
|
|
125
|
+
color: $color-heading;
|
|
126
126
|
margin-top: 10px;
|
|
127
127
|
display: block;
|
|
128
128
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
// info cards start
|
|
2
2
|
.info-card {
|
|
3
|
-
border: 1px solid $
|
|
3
|
+
border: 1px solid $color-border;
|
|
4
4
|
position: relative;
|
|
5
5
|
border-radius: 2px;
|
|
6
6
|
.header {
|
|
7
7
|
display: flex;
|
|
8
8
|
align-items: center;
|
|
9
9
|
padding: 12px 16px;
|
|
10
|
-
border-bottom: 1px dashed $
|
|
10
|
+
border-bottom: 1px dashed $color-border;
|
|
11
11
|
|
|
12
12
|
.logo {
|
|
13
13
|
display: flex;
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
.content {
|
|
22
22
|
width: 100%;
|
|
23
23
|
h5 {
|
|
24
|
-
color: $
|
|
24
|
+
color: $color-heading;
|
|
25
25
|
font-weight: 500;
|
|
26
26
|
margin-bottom: 0;
|
|
27
27
|
}
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
strong {
|
|
46
46
|
font-size: 13px;
|
|
47
47
|
font-weight: 400;
|
|
48
|
-
color: $
|
|
48
|
+
color: $color-heading;
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
}
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
&.add-card {
|
|
35
35
|
background-color: transparent;
|
|
36
36
|
box-shadow: none;
|
|
37
|
-
border: 2px dashed $
|
|
37
|
+
border: 2px dashed $color-border;
|
|
38
38
|
display: flex;
|
|
39
39
|
align-items: center;
|
|
40
40
|
justify-content: center;
|
|
@@ -160,11 +160,11 @@
|
|
|
160
160
|
|
|
161
161
|
li {
|
|
162
162
|
a {
|
|
163
|
-
color: $
|
|
163
|
+
color: $color-heading;
|
|
164
164
|
|
|
165
165
|
&:hover {
|
|
166
166
|
background-color: $primary;
|
|
167
|
-
color: $
|
|
167
|
+
color: $color-heading;
|
|
168
168
|
}
|
|
169
169
|
}
|
|
170
170
|
}
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
|
|
45
45
|
.card-header {
|
|
46
46
|
box-shadow: none;
|
|
47
|
-
border-bottom: 1px solid $
|
|
47
|
+
border-bottom: 1px solid $color-border;
|
|
48
48
|
margin-bottom: 10px;
|
|
49
49
|
background-color: transparent;
|
|
50
50
|
padding: 0;
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
font-weight: 600;
|
|
56
56
|
font-size: 14px;
|
|
57
57
|
line-height: 16px;
|
|
58
|
-
color: $
|
|
58
|
+
color: $color-text;
|
|
59
59
|
margin-bottom: 10px;
|
|
60
60
|
}
|
|
61
61
|
}
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
font-weight: normal;
|
|
72
72
|
font-size: 12px;
|
|
73
73
|
line-height: 14px;
|
|
74
|
-
color: $
|
|
74
|
+
color: $color-text;
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
li {
|
|
@@ -81,10 +81,10 @@
|
|
|
81
81
|
font-size: 14px;
|
|
82
82
|
line-height: 16px;
|
|
83
83
|
padding-bottom: 8px;
|
|
84
|
-
color: $
|
|
84
|
+
color: $color-text;
|
|
85
85
|
|
|
86
86
|
.fa {
|
|
87
|
-
color: $
|
|
87
|
+
color: $color-text;
|
|
88
88
|
margin-right: 10px;
|
|
89
89
|
}
|
|
90
90
|
}
|
|
@@ -133,16 +133,20 @@
|
|
|
133
133
|
Responsive Classes
|
|
134
134
|
*****************************************/
|
|
135
135
|
// Extra small devices (portrait phones, less than 576px)
|
|
136
|
-
@media (max-width: 575.98px) {
|
|
136
|
+
@media (max-width: 575.98px) {
|
|
137
|
+
}
|
|
137
138
|
|
|
138
139
|
// Small devices (landscape phones, 576px and up)
|
|
139
|
-
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
140
|
+
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
141
|
+
}
|
|
140
142
|
|
|
141
143
|
// Medium devices (tablets, 768px and up)
|
|
142
|
-
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
144
|
+
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
145
|
+
}
|
|
143
146
|
|
|
144
147
|
// Large devices (desktops, 992px and up)
|
|
145
|
-
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
148
|
+
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
149
|
+
}
|
|
146
150
|
|
|
147
151
|
// Extra large devices (large desktops, 1200px and up)
|
|
148
152
|
@media (min-width: 1200px) {
|
|
@@ -163,4 +167,4 @@ Responsive Classes
|
|
|
163
167
|
}
|
|
164
168
|
}
|
|
165
169
|
}
|
|
166
|
-
}
|
|
170
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// vendor cards start
|
|
2
2
|
.ac-single-card.vendor-card {
|
|
3
|
-
border: 1px solid $
|
|
3
|
+
border: 1px solid $color-border;
|
|
4
4
|
transition: 0.3s ease-in-out;
|
|
5
5
|
border-radius: 2px;
|
|
6
6
|
display: flex;
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
.ac-card-name {
|
|
15
15
|
p {
|
|
16
16
|
font-size: 13px;
|
|
17
|
-
color: $
|
|
17
|
+
color: $color-heading;
|
|
18
18
|
line-height: 1;
|
|
19
19
|
font-weight: 500;
|
|
20
20
|
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
.ac-card-logo {
|
|
27
27
|
width: 70px;
|
|
28
28
|
height: 70px;
|
|
29
|
-
border: 1px solid $
|
|
29
|
+
border: 1px solid $color-border;
|
|
30
30
|
background-color: $white-100;
|
|
31
31
|
border-radius: 50%;
|
|
32
32
|
padding: 16px;
|