@appscode/design-system 2.0.32-alpha.6 → 2.0.32
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 +0 -3
- package/package.json +1 -1
- package/vue-components/styles/base/utilities/_colors.scss +1 -7
- package/vue-components/styles/base/utilities/_extended.scss +2 -2
- 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 +7 -12
- 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 +4 -4
- 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 +8 -6
- 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 +58 -72
- 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 +5 -5
- package/vue-components/styles/components/_widget-menu.scss +10 -15
- 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 +10 -14
- 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 +11 -15
- 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 +10 -14
- 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 +4 -4
- 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 +14 -14
- package/vue-components/styles/components/navbar/_menu-content.scss +22 -22
- 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 +8 -8
- 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 +9 -9
- package/vue-components/styles/layouts/_code-preview.scss +8 -10
- 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/editor/MonacoEditor.vue +80 -29
- 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 +1 -3
- package/vue-components/v3/table/InfoTable.vue +2 -2
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
// info cards start
|
|
2
2
|
.info-card {
|
|
3
|
-
border: 1px solid $
|
|
3
|
+
border: 1px solid $primary-90;
|
|
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 $primary-90;
|
|
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: $primary-10;
|
|
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: $primary-10;
|
|
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 $primary-90;
|
|
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: $primary-10;
|
|
164
164
|
|
|
165
165
|
&:hover {
|
|
166
166
|
background-color: $primary;
|
|
167
|
-
color: $
|
|
167
|
+
color: $primary-10;
|
|
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 $primary-90;
|
|
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: $primary-20;
|
|
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: $primary-20;
|
|
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: $primary-20;
|
|
85
85
|
|
|
86
86
|
.fa {
|
|
87
|
-
color: $
|
|
87
|
+
color: $primary-20;
|
|
88
88
|
margin-right: 10px;
|
|
89
89
|
}
|
|
90
90
|
}
|
|
@@ -133,20 +133,16 @@
|
|
|
133
133
|
Responsive Classes
|
|
134
134
|
*****************************************/
|
|
135
135
|
// Extra small devices (portrait phones, less than 576px)
|
|
136
|
-
@media (max-width: 575.98px) {
|
|
137
|
-
}
|
|
136
|
+
@media (max-width: 575.98px) {}
|
|
138
137
|
|
|
139
138
|
// Small devices (landscape phones, 576px and up)
|
|
140
|
-
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
141
|
-
}
|
|
139
|
+
@media (min-width: 576px) and (max-width: 767.98px) {}
|
|
142
140
|
|
|
143
141
|
// Medium devices (tablets, 768px and up)
|
|
144
|
-
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
145
|
-
}
|
|
142
|
+
@media (min-width: 768px) and (max-width: 991.98px) {}
|
|
146
143
|
|
|
147
144
|
// Large devices (desktops, 992px and up)
|
|
148
|
-
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
149
|
-
}
|
|
145
|
+
@media (min-width: 992px) and (max-width: 1199.98px) {}
|
|
150
146
|
|
|
151
147
|
// Extra large devices (large desktops, 1200px and up)
|
|
152
148
|
@media (min-width: 1200px) {
|
|
@@ -167,4 +163,4 @@ Responsive Classes
|
|
|
167
163
|
}
|
|
168
164
|
}
|
|
169
165
|
}
|
|
170
|
-
}
|
|
166
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// vendor cards start
|
|
2
2
|
.ac-single-card.vendor-card {
|
|
3
|
-
border: 1px solid $
|
|
3
|
+
border: 1px solid $primary-90;
|
|
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: $primary-10;
|
|
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 $primary-90;
|
|
30
30
|
background-color: $white-100;
|
|
31
31
|
border-radius: 50%;
|
|
32
32
|
padding: 16px;
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
// font-size: 24px;
|
|
74
74
|
// line-height: 28px;
|
|
75
75
|
|
|
76
|
-
// color: $
|
|
76
|
+
// color: $primary-10;
|
|
77
77
|
// }
|
|
78
78
|
|
|
79
79
|
// .ms-back-button {
|
|
@@ -141,8 +141,8 @@
|
|
|
141
141
|
font-weight: 500;
|
|
142
142
|
font-size: 14px;
|
|
143
143
|
line-height: 100%;
|
|
144
|
-
color: $
|
|
145
|
-
border-top: 1px solid $
|
|
144
|
+
color: $primary-10;
|
|
145
|
+
border-top: 1px solid $primary-90;
|
|
146
146
|
|
|
147
147
|
span {
|
|
148
148
|
img {
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
|
|
155
155
|
&:last-child {
|
|
156
156
|
a {
|
|
157
|
-
border-bottom: 1px solid $
|
|
157
|
+
border-bottom: 1px solid $primary-90;
|
|
158
158
|
}
|
|
159
159
|
}
|
|
160
160
|
}
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
width: calc(100% - 265px);
|
|
167
167
|
|
|
168
168
|
.code-preview {
|
|
169
|
-
background-color: $
|
|
169
|
+
background-color: $primary-90;
|
|
170
170
|
border-radius: 4px;
|
|
171
171
|
display: flex;
|
|
172
172
|
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
|
|
7
7
|
label {
|
|
8
8
|
.upload-icon {
|
|
9
|
-
border: 1px solid $
|
|
9
|
+
border: 1px solid $primary-80;
|
|
10
10
|
svg {
|
|
11
|
-
color: $
|
|
11
|
+
color: $primary-10;
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
}
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
padding: 32px;
|
|
19
19
|
display: block;
|
|
20
20
|
.upload-icon {
|
|
21
|
-
border: 1px solid $
|
|
21
|
+
border: 1px solid $primary-90;
|
|
22
22
|
display: inline-flex;
|
|
23
23
|
align-items: center;
|
|
24
24
|
justify-content: center;
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
p {
|
|
36
|
-
color: $
|
|
36
|
+
color: $primary-10;
|
|
37
37
|
strong {
|
|
38
38
|
font-weight: 600;
|
|
39
39
|
}
|
|
@@ -22,23 +22,23 @@
|
|
|
22
22
|
border-radius: 50%;
|
|
23
23
|
overflow: hidden;
|
|
24
24
|
margin: 0 auto 30px;
|
|
25
|
-
border: 1px solid $
|
|
25
|
+
border: 1px solid $primary-90;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
.drag-and-drop-msg {
|
|
29
29
|
font-size: 13px;
|
|
30
|
-
color: $
|
|
30
|
+
color: $primary-20;
|
|
31
31
|
font-weight: 400;
|
|
32
32
|
margin-bottom: 10px;
|
|
33
33
|
|
|
34
34
|
span {
|
|
35
|
-
color: $
|
|
35
|
+
color: $primary-10;
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
.img-size-msg {
|
|
40
40
|
font-size: 12px;
|
|
41
|
-
color: $
|
|
41
|
+
color: $primary-10;
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
|
|
@@ -52,4 +52,4 @@
|
|
|
52
52
|
color: $danger;
|
|
53
53
|
text-align: left;
|
|
54
54
|
}
|
|
55
|
-
}
|
|
55
|
+
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
height: 94px;
|
|
4
4
|
padding: 10px;
|
|
5
5
|
background-color: $white-100;
|
|
6
|
-
border: 1px solid $
|
|
6
|
+
border: 1px solid $primary-90;
|
|
7
7
|
box-sizing: border-box;
|
|
8
8
|
border-radius: 4px;
|
|
9
9
|
transition: 0.3s ease-in-out;
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
label {
|
|
58
58
|
font-size: 13px;
|
|
59
59
|
line-height: 20px;
|
|
60
|
-
color: $
|
|
60
|
+
color: $primary-5;
|
|
61
61
|
padding-left: 25px !important;
|
|
62
62
|
}
|
|
63
63
|
}
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
background-color: transparent;
|
|
67
67
|
|
|
68
68
|
label {
|
|
69
|
-
color: $
|
|
69
|
+
color: $primary-10;
|
|
70
70
|
cursor: not-allowed;
|
|
71
71
|
}
|
|
72
72
|
}
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
a {
|
|
183
183
|
display: block;
|
|
184
184
|
padding: 5px 10px 5px 0;
|
|
185
|
-
color: $
|
|
185
|
+
color: $primary-20;
|
|
186
186
|
font-size: 11px;
|
|
187
187
|
text-decoration: underline;
|
|
188
188
|
font-weight: 400;
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
font-weight: 500;
|
|
210
210
|
font-size: 13px;
|
|
211
211
|
line-height: 24px;
|
|
212
|
-
color: $
|
|
212
|
+
color: $primary-5;
|
|
213
213
|
}
|
|
214
214
|
}
|
|
215
215
|
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
font-weight: normal;
|
|
220
220
|
font-size: 13px;
|
|
221
221
|
line-height: 140%;
|
|
222
|
-
color: $
|
|
222
|
+
color: $primary-10;
|
|
223
223
|
|
|
224
224
|
&.is-warning {
|
|
225
225
|
color: $danger;
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
left: 15px;
|
|
263
263
|
top: 11px;
|
|
264
264
|
cursor: text;
|
|
265
|
-
color: $
|
|
265
|
+
color: $primary-10;
|
|
266
266
|
position: absolute;
|
|
267
267
|
z-index: 2;
|
|
268
268
|
transition: 0.3s ease-in-out;
|
|
@@ -326,13 +326,13 @@
|
|
|
326
326
|
width: 32px;
|
|
327
327
|
height: 100%;
|
|
328
328
|
margin-top: -15px;
|
|
329
|
-
color: $
|
|
329
|
+
color: $primary-20;
|
|
330
330
|
cursor: pointer;
|
|
331
331
|
}
|
|
332
332
|
|
|
333
333
|
.ac-dropdown-content {
|
|
334
334
|
position: absolute;
|
|
335
|
-
background-color: $
|
|
335
|
+
background-color: $primary-90;
|
|
336
336
|
width: 100%;
|
|
337
337
|
height: auto;
|
|
338
338
|
box-shadow: 0px 4px 16px rgba(132, 147, 168, 0.6);
|
|
@@ -342,7 +342,7 @@
|
|
|
342
342
|
ul {
|
|
343
343
|
li {
|
|
344
344
|
a {
|
|
345
|
-
color: $
|
|
345
|
+
color: $primary-10;
|
|
346
346
|
display: block;
|
|
347
347
|
font-size: 13px;
|
|
348
348
|
padding: 8px 20px;
|
|
@@ -367,7 +367,7 @@
|
|
|
367
367
|
}
|
|
368
368
|
|
|
369
369
|
textarea {
|
|
370
|
-
border: 1px solid $
|
|
370
|
+
border: 1px solid $primary-80;
|
|
371
371
|
background-color: transparent;
|
|
372
372
|
padding: 10px 15px;
|
|
373
373
|
min-height: 150px;
|
|
@@ -387,17 +387,17 @@
|
|
|
387
387
|
.ac-card,
|
|
388
388
|
textarea {
|
|
389
389
|
background-color: $white-100;
|
|
390
|
-
color: $
|
|
390
|
+
color: $primary-10;
|
|
391
391
|
height: 45px;
|
|
392
392
|
font-weight: 400;
|
|
393
393
|
width: 100%;
|
|
394
394
|
border-radius: 4px;
|
|
395
|
-
border: 1px solid $
|
|
395
|
+
border: 1px solid $primary-80;
|
|
396
396
|
padding: 8px 15px;
|
|
397
397
|
font-size: 13px;
|
|
398
398
|
|
|
399
399
|
&:hover {
|
|
400
|
-
border-color: $primary;
|
|
400
|
+
border-color: $primary-70;
|
|
401
401
|
}
|
|
402
402
|
|
|
403
403
|
&.bg-white {
|
|
@@ -444,7 +444,7 @@
|
|
|
444
444
|
|
|
445
445
|
span.eye {
|
|
446
446
|
i.fa {
|
|
447
|
-
color: $
|
|
447
|
+
color: $primary-80;
|
|
448
448
|
position: absolute;
|
|
449
449
|
cursor: pointer;
|
|
450
450
|
padding: 15px;
|
|
@@ -537,7 +537,7 @@
|
|
|
537
537
|
}
|
|
538
538
|
|
|
539
539
|
.file-cta {
|
|
540
|
-
color: $
|
|
540
|
+
color: $primary-10;
|
|
541
541
|
height: 100%;
|
|
542
542
|
background-color: $primary-95;
|
|
543
543
|
}
|
|
@@ -552,9 +552,9 @@
|
|
|
552
552
|
|
|
553
553
|
label {
|
|
554
554
|
.upload-icon {
|
|
555
|
-
border: 1px solid $
|
|
555
|
+
border: 1px solid $primary-80;
|
|
556
556
|
svg {
|
|
557
|
-
color: $
|
|
557
|
+
color: $primary-10;
|
|
558
558
|
}
|
|
559
559
|
}
|
|
560
560
|
}
|
|
@@ -564,7 +564,7 @@
|
|
|
564
564
|
padding: 32px;
|
|
565
565
|
display: block;
|
|
566
566
|
.upload-icon {
|
|
567
|
-
border: 1px solid $
|
|
567
|
+
border: 1px solid $primary-90;
|
|
568
568
|
display: inline-flex;
|
|
569
569
|
align-items: center;
|
|
570
570
|
justify-content: center;
|
|
@@ -579,7 +579,7 @@
|
|
|
579
579
|
}
|
|
580
580
|
}
|
|
581
581
|
p {
|
|
582
|
-
color: $
|
|
582
|
+
color: $primary-10;
|
|
583
583
|
strong {
|
|
584
584
|
font-weight: 600;
|
|
585
585
|
}
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
position: relative;
|
|
11
11
|
z-index: 99;
|
|
12
12
|
user-select: none;
|
|
13
|
-
border: 1px solid $
|
|
13
|
+
border: 1px solid $primary-80;
|
|
14
14
|
cursor: pointer;
|
|
15
15
|
|
|
16
16
|
&:after {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
|
|
33
33
|
&:hover {
|
|
34
34
|
&:after {
|
|
35
|
-
background-color: $
|
|
35
|
+
background-color: $primary-90;
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
}
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
height: 32px;
|
|
56
56
|
border-radius: 50%;
|
|
57
57
|
overflow: hidden;
|
|
58
|
-
border: 2px solid $
|
|
58
|
+
border: 2px solid $primary-90;
|
|
59
59
|
}
|
|
60
60
|
i.fa {
|
|
61
61
|
padding-left: 8px;
|
|
@@ -86,19 +86,19 @@
|
|
|
86
86
|
display: flex;
|
|
87
87
|
justify-content: space-between;
|
|
88
88
|
align-items: center;
|
|
89
|
-
border-bottom: 1px solid $
|
|
89
|
+
border-bottom: 1px solid $primary-90;
|
|
90
90
|
padding-bottom: 20px;
|
|
91
91
|
|
|
92
92
|
p {
|
|
93
93
|
font-size: 13px;
|
|
94
|
-
color: $
|
|
94
|
+
color: $primary-10;
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
button {
|
|
98
98
|
background-color: transparent;
|
|
99
99
|
border: none;
|
|
100
100
|
cursor: pointer;
|
|
101
|
-
color: $
|
|
101
|
+
color: $primary-20;
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
104
|
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
|
|
108
108
|
p {
|
|
109
109
|
font-size: 13px;
|
|
110
|
-
color: $
|
|
110
|
+
color: $primary-10;
|
|
111
111
|
}
|
|
112
112
|
|
|
113
113
|
.organizations {
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
.notification-body {
|
|
207
207
|
.single-notification-item {
|
|
208
208
|
display: block;
|
|
209
|
-
border-top: 1px solid $
|
|
209
|
+
border-top: 1px solid $primary-90;
|
|
210
210
|
padding: 15px 20px;
|
|
211
211
|
font-weight: 500;
|
|
212
212
|
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
}
|
|
220
220
|
|
|
221
221
|
p {
|
|
222
|
-
color: $
|
|
222
|
+
color: $primary-10;
|
|
223
223
|
font-size: 11px;
|
|
224
224
|
}
|
|
225
225
|
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
|
|
232
232
|
p {
|
|
233
233
|
font-size: 11px;
|
|
234
|
-
color: $
|
|
234
|
+
color: $primary-20;
|
|
235
235
|
|
|
236
236
|
&.is-success {
|
|
237
237
|
color: $success;
|
|
@@ -250,11 +250,11 @@
|
|
|
250
250
|
}
|
|
251
251
|
|
|
252
252
|
.see-all-message {
|
|
253
|
-
border-top: 1px solid $
|
|
253
|
+
border-top: 1px solid $primary-90;
|
|
254
254
|
text-align: center;
|
|
255
255
|
font-weight: 500;
|
|
256
256
|
font-size: 13px;
|
|
257
|
-
color: $
|
|
257
|
+
color: $primary-10;
|
|
258
258
|
display: block;
|
|
259
259
|
padding: 10px 20px;
|
|
260
260
|
}
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
a {
|
|
271
271
|
display: block;
|
|
272
272
|
padding: 8px 15px;
|
|
273
|
-
color: $
|
|
273
|
+
color: $primary-10;
|
|
274
274
|
transition: 0.3s ease-in-out;
|
|
275
275
|
font-size: 13px;
|
|
276
276
|
|
|
@@ -288,12 +288,12 @@
|
|
|
288
288
|
.user-profile-wrapper {
|
|
289
289
|
background-color: $white-100;
|
|
290
290
|
border-radius: 4px;
|
|
291
|
-
border: 1px solid $
|
|
291
|
+
border: 1px solid $primary-90;
|
|
292
292
|
|
|
293
293
|
.profile-area {
|
|
294
294
|
display: flex;
|
|
295
295
|
align-items: center;
|
|
296
|
-
border-bottom: 1px solid $
|
|
296
|
+
border-bottom: 1px solid $primary-90;
|
|
297
297
|
padding: 16px 16px;
|
|
298
298
|
|
|
299
299
|
.profile-photo {
|
|
@@ -322,7 +322,7 @@
|
|
|
322
322
|
|
|
323
323
|
.profile-info {
|
|
324
324
|
p {
|
|
325
|
-
color: $
|
|
325
|
+
color: $primary-10;
|
|
326
326
|
font-size: 13px;
|
|
327
327
|
font-weight: 500;
|
|
328
328
|
line-height: 1.3;
|
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
|
|
331
331
|
a {
|
|
332
332
|
font-size: 1rem;
|
|
333
|
-
color: $
|
|
333
|
+
color: $primary-20;
|
|
334
334
|
line-height: 1.3;
|
|
335
335
|
}
|
|
336
336
|
}
|
|
@@ -367,7 +367,7 @@
|
|
|
367
367
|
padding: 8px 16px;
|
|
368
368
|
font-weight: 500;
|
|
369
369
|
display: block;
|
|
370
|
-
color: $
|
|
370
|
+
color: $primary-10;
|
|
371
371
|
transition: 0.3s;
|
|
372
372
|
display: flex;
|
|
373
373
|
align-items: center;
|
|
@@ -386,7 +386,7 @@
|
|
|
386
386
|
&.is-active {
|
|
387
387
|
.ac-nav-button {
|
|
388
388
|
&::after {
|
|
389
|
-
background-color: $
|
|
389
|
+
background-color: $primary-90;
|
|
390
390
|
}
|
|
391
391
|
}
|
|
392
392
|
.ac-menu-content {
|
|
@@ -423,7 +423,7 @@
|
|
|
423
423
|
border-radius: 4px;
|
|
424
424
|
overflow: hidden;
|
|
425
425
|
background-color: $white-100;
|
|
426
|
-
border: 1px solid $
|
|
426
|
+
border: 1px solid $primary-90;
|
|
427
427
|
// box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.16);
|
|
428
428
|
max-height: calc(100vh - 100px);
|
|
429
429
|
overflow-y: auto;
|
|
@@ -437,7 +437,7 @@
|
|
|
437
437
|
padding: 10px 20px !important;
|
|
438
438
|
font-size: 13px !important;
|
|
439
439
|
transition: 0.2s;
|
|
440
|
-
border-bottom: 1px solid $
|
|
440
|
+
border-bottom: 1px solid $primary-90;
|
|
441
441
|
|
|
442
442
|
&:hover {
|
|
443
443
|
background-color: $primary-97 !important;
|
|
@@ -451,7 +451,7 @@
|
|
|
451
451
|
.media-content {
|
|
452
452
|
.content {
|
|
453
453
|
p {
|
|
454
|
-
color: $
|
|
454
|
+
color: $primary-20;
|
|
455
455
|
}
|
|
456
456
|
}
|
|
457
457
|
}
|
|
@@ -18,16 +18,16 @@
|
|
|
18
18
|
border-radius: 4px;
|
|
19
19
|
overflow: hidden;
|
|
20
20
|
background-color: $white-100;
|
|
21
|
-
border: 1px solid $
|
|
21
|
+
border: 1px solid $primary-90;
|
|
22
22
|
}
|
|
23
23
|
.notification-header {
|
|
24
24
|
display: flex;
|
|
25
25
|
align-items: center;
|
|
26
26
|
justify-content: space-between;
|
|
27
|
-
border-bottom: 1px solid $
|
|
27
|
+
border-bottom: 1px solid $primary-90;
|
|
28
28
|
padding: 8px 16px;
|
|
29
29
|
h5 {
|
|
30
|
-
color: $
|
|
30
|
+
color: $primary-5;
|
|
31
31
|
}
|
|
32
32
|
span {
|
|
33
33
|
display: flex;
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
overflow-y: auto;
|
|
43
43
|
a {
|
|
44
44
|
display: flex;
|
|
45
|
-
color: $
|
|
45
|
+
color: $primary-20;
|
|
46
46
|
padding: 16px;
|
|
47
47
|
border-bottom: 1px solid $primary-95;
|
|
48
48
|
transition: 0.3s ease-in-out;
|