@appscode/design-system 2.4.27-alpha1 → 2.4.28
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 +4 -6
- package/vue-components/styles/base/utilities/_colors.scss +25 -9
- package/vue-components/styles/base/utilities/_global.scss +2 -2
- package/vue-components/styles/base/utilities/_typography.scss +74 -68
- package/vue-components/styles/components/_ac-calendar.scss +3 -3
- package/vue-components/styles/components/_ac-code-highlight.scss +1 -1
- package/vue-components/styles/components/_ac-drag.scss +1 -1
- package/vue-components/styles/components/_accordion.scss +1 -1
- package/vue-components/styles/components/_breadcrumb.scss +1 -1
- package/vue-components/styles/components/_card-body-wrapper.scss +3 -3
- package/vue-components/styles/components/_direct-deploy.scss +2 -2
- package/vue-components/styles/components/_dropdown.scss +1 -1
- package/vue-components/styles/components/_getkeeper.scss +1 -1
- package/vue-components/styles/components/_graph.scss +1 -1
- package/vue-components/styles/components/_options.scss +2 -2
- package/vue-components/styles/components/_pagination.scss +2 -2
- package/vue-components/styles/components/_steps.scss +12 -2
- package/vue-components/styles/components/_table-of-content.scss +3 -3
- package/vue-components/styles/components/_table.scss +4 -4
- package/vue-components/styles/components/_tabs.scss +4 -4
- package/vue-components/styles/components/_terminal.scss +4 -4
- package/vue-components/styles/components/_widget-menu.scss +6 -6
- package/vue-components/styles/components/_wizard.scss +9 -9
- package/vue-components/styles/components/ac-toaster/_ac-toasted.scss +2 -2
- package/vue-components/styles/components/alert/_alert.scss +1 -1
- package/vue-components/styles/components/alert/_toast.scss +1 -1
- package/vue-components/styles/components/bbum/_card-team.scss +2 -2
- package/vue-components/styles/components/bbum/_left-sidebar.scss +2 -2
- package/vue-components/styles/components/bbum/_sign-up-notification.scss +2 -2
- package/vue-components/styles/components/bbum/_single-post-preview.scss +1 -1
- package/vue-components/styles/components/bbum/_user-profile.scss +3 -3
- package/vue-components/styles/components/cards/_cluster.scss +1 -1
- package/vue-components/styles/components/cards/_features.scss +1 -1
- package/vue-components/styles/components/cards/_info.scss +1 -1
- package/vue-components/styles/components/cards/_monitoring.scss +1 -1
- package/vue-components/styles/components/cards/_payment-card.scss +3 -3
- package/vue-components/styles/components/cards/_subscription-card.scss +2 -2
- package/vue-components/styles/components/cards/_vendor.scss +5 -5
- package/vue-components/styles/components/form-fields/_check-radio-switch.scss +4 -4
- package/vue-components/styles/components/form-fields/_image-upload.scss +1 -1
- package/vue-components/styles/components/form-fields/_input-card.scss +3 -3
- package/vue-components/styles/components/form-fields/_input.scss +16 -16
- package/vue-components/styles/components/inbox/all.scss +4 -19
- package/vue-components/styles/components/navbar/_menu-content.scss +11 -11
- package/vue-components/styles/components/select-box/_ac-select-box.scss +1 -1
- package/vue-components/styles/components/select-box/_multi-select.scss +23 -22
- package/vue-components/styles/components/sidebar/_left-sidebar.scss +2 -2
- package/vue-components/styles/components/ui-builder/_ui-builder.scss +3 -3
- package/vue-components/styles/components/ui-builder/_vue-open-api.scss +13 -13
- package/vue-components/styles/layouts/_code-preview.scss +1 -1
- package/vue-components/v3/accordion/Accordion.vue +3 -11
- package/vue-components/v3/alert/AlertMessage.vue +3 -11
- package/vue-components/v3/alert/Toast.vue +3 -10
- package/vue-components/v3/breadcrumbs/Breadcrumb.vue +2 -16
- package/vue-components/v3/cards/InfoCard.vue +6 -77
- package/vue-components/v3/cards/Monitoring.vue +3 -23
- package/vue-components/v3/form-fields/AcSelect.vue +10 -14
- package/vue-components/v3/form-fields/Accordion.vue +4 -4
- package/vue-components/v3/form-fields/CheckBox.vue +1 -1
- package/vue-components/v3/form-fields/CheckRadio.vue +2 -3
- package/vue-components/v3/form-fields/CustomSelect.vue +7 -12
- package/vue-components/v3/form-fields/FileUpload.vue +5 -14
- package/vue-components/v3/icons/BellIcon.vue +18 -0
- package/vue-components/v3/icons/CrossIcon.vue +12 -0
- package/vue-components/v3/icons/GridIcon.vue +32 -0
- package/vue-components/v3/icons/HomeIcon.vue +12 -0
- package/vue-components/v3/icons/MemoryIcon.vue +36 -4
- package/vue-components/v3/icons/MonitorIcon.vue +13 -0
- package/vue-components/v3/icons/StorageIcon.vue +32 -0
- package/vue-components/v3/icons/UploadIcon.vue +16 -0
- package/vue-components/v3/inbox/MessageList.vue +7 -6
- package/vue-components/v3/modal/DialogModal.vue +2 -10
- package/vue-components/v3/navbar/Appdrawer.vue +2 -30
- package/vue-components/v3/navbar/Notification.vue +6 -22
- package/vue-components/v3/pagination/Pagination.vue +1 -1
- package/vue-components/v3/searchbars/SearchBar.vue +2 -7
- package/vue-components/v3/steps/Steps.vue +16 -17
- package/vue-components/v3/table/InfoTable.vue +1 -1
- package/vue-components/v3/upcoming/SimpleSelect.vue +5 -5
- package/vue-components/plugins/time-convert.js +0 -45
- /package/vue-components/v3/icons/{ArrowDownIcon.vue → ArrowIcon.vue} +0 -0
package/package.json
CHANGED
|
@@ -1,25 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appscode/design-system",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.28",
|
|
4
4
|
"description": "A design system for Appscode websites and dashboards made using Bulma",
|
|
5
5
|
"main": "main.scss",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@appscode/design-system-images": "^0.0.13"
|
|
11
|
-
"crypto-js": "^4.1.1",
|
|
12
|
-
"fast-json-stable-stringify": "^2.1.0"
|
|
10
|
+
"@appscode/design-system-images": "^0.0.13"
|
|
13
11
|
},
|
|
14
12
|
"repository": {
|
|
15
13
|
"type": "git",
|
|
16
14
|
"url": "git+https://github.com/appscode/design-system.git"
|
|
17
15
|
},
|
|
18
16
|
"keywords": [
|
|
17
|
+
"appscode",
|
|
19
18
|
"design-system",
|
|
20
|
-
"
|
|
19
|
+
"material-ui",
|
|
21
20
|
"ui",
|
|
22
|
-
"appscode",
|
|
23
21
|
"bulma"
|
|
24
22
|
],
|
|
25
23
|
"author": "AppsCode Design Team",
|
|
@@ -56,16 +56,7 @@ $secondary-dark-grey: hsl($secondary-hue, 10%, 10%);
|
|
|
56
56
|
$secondary-light-gray: hsl($secondary-hue, 10%, 96%);
|
|
57
57
|
$secondary-dark-gray: hsl($secondary-hue, 10%, 10%);
|
|
58
58
|
|
|
59
|
-
$color-text: hsl($secondary-hue, 10%, 25%);
|
|
60
|
-
$color-heading: hsl($secondary-hue, 10%, 10%);
|
|
61
|
-
$color-label: hsl($secondary-hue, 20%, 30%);
|
|
62
|
-
$color-link: hsl($secondary-hue, 40%, 20%);
|
|
63
|
-
$color-border-light: hsl($secondary-hue, 40%, 95%);
|
|
64
|
-
$color-border: hsl($secondary-hue, 10%, 90%);
|
|
65
|
-
$color-border-dark: hsl($secondary-hue, 10%, 80%);
|
|
66
|
-
|
|
67
59
|
// tweak sidebar bg color. update value (--sidebar-light)
|
|
68
|
-
$color-sidebar: hsl($primary-hue, $primary-saturation, var(--sidebar-light, 5%));
|
|
69
60
|
|
|
70
61
|
// green color guides
|
|
71
62
|
$green-hue: 141;
|
|
@@ -175,6 +166,31 @@ $gray-93: hsl($gray-hue, $gray-saturation, 93%);
|
|
|
175
166
|
$gray-95: hsl($gray-hue, $gray-saturation, 95%);
|
|
176
167
|
$gray-97: hsl($gray-hue, $gray-saturation, 97%);
|
|
177
168
|
|
|
169
|
+
// Slate color guides custom color
|
|
170
|
+
$slate-hue: 229;
|
|
171
|
+
$slate-saturation: 84%;
|
|
172
|
+
$slate-5: #020617;
|
|
173
|
+
$slate-10: #0f172a;
|
|
174
|
+
$slate-20: #1e293b;
|
|
175
|
+
$slate-30: #334155;
|
|
176
|
+
$slate-40: #475569;
|
|
177
|
+
$slate-50: #64748b;
|
|
178
|
+
$slate-60: #94a3b8;
|
|
179
|
+
$slate-70: #cbd5e1;
|
|
180
|
+
$slate-80: #e2e8f0;
|
|
181
|
+
$slate-90: #f1f5f9;
|
|
182
|
+
$slate-95: #f8fafc;
|
|
183
|
+
|
|
184
|
+
$color-text: $slate-30;
|
|
185
|
+
$color-heading: $slate-5;
|
|
186
|
+
$color-label: $slate-40;
|
|
187
|
+
$color-link: $slate-20;
|
|
188
|
+
$color-border-light: $slate-90;
|
|
189
|
+
$color-border: $slate-80;
|
|
190
|
+
$color-border-dark: $slate-70;
|
|
191
|
+
|
|
192
|
+
$color-sidebar: hsla($primary-hue, 10%, 5%);
|
|
193
|
+
|
|
178
194
|
// Box Shadow
|
|
179
195
|
$ac-shadow-1: 0 1px 4px rgba(26, 80, 151, 0.16);
|
|
180
196
|
$ac-shadow-2: 0px 8px 57px rgba(0, 0, 0, 0.16);
|
|
@@ -445,7 +445,7 @@ button {
|
|
|
445
445
|
padding: 5px 20px 4px;
|
|
446
446
|
box-shadow: $ac-shadow-1;
|
|
447
447
|
font-weight: 500;
|
|
448
|
-
font-size:
|
|
448
|
+
font-size: 1rem;
|
|
449
449
|
}
|
|
450
450
|
|
|
451
451
|
.tooltip-arrow {
|
|
@@ -466,7 +466,7 @@ button {
|
|
|
466
466
|
padding: 5px 20px 4px;
|
|
467
467
|
box-shadow: $ac-shadow-1;
|
|
468
468
|
font-weight: 500;
|
|
469
|
-
font-size:
|
|
469
|
+
font-size: 1rem;
|
|
470
470
|
|
|
471
471
|
.errors-wrapper {
|
|
472
472
|
.error-element {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
// Typography
|
|
2
1
|
@import url("https://fonts.googleapis.com/css2?family=Inconsolata:wght@200;300;400;500;600;700&family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700&display=swap");
|
|
3
2
|
|
|
4
3
|
$font-heading: "Roboto", sans-serif;
|
|
@@ -8,16 +7,16 @@ html,
|
|
|
8
7
|
body {
|
|
9
8
|
background-color: $white-100;
|
|
10
9
|
font-family: $font-paragraph;
|
|
11
|
-
font-weight:
|
|
12
|
-
font-size: 13px;
|
|
10
|
+
font-weight: $weight-normal;
|
|
11
|
+
font-size: 13px; // Base font size
|
|
13
12
|
color: $color-text;
|
|
14
13
|
}
|
|
15
14
|
|
|
16
15
|
p {
|
|
17
|
-
font-size: 1rem;
|
|
16
|
+
font-size: 1rem; // 13px
|
|
18
17
|
font-family: $font-paragraph;
|
|
19
|
-
font-weight:
|
|
20
|
-
line-height:
|
|
18
|
+
font-weight: $weight-normal;
|
|
19
|
+
line-height: 1.5;
|
|
21
20
|
}
|
|
22
21
|
|
|
23
22
|
h1,
|
|
@@ -27,64 +26,55 @@ h4,
|
|
|
27
26
|
h5,
|
|
28
27
|
h6 {
|
|
29
28
|
font-family: $font-heading;
|
|
30
|
-
font-weight:
|
|
29
|
+
font-weight: $weight-semibold;
|
|
31
30
|
color: $color-heading;
|
|
32
31
|
}
|
|
33
32
|
|
|
34
33
|
h1 {
|
|
35
|
-
font-size:
|
|
36
|
-
}
|
|
37
|
-
|
|
34
|
+
font-size: 2.462rem;
|
|
35
|
+
} // 32px
|
|
38
36
|
h2 {
|
|
39
|
-
font-size:
|
|
40
|
-
}
|
|
41
|
-
|
|
37
|
+
font-size: 2rem;
|
|
38
|
+
} // 26px
|
|
42
39
|
h3 {
|
|
43
|
-
font-size:
|
|
44
|
-
}
|
|
45
|
-
|
|
40
|
+
font-size: 1.692rem;
|
|
41
|
+
} // 22px
|
|
46
42
|
h4 {
|
|
47
|
-
font-size:
|
|
48
|
-
}
|
|
49
|
-
|
|
43
|
+
font-size: 1.385rem;
|
|
44
|
+
} // 18px
|
|
50
45
|
h5 {
|
|
51
|
-
font-size:
|
|
52
|
-
|
|
53
|
-
|
|
46
|
+
font-size: 1.231rem;
|
|
47
|
+
font-weight: 600;
|
|
48
|
+
letter-spacing: normal;
|
|
49
|
+
} // 16px
|
|
54
50
|
h6 {
|
|
55
|
-
font-size:
|
|
56
|
-
|
|
51
|
+
font-size: 1rem;
|
|
52
|
+
letter-spacing: 0;
|
|
53
|
+
font-weight: normal;
|
|
54
|
+
} // 13px
|
|
57
55
|
|
|
58
56
|
h6 {
|
|
59
57
|
&.is-tiny {
|
|
60
|
-
font-size:
|
|
61
|
-
line-height:
|
|
62
|
-
}
|
|
63
|
-
|
|
58
|
+
font-size: 0.846rem;
|
|
59
|
+
line-height: 1.2;
|
|
60
|
+
} // 11px
|
|
64
61
|
&.is-extra-small {
|
|
65
|
-
font-size:
|
|
66
|
-
line-height:
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
&.is-small {
|
|
70
|
-
font-size: 13px;
|
|
71
|
-
line-height: 13px + 10;
|
|
72
|
-
}
|
|
73
|
-
|
|
62
|
+
font-size: 0.923rem;
|
|
63
|
+
line-height: 1.2;
|
|
64
|
+
} // 12px
|
|
65
|
+
&.is-small,
|
|
74
66
|
&.is-normal {
|
|
75
|
-
font-size:
|
|
76
|
-
line-height:
|
|
77
|
-
}
|
|
78
|
-
|
|
67
|
+
font-size: 1rem;
|
|
68
|
+
line-height: 1.2;
|
|
69
|
+
} // 13px
|
|
79
70
|
&.is-semi-normal {
|
|
80
|
-
font-size:
|
|
81
|
-
line-height:
|
|
82
|
-
}
|
|
83
|
-
|
|
71
|
+
font-size: 1.077rem;
|
|
72
|
+
line-height: 1.2;
|
|
73
|
+
} // 14px
|
|
84
74
|
&.is-medium {
|
|
85
|
-
font-size:
|
|
86
|
-
line-height:
|
|
87
|
-
}
|
|
75
|
+
font-size: 1.231rem;
|
|
76
|
+
line-height: 1.2;
|
|
77
|
+
} // 16px
|
|
88
78
|
}
|
|
89
79
|
|
|
90
80
|
.content {
|
|
@@ -104,33 +94,44 @@ h6 {
|
|
|
104
94
|
a:not(.ac-button) {
|
|
105
95
|
font-family: $font-paragraph;
|
|
106
96
|
color: $ac-primary;
|
|
107
|
-
p {
|
|
108
|
-
color: $color-text;
|
|
109
|
-
}
|
|
110
97
|
&:hover {
|
|
111
98
|
color: $ac-primary;
|
|
112
99
|
}
|
|
113
100
|
}
|
|
114
101
|
|
|
115
102
|
.text-xm {
|
|
116
|
-
font-size: 0.769rem;
|
|
117
|
-
}
|
|
118
|
-
|
|
103
|
+
font-size: 0.769rem;
|
|
104
|
+
} // 10px
|
|
119
105
|
.text-sm {
|
|
120
|
-
font-size: 0.846rem;
|
|
121
|
-
}
|
|
122
|
-
|
|
106
|
+
font-size: 0.846rem;
|
|
107
|
+
} // 11px
|
|
108
|
+
.text-xs {
|
|
109
|
+
font-size: 0.923rem;
|
|
110
|
+
} // 12px
|
|
123
111
|
.text-base {
|
|
124
|
-
font-size: 1rem;
|
|
125
|
-
}
|
|
126
|
-
|
|
112
|
+
font-size: 1rem;
|
|
113
|
+
} // 13px
|
|
127
114
|
.text-lg {
|
|
128
|
-
font-size: 1.077rem;
|
|
129
|
-
}
|
|
130
|
-
|
|
115
|
+
font-size: 1.077rem;
|
|
116
|
+
} // 14px
|
|
131
117
|
.text-xl {
|
|
132
|
-
font-size: 1.231rem;
|
|
133
|
-
}
|
|
118
|
+
font-size: 1.231rem;
|
|
119
|
+
} // 16px
|
|
120
|
+
.text-2xl {
|
|
121
|
+
font-size: 1.385rem;
|
|
122
|
+
} // 18px
|
|
123
|
+
.text-3xl {
|
|
124
|
+
font-size: 1.846rem;
|
|
125
|
+
} // 24px
|
|
126
|
+
.text-4xl {
|
|
127
|
+
font-size: 2.308rem;
|
|
128
|
+
} // 30px
|
|
129
|
+
.text-5xl {
|
|
130
|
+
font-size: 2.769rem;
|
|
131
|
+
} // 36px
|
|
132
|
+
.text-6xl {
|
|
133
|
+
font-size: 3.231rem;
|
|
134
|
+
} // 42px
|
|
134
135
|
|
|
135
136
|
hr {
|
|
136
137
|
background-color: $gray-60;
|
|
@@ -144,12 +145,17 @@ strong {
|
|
|
144
145
|
color: $color-text;
|
|
145
146
|
}
|
|
146
147
|
|
|
148
|
+
.is-font-light {
|
|
149
|
+
font-weight: $weight-light;
|
|
150
|
+
}
|
|
147
151
|
.is-font-medium {
|
|
148
|
-
font-weight:
|
|
152
|
+
font-weight: $weight-medium;
|
|
153
|
+
}
|
|
154
|
+
.is-font-semibold {
|
|
155
|
+
font-weight: $weight-semibold;
|
|
149
156
|
}
|
|
150
|
-
|
|
151
157
|
.is-font-bold {
|
|
152
|
-
font-weight:
|
|
158
|
+
font-weight: $weight-bold;
|
|
153
159
|
}
|
|
154
160
|
|
|
155
161
|
.material-icons {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
height: 45px !important;
|
|
6
6
|
padding: 15px !important;
|
|
7
7
|
font-weight: normal !important;
|
|
8
|
-
font-size:
|
|
8
|
+
font-size: 1rem !important;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
.vc-highlight {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
.vc-weeks {
|
|
18
18
|
padding: 25px 30px !important;
|
|
19
19
|
font-weight: normal !important;
|
|
20
|
-
font-size:
|
|
20
|
+
font-size: 1rem !important;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
.vc-weekday {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
margin-right: -30px !important;
|
|
28
28
|
margin-bottom: 25px !important;
|
|
29
29
|
font-weight: 500;
|
|
30
|
-
font-size:
|
|
30
|
+
font-size: 1rem !important;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
.vc-bg-blue-200 {
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
// .left-content {
|
|
13
13
|
// p {
|
|
14
14
|
// font-weight: 500;
|
|
15
|
-
// font-size:
|
|
15
|
+
// font-size: 1rem;
|
|
16
16
|
// line-height: 16px;
|
|
17
17
|
// color: $color-heading;
|
|
18
18
|
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
|
|
23
23
|
// &.description {
|
|
24
24
|
// font-weight: normal;
|
|
25
|
-
// font-size:
|
|
25
|
+
// font-size: 1rem;
|
|
26
26
|
// line-height: 16px;
|
|
27
27
|
// color: $color-text;
|
|
28
28
|
// margin-top: 10px;
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
// p {
|
|
44
44
|
// &.cluster-title {
|
|
45
45
|
// font-weight: normal;
|
|
46
|
-
// font-size:
|
|
46
|
+
// font-size: 1rem;
|
|
47
47
|
// line-height: 16px;
|
|
48
48
|
// color: $gray-40;
|
|
49
49
|
// margin-top: 30px;
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// }
|
|
12
12
|
|
|
13
13
|
// p {
|
|
14
|
-
// font-size:
|
|
14
|
+
// font-size: 1rem;
|
|
15
15
|
// line-height: 160%;
|
|
16
16
|
// color: $color-heading;
|
|
17
17
|
// margin-bottom: 20px;
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
|
|
20
20
|
// .check-permission {
|
|
21
21
|
// font-weight: normal;
|
|
22
|
-
// font-size:
|
|
22
|
+
// font-size: 1rem;
|
|
23
23
|
// line-height: 16px;
|
|
24
24
|
// color: $color-heading;
|
|
25
25
|
// }
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
font-weight: 400;
|
|
102
102
|
text-align: left;
|
|
103
103
|
color: $color-text;
|
|
104
|
-
font-size:
|
|
104
|
+
font-size: 1rem;
|
|
105
105
|
padding: 10px 30px;
|
|
106
106
|
display: block;
|
|
107
107
|
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
}
|
|
121
121
|
|
|
122
122
|
a {
|
|
123
|
-
font-size:
|
|
123
|
+
font-size: 1rem;
|
|
124
124
|
padding: 7px 15px;
|
|
125
125
|
display: block;
|
|
126
126
|
text-decoration: none !important;
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// display: block;
|
|
12
12
|
// width: 20px;
|
|
13
13
|
// text-align: center;
|
|
14
|
-
// font-size:
|
|
14
|
+
// font-size: 1rem;
|
|
15
15
|
// font-weight: 500;
|
|
16
16
|
// border-radius: 4px;
|
|
17
17
|
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
// color: $gray-40;
|
|
68
68
|
// padding-right: 5px;
|
|
69
69
|
// display: inline-block;
|
|
70
|
-
// font-size:
|
|
70
|
+
// font-size: 1rem;
|
|
71
71
|
// }
|
|
72
72
|
// }
|
|
73
73
|
|
|
@@ -6,13 +6,12 @@
|
|
|
6
6
|
// gap: 48px;
|
|
7
7
|
&.is-column {
|
|
8
8
|
flex-direction: column;
|
|
9
|
-
align-items: self-start;
|
|
10
9
|
li {
|
|
11
10
|
--line: 2px;
|
|
12
11
|
flex-direction: row;
|
|
13
12
|
gap: 8px;
|
|
14
13
|
text-align: left;
|
|
15
|
-
align-items:
|
|
14
|
+
align-items: flex-start;
|
|
16
15
|
padding-bottom: 24px;
|
|
17
16
|
.step-header {
|
|
18
17
|
margin: 0;
|
|
@@ -44,6 +43,17 @@
|
|
|
44
43
|
}
|
|
45
44
|
}
|
|
46
45
|
}
|
|
46
|
+
&.is-row {
|
|
47
|
+
li {
|
|
48
|
+
&.is-active {
|
|
49
|
+
&:not(&:first-child) {
|
|
50
|
+
&::before {
|
|
51
|
+
background-color: $ac-primary;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
47
57
|
li {
|
|
48
58
|
display: flex;
|
|
49
59
|
flex: 1 1 0%;
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
p {
|
|
18
18
|
font-style: normal;
|
|
19
19
|
font-weight: 500;
|
|
20
|
-
font-size:
|
|
20
|
+
font-size: 1rem;
|
|
21
21
|
line-height: 16px;
|
|
22
22
|
cursor: pointer;
|
|
23
23
|
color: $color-text;
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
|
|
30
30
|
button {
|
|
31
31
|
color: $color-text;
|
|
32
|
-
font-size:
|
|
32
|
+
font-size: 1rem;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
|
|
46
46
|
font-style: normal;
|
|
47
47
|
font-weight: normal;
|
|
48
|
-
font-size:
|
|
48
|
+
font-size: 1rem;
|
|
49
49
|
line-height: 16px;
|
|
50
50
|
padding: 8px 0;
|
|
51
51
|
color: $color-text;
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
|
|
35
35
|
thead {
|
|
36
36
|
// background-color: $primary-95;
|
|
37
|
-
font-size:
|
|
37
|
+
font-size: 1rem;
|
|
38
38
|
line-height: initial;
|
|
39
39
|
|
|
40
40
|
tr {
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
position: absolute;
|
|
72
72
|
color: #808998;
|
|
73
73
|
top: 10px;
|
|
74
|
-
font-size:
|
|
74
|
+
font-size: 1rem;
|
|
75
75
|
font-weight: 1000;
|
|
76
76
|
display: block;
|
|
77
77
|
}
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
background-color: $white-100 !important;
|
|
129
129
|
}
|
|
130
130
|
td {
|
|
131
|
-
font-size:
|
|
131
|
+
font-size: 1rem;
|
|
132
132
|
padding: 5px 20px;
|
|
133
133
|
color: $color-heading;
|
|
134
134
|
border: none;
|
|
@@ -277,7 +277,7 @@
|
|
|
277
277
|
}
|
|
278
278
|
|
|
279
279
|
td {
|
|
280
|
-
font-size:
|
|
280
|
+
font-size: 1rem;
|
|
281
281
|
color: $color-text;
|
|
282
282
|
background-color: transparent;
|
|
283
283
|
border-bottom: 1px solid $color-border-light;
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
// // text-transform: uppercase;
|
|
24
24
|
// font-weight: 400;
|
|
25
25
|
// color: $color-heading;
|
|
26
|
-
// font-size:
|
|
26
|
+
// font-size: 1rem;
|
|
27
27
|
// border-bottom: none;
|
|
28
28
|
// padding: 6px 16px;
|
|
29
29
|
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
// }
|
|
37
37
|
|
|
38
38
|
// &.is-boxed {
|
|
39
|
-
// font-size:
|
|
39
|
+
// font-size: 1rem;
|
|
40
40
|
|
|
41
41
|
// a {
|
|
42
42
|
// padding: 8px 20px;
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
// padding: 8px 20px;
|
|
76
76
|
// font-weight: 500;
|
|
77
77
|
// margin-bottom: -2px;
|
|
78
|
-
// font-size:
|
|
78
|
+
// font-size: 1rem;
|
|
79
79
|
// }
|
|
80
80
|
// }
|
|
81
81
|
// }
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
// border: 1px solid $color-border;
|
|
95
95
|
// border-bottom: none;
|
|
96
96
|
// margin-bottom: -2px;
|
|
97
|
-
// font-size:
|
|
97
|
+
// font-size: 1rem;
|
|
98
98
|
// color: $color-text;
|
|
99
99
|
// }
|
|
100
100
|
// }
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
bottom: 0;
|
|
13
13
|
background-color: var(--terminal-bg);
|
|
14
14
|
color: $white-100;
|
|
15
|
-
font-size:
|
|
15
|
+
font-size: 1rem;
|
|
16
16
|
height: 360px;
|
|
17
17
|
z-index: 999;
|
|
18
18
|
transition: 0.3s ease-in-out;
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
li {
|
|
124
124
|
a {
|
|
125
125
|
margin-bottom: 0px;
|
|
126
|
-
font-size:
|
|
126
|
+
font-size: 1rem;
|
|
127
127
|
border-radius: 0;
|
|
128
128
|
padding: 8px 8px 8px 20px;
|
|
129
129
|
border: none;
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
}
|
|
198
198
|
|
|
199
199
|
a {
|
|
200
|
-
font-size:
|
|
200
|
+
font-size: 1rem;
|
|
201
201
|
padding: 10px 20px;
|
|
202
202
|
justify-content: flex-start;
|
|
203
203
|
border-bottom: 1px solid $primary-20;
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
|
|
252
252
|
.right-content {
|
|
253
253
|
.status-message {
|
|
254
|
-
background-color:
|
|
254
|
+
background-color: $color-text !important;
|
|
255
255
|
text-align: center;
|
|
256
256
|
padding: 4px 20px;
|
|
257
257
|
border-radius: 4px;
|