@appscode/design-system 2.0.35-alpha.4 → 2.0.35
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 -5
- package/package.json +1 -1
- package/vue-components/styles/base/utilities/_colors.scss +44 -32
- package/vue-components/styles/base/utilities/_extended.scss +2 -2
- package/vue-components/styles/base/utilities/_global.scss +126 -5
- package/vue-components/styles/base/utilities/_typography.scss +5 -8
- 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 +4 -4
- 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 +5 -5
- package/vue-components/styles/components/_getkeeper.scss +5 -5
- 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 +21 -21
- 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-area.scss +2 -2
- package/vue-components/styles/components/footer/_footer-item.scss +1 -1
- package/vue-components/styles/components/form-fields/_file-upload.scss +5 -5
- 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 +16 -16
- package/vue-components/styles/components/header/_header.scss +1 -1
- package/vue-components/styles/components/navbar/_menu-content.scss +23 -23
- package/vue-components/styles/components/navbar/_navbar.scss +2 -2
- package/vue-components/styles/components/navbar/_notification.scss +5 -5
- 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/_left-sidebar.scss +1 -1
- package/vue-components/styles/components/sidebar-tabs/_sidebar-tabs.scss +4 -4
- 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/card/OverviewCards.vue +1 -1
- 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 +8 -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 +3 -2
- package/vue-components/v3/sidebar/SidebarHeader.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 +3 -3
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
line-height: initial;
|
|
12
12
|
|
|
13
13
|
tr {
|
|
14
|
-
border-bottom: 1px solid $
|
|
14
|
+
border-bottom: 1px solid $primary-95;
|
|
15
15
|
|
|
16
16
|
th {
|
|
17
17
|
padding: 10px 20px;
|
|
18
|
-
color: $
|
|
18
|
+
color: $primary-5;
|
|
19
19
|
border: none;
|
|
20
20
|
font-weight: 500;
|
|
21
21
|
// background-color: $primary-97;
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
|
|
29
29
|
&.sorting-asc {
|
|
30
30
|
&::before {
|
|
31
|
-
color: $
|
|
31
|
+
color: $primary-5;
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
&.sorting-desc {
|
|
36
36
|
&::after {
|
|
37
|
-
color: $
|
|
37
|
+
color: $primary-5;
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
tr {
|
|
75
|
-
border-bottom: 1px solid $
|
|
75
|
+
border-bottom: 1px solid $primary-90;
|
|
76
76
|
&.is-link {
|
|
77
77
|
cursor: pointer;
|
|
78
78
|
}
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
td {
|
|
103
103
|
font-size: 13px;
|
|
104
104
|
padding: 5px 20px;
|
|
105
|
-
color: $
|
|
105
|
+
color: $primary-10;
|
|
106
106
|
border: none;
|
|
107
107
|
|
|
108
108
|
a:not(.tag a) {
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
font-weight: 500;
|
|
121
121
|
|
|
122
122
|
&:hover {
|
|
123
|
-
color: $
|
|
123
|
+
color: $primary-5;
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
126
|
}
|
|
@@ -203,15 +203,15 @@
|
|
|
203
203
|
width: 36px;
|
|
204
204
|
|
|
205
205
|
.increase-innner {
|
|
206
|
-
border-bottom: 1px solid $
|
|
207
|
-
border-top: 1px solid $
|
|
206
|
+
border-bottom: 1px solid $primary-90;
|
|
207
|
+
border-top: 1px solid $primary-90;
|
|
208
208
|
bottom: -1px;
|
|
209
209
|
left: 0;
|
|
210
210
|
position: absolute;
|
|
211
211
|
right: -451px;
|
|
212
212
|
top: -1px;
|
|
213
213
|
visibility: visible;
|
|
214
|
-
background-color: $
|
|
214
|
+
background-color: $primary-90;
|
|
215
215
|
}
|
|
216
216
|
}
|
|
217
217
|
|
|
@@ -227,10 +227,10 @@
|
|
|
227
227
|
thead {
|
|
228
228
|
tr {
|
|
229
229
|
th {
|
|
230
|
-
|
|
231
|
-
border-
|
|
232
|
-
border-
|
|
233
|
-
|
|
230
|
+
border-top: 1px solid $primary-95;
|
|
231
|
+
border-bottom: 1px solid $primary-95;
|
|
232
|
+
border-right: 1px solid $primary-95;
|
|
233
|
+
background-color: $primary-97;
|
|
234
234
|
|
|
235
235
|
&:first-child {
|
|
236
236
|
border-left: 1px solid transparent;
|
|
@@ -250,10 +250,10 @@
|
|
|
250
250
|
|
|
251
251
|
td {
|
|
252
252
|
font-size: 13px;
|
|
253
|
-
color: $
|
|
253
|
+
color: $primary-20;
|
|
254
254
|
background-color: transparent;
|
|
255
|
-
border-bottom: 1px solid $
|
|
256
|
-
border-right: 1px solid $
|
|
255
|
+
border-bottom: 1px solid $primary-95;
|
|
256
|
+
border-right: 1px solid $primary-95;
|
|
257
257
|
&:last-child {
|
|
258
258
|
border-right: 1px solid transparent;
|
|
259
259
|
}
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
}
|
|
263
263
|
|
|
264
264
|
&:first-child {
|
|
265
|
-
color: $
|
|
265
|
+
color: $primary-5;
|
|
266
266
|
border-radius: 0;
|
|
267
267
|
}
|
|
268
268
|
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
.ac-single-checkbox {
|
|
274
274
|
.is-checkradio[type="checkbox"] {
|
|
275
275
|
&.ac-checkbox + label {
|
|
276
|
-
color: $
|
|
276
|
+
color: $primary-20;
|
|
277
277
|
|
|
278
278
|
&::before {
|
|
279
279
|
height: 16px;
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
}
|
|
297
297
|
|
|
298
298
|
&:checked + label::after {
|
|
299
|
-
border-color: $
|
|
299
|
+
border-color: $primary-90;
|
|
300
300
|
}
|
|
301
301
|
}
|
|
302
302
|
}
|
|
@@ -389,7 +389,7 @@
|
|
|
389
389
|
// table inner shadow
|
|
390
390
|
.table-inner-shadow {
|
|
391
391
|
border-radius: 0px;
|
|
392
|
-
background: $
|
|
392
|
+
background: $primary-90;
|
|
393
393
|
box-shadow: inset 5px 5px 10px #e3e6e9, inset -5px -5px 10px #ffffff;
|
|
394
394
|
}
|
|
395
395
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
// .tabs {
|
|
2
2
|
// &.ac-tabs {
|
|
3
3
|
// ul {
|
|
4
|
-
// border-bottom-color: $
|
|
4
|
+
// border-bottom-color: $primary-90;
|
|
5
5
|
// }
|
|
6
6
|
|
|
7
7
|
// &.is-line {
|
|
8
8
|
// ul {
|
|
9
|
-
// border-bottom-color: $
|
|
9
|
+
// border-bottom-color: $primary-90;
|
|
10
10
|
// padding-left: 4px;
|
|
11
11
|
|
|
12
12
|
// li {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
// a {
|
|
23
23
|
// // text-transform: uppercase;
|
|
24
24
|
// font-weight: 400;
|
|
25
|
-
// color: $
|
|
25
|
+
// color: $primary-5;
|
|
26
26
|
// font-size: 13px;
|
|
27
27
|
// border-bottom: none;
|
|
28
28
|
// padding: 6px 16px;
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
|
|
41
41
|
// a {
|
|
42
42
|
// padding: 8px 20px;
|
|
43
|
-
// color: $
|
|
43
|
+
// color: $primary-20;
|
|
44
44
|
|
|
45
45
|
// &:hover {
|
|
46
46
|
// border-bottom-color: transparent;
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
// li {
|
|
55
55
|
// &.is-active {
|
|
56
56
|
// position: relative;
|
|
57
|
-
// border-color: $
|
|
57
|
+
// border-color: $primary-90;
|
|
58
58
|
// z-index: 1;
|
|
59
59
|
// color: $primary;
|
|
60
60
|
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
// }
|
|
71
71
|
|
|
72
72
|
// a {
|
|
73
|
-
// border-color: $
|
|
73
|
+
// border-color: $primary-90;
|
|
74
74
|
// background-color: $white-100;
|
|
75
75
|
// padding: 8px 20px;
|
|
76
76
|
// font-weight: 500;
|
|
@@ -91,11 +91,11 @@
|
|
|
91
91
|
// }
|
|
92
92
|
|
|
93
93
|
// a {
|
|
94
|
-
// border: 1px solid $
|
|
94
|
+
// border: 1px solid $primary-90;
|
|
95
95
|
// border-bottom: none;
|
|
96
96
|
// margin-bottom: -2px;
|
|
97
97
|
// font-size: 13px;
|
|
98
|
-
// color: $
|
|
98
|
+
// color: $primary-20;
|
|
99
99
|
// }
|
|
100
100
|
// }
|
|
101
101
|
// }
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
// li {
|
|
108
108
|
// &.is-active {
|
|
109
109
|
// a {
|
|
110
|
-
// background-color: $
|
|
110
|
+
// background-color: $primary-90;
|
|
111
111
|
// }
|
|
112
112
|
// }
|
|
113
113
|
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
// li {
|
|
181
181
|
// &.is-active {
|
|
182
182
|
// a {
|
|
183
|
-
// border-color: $
|
|
183
|
+
// border-color: $primary-90;
|
|
184
184
|
// background-color: $white-100;
|
|
185
185
|
// color: $primary;
|
|
186
186
|
// }
|
|
@@ -191,13 +191,13 @@
|
|
|
191
191
|
|
|
192
192
|
// .ac-tab-content {
|
|
193
193
|
// background-color: $white-100;
|
|
194
|
-
// border: 1px solid $
|
|
194
|
+
// border: 1px solid $primary-90;
|
|
195
195
|
// border-top: none;
|
|
196
196
|
// border-radius: 0 0 4px 4px;
|
|
197
197
|
|
|
198
198
|
// &.is-borderless {
|
|
199
199
|
// border: 1px solid transparent;
|
|
200
|
-
// background-color: $
|
|
200
|
+
// background-color: $primary-90;
|
|
201
201
|
// border-radius: 4px 4px 4px 4px;
|
|
202
202
|
// }
|
|
203
203
|
// }
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
// li {
|
|
215
215
|
// &.is-active {
|
|
216
216
|
// a {
|
|
217
|
-
// background-color: $
|
|
217
|
+
// background-color: $primary-90;
|
|
218
218
|
// color: $primary;
|
|
219
219
|
// }
|
|
220
220
|
// }
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
// // }
|
|
258
258
|
|
|
259
259
|
// // a {
|
|
260
|
-
// // border-bottom: 1px solid $
|
|
260
|
+
// // border-bottom: 1px solid $primary-90;
|
|
261
261
|
// // color: $white-100;
|
|
262
262
|
// // }
|
|
263
263
|
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
// // ul {
|
|
266
266
|
// // li.is-active {
|
|
267
267
|
// // a {
|
|
268
|
-
// // color: $
|
|
268
|
+
// // color: $primary-10;
|
|
269
269
|
// // }
|
|
270
270
|
// // }
|
|
271
271
|
// // }
|
|
@@ -301,7 +301,7 @@
|
|
|
301
301
|
// li {
|
|
302
302
|
// &.is-active {
|
|
303
303
|
// a {
|
|
304
|
-
// border-color: $
|
|
304
|
+
// border-color: $primary-90;
|
|
305
305
|
// background-color: $white-100;
|
|
306
306
|
// }
|
|
307
307
|
// }
|
|
@@ -315,11 +315,11 @@
|
|
|
315
315
|
.tabs {
|
|
316
316
|
&.ac-tabs {
|
|
317
317
|
ul {
|
|
318
|
-
border-color: $
|
|
318
|
+
border-color: $primary-90;
|
|
319
319
|
}
|
|
320
320
|
a {
|
|
321
321
|
padding: 8px 20px;
|
|
322
|
-
color: $
|
|
322
|
+
color: $primary-10;
|
|
323
323
|
font-weight: 500;
|
|
324
324
|
color: $black-40;
|
|
325
325
|
&:hover {
|
|
@@ -335,4 +335,4 @@
|
|
|
335
335
|
}
|
|
336
336
|
}
|
|
337
337
|
}
|
|
338
|
-
}
|
|
338
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// terminal scss start
|
|
2
2
|
.ac-terminal {
|
|
3
3
|
width: 100%;
|
|
4
|
-
border-top: 1px solid $
|
|
4
|
+
border-top: 1px solid $primary-80;
|
|
5
5
|
padding: 0;
|
|
6
6
|
position: fixed;
|
|
7
7
|
width: calc(100% - 250px);
|
|
@@ -44,12 +44,12 @@
|
|
|
44
44
|
top: -15px;
|
|
45
45
|
|
|
46
46
|
&:hover {
|
|
47
|
-
border-bottom: 3px solid $
|
|
47
|
+
border-bottom: 3px solid $primary-90;
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
.terminal-header {
|
|
52
|
-
border-top: 1px solid $
|
|
52
|
+
border-top: 1px solid $primary-90;
|
|
53
53
|
box-shadow: 1px -2px 5px 1px rgba(0, 0, 0, 0.08%);
|
|
54
54
|
background-color: $primary-10;
|
|
55
55
|
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
}
|
|
142
142
|
|
|
143
143
|
.button {
|
|
144
|
-
color: $
|
|
144
|
+
color: $primary-90;
|
|
145
145
|
}
|
|
146
146
|
}
|
|
147
147
|
}
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
.button {
|
|
266
266
|
&.is-transparent {
|
|
267
267
|
&:hover {
|
|
268
|
-
background-color: $
|
|
268
|
+
background-color: $primary-90;
|
|
269
269
|
}
|
|
270
270
|
}
|
|
271
271
|
}
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
// a {
|
|
9
9
|
// font-size: 13px;
|
|
10
10
|
// font-weight: 400;
|
|
11
|
-
// color: $
|
|
11
|
+
// color: $primary-10;
|
|
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: $primary-10;
|
|
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: $primary-90;
|
|
138
138
|
|
|
139
139
|
// p {
|
|
140
140
|
// font-size: 13px;
|
|
141
141
|
// font-weight: 600;
|
|
142
|
-
// color: $
|
|
142
|
+
// color: $primary-10;
|
|
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: $primary-10;
|
|
157
157
|
// font-size: 13px;
|
|
158
158
|
// font-weight: 500;
|
|
159
159
|
|
|
@@ -252,21 +252,16 @@
|
|
|
252
252
|
Responsive Classes
|
|
253
253
|
*****************************************/
|
|
254
254
|
// Extra small devices (portrait phones, less than 576px)
|
|
255
|
-
@media (max-width: 575.98px) {
|
|
256
|
-
}
|
|
255
|
+
@media (max-width: 575.98px) {}
|
|
257
256
|
|
|
258
257
|
// Small devices (landscape phones, 576px and up)
|
|
259
|
-
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
260
|
-
}
|
|
258
|
+
@media (min-width: 576px) and (max-width: 767.98px) {}
|
|
261
259
|
|
|
262
260
|
// Medium devices (tablets, 768px and up)
|
|
263
|
-
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
264
|
-
}
|
|
261
|
+
@media (min-width: 768px) and (max-width: 991.98px) {}
|
|
265
262
|
|
|
266
263
|
// Large devices (desktops, 992px and up)
|
|
267
|
-
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
268
|
-
}
|
|
264
|
+
@media (min-width: 992px) and (max-width: 1199.98px) {}
|
|
269
265
|
|
|
270
266
|
// Extra large devices (large desktops, 1200px and up)
|
|
271
|
-
@media (min-width: 1200px) {
|
|
272
|
-
}
|
|
267
|
+
@media (min-width: 1200px) {}
|
|
@@ -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 $primary-90;
|
|
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: $primary-10;
|
|
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: $primary-10;
|
|
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: $primary-10;
|
|
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: $primary-10;
|
|
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 $primary-90;
|
|
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: $primary-5;
|
|
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: $primary-10;
|
|
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: $primary-10;
|
|
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: $primary-90;
|
|
309
309
|
// }
|
|
310
310
|
// }
|
|
311
311
|
|
|
@@ -337,7 +337,7 @@
|
|
|
337
337
|
|
|
338
338
|
// /* Gray 1 */
|
|
339
339
|
|
|
340
|
-
// color: $
|
|
340
|
+
// color: $primary-10;
|
|
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: $primary-10;
|
|
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: $primary-10;
|
|
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: $primary-5;
|
|
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 $primary-90;
|
|
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: $primary-10;
|
|
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 $primary-90;
|
|
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 $primary-90;
|
|
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: $primary-20;
|
|
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: $primary-20;
|
|
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 $primary-90;
|
|
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 $primary-90;
|
|
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: $primary-10;
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
hr {
|
|
60
|
-
background-color: $
|
|
60
|
+
background-color: $primary-90;
|
|
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: $primary-10;
|
|
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: $primary-10;
|
|
166
166
|
}
|
|
167
167
|
}
|
|
168
168
|
}
|
|
@@ -198,17 +198,13 @@
|
|
|
198
198
|
}
|
|
199
199
|
|
|
200
200
|
// Small devices (landscape phones, 576px and up)
|
|
201
|
-
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
202
|
-
}
|
|
201
|
+
@media (min-width: 576px) and (max-width: 767.98px) {}
|
|
203
202
|
|
|
204
203
|
// Medium devices (tablets, 768px and up)
|
|
205
|
-
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
206
|
-
}
|
|
204
|
+
@media (min-width: 768px) and (max-width: 991.98px) {}
|
|
207
205
|
|
|
208
206
|
// Large devices (desktops, 992px and up)
|
|
209
|
-
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
210
|
-
}
|
|
207
|
+
@media (min-width: 992px) and (max-width: 1199.98px) {}
|
|
211
208
|
|
|
212
209
|
// Extra large devices (large desktops, 1200px and up)
|
|
213
|
-
@media (min-width: 1200px) {
|
|
214
|
-
}
|
|
210
|
+
@media (min-width: 1200px) {}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
.sidebar-inner {
|
|
6
6
|
.sidebar-top {
|
|
7
|
-
background-color: $
|
|
7
|
+
background-color: $primary-90;
|
|
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: $primary-10;
|
|
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 $primary-90;
|
|
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 $primary-90;
|
|
45
45
|
padding: 30px;
|
|
46
46
|
cursor: pointer;
|
|
47
47
|
|