@appscode/design-system 2.0.31 → 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 +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 +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
|
@@ -25,14 +25,14 @@
|
|
|
25
25
|
// single charge
|
|
26
26
|
.single-charge-inner {
|
|
27
27
|
padding: 10px 0;
|
|
28
|
-
border-bottom: 1px solid $
|
|
28
|
+
border-bottom: 1px solid $color-border;
|
|
29
29
|
|
|
30
30
|
&:last-child {
|
|
31
31
|
border-bottom: none;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
p.charge {
|
|
35
|
-
color: $
|
|
35
|
+
color: $color-heading;
|
|
36
36
|
font-size: 16px;
|
|
37
37
|
}
|
|
38
38
|
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
// bottom: 12px;
|
|
46
46
|
|
|
47
47
|
a {
|
|
48
|
-
color: $
|
|
48
|
+
color: $color-heading;
|
|
49
49
|
font-size: 16px;
|
|
50
50
|
font-weight: 500;
|
|
51
51
|
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
// }
|
|
35
35
|
|
|
36
36
|
// .counting-page {
|
|
37
|
-
// color: $
|
|
37
|
+
// color: $color-text;
|
|
38
38
|
// font-size: 12px;
|
|
39
39
|
|
|
40
40
|
// span {
|
|
41
|
-
// color: $
|
|
41
|
+
// color: $color-heading;
|
|
42
42
|
// padding: 0 4px;
|
|
43
43
|
// font-weight: 500;
|
|
44
44
|
// }
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
// height: 20px;
|
|
58
58
|
// font-size: 11px;
|
|
59
59
|
// background-color: $white-100;
|
|
60
|
-
// color: $
|
|
60
|
+
// color: $color-text;
|
|
61
61
|
// &:focus-visible {
|
|
62
62
|
// outline: none;
|
|
63
63
|
// }
|
|
@@ -73,18 +73,16 @@
|
|
|
73
73
|
|
|
74
74
|
// ul > li > a.previous {
|
|
75
75
|
// border: 1px solid $primary;
|
|
76
|
-
// background-color: $
|
|
76
|
+
// background-color: $color-border;
|
|
77
77
|
// color: $primary;
|
|
78
78
|
|
|
79
|
-
|
|
80
79
|
// }
|
|
81
80
|
|
|
82
81
|
// ul > li > a.next {
|
|
83
82
|
// border: 1px solid $primary;
|
|
84
|
-
// background-color: $
|
|
83
|
+
// background-color: $color-border;
|
|
85
84
|
// color: $primary;
|
|
86
85
|
|
|
87
|
-
|
|
88
86
|
// }
|
|
89
87
|
|
|
90
88
|
// .is-current {
|
|
@@ -103,4 +101,4 @@
|
|
|
103
101
|
// $black-40: $primary-20;
|
|
104
102
|
// }
|
|
105
103
|
// }
|
|
106
|
-
// }
|
|
104
|
+
// }
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
font-size: 24px;
|
|
74
74
|
line-height: 28px;
|
|
75
75
|
|
|
76
|
-
color: $
|
|
76
|
+
color: $color-heading;
|
|
77
77
|
}
|
|
78
78
|
|
|
79
79
|
.ms-back-button {
|
|
@@ -139,8 +139,8 @@
|
|
|
139
139
|
font-weight: 500;
|
|
140
140
|
font-size: 14px;
|
|
141
141
|
line-height: 100%;
|
|
142
|
-
color: $
|
|
143
|
-
border-top: 1px solid $
|
|
142
|
+
color: $color-heading;
|
|
143
|
+
border-top: 1px solid $color-border;
|
|
144
144
|
|
|
145
145
|
span {
|
|
146
146
|
img {
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
|
|
153
153
|
&:last-child {
|
|
154
154
|
a {
|
|
155
|
-
border-bottom: 1px solid $
|
|
155
|
+
border-bottom: 1px solid $color-border;
|
|
156
156
|
}
|
|
157
157
|
}
|
|
158
158
|
}
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
width: 100%;
|
|
165
165
|
|
|
166
166
|
.code-preview {
|
|
167
|
-
background-color: $
|
|
167
|
+
background-color: $color-border;
|
|
168
168
|
border-radius: 4px;
|
|
169
169
|
display: flex;
|
|
170
170
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
.pricing-table {
|
|
2
|
-
border: 1px solid $
|
|
3
|
-
background-color: $
|
|
2
|
+
border: 1px solid $color-border;
|
|
3
|
+
background-color: $color-border;
|
|
4
4
|
border-radius: 4px;
|
|
5
5
|
|
|
6
6
|
.pricing-title {
|
|
7
7
|
display: grid;
|
|
8
8
|
grid-template-columns: 50px auto 50px;
|
|
9
9
|
align-content: center;
|
|
10
|
-
background-color: $
|
|
10
|
+
background-color: $color-border;
|
|
11
11
|
|
|
12
12
|
button {
|
|
13
13
|
border: none;
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
line-height: 1;
|
|
25
25
|
padding: 15px;
|
|
26
26
|
font-weight: 400;
|
|
27
|
-
color: $
|
|
27
|
+
color: $color-text;
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
display: flex;
|
|
33
33
|
|
|
34
34
|
.single-pricing-table {
|
|
35
|
-
border: 1px solid $
|
|
35
|
+
border: 1px solid $color-border;
|
|
36
36
|
border-radius: 4px;
|
|
37
37
|
margin-right: 10px;
|
|
38
38
|
position: relative;
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
|
|
108
108
|
.pricing {
|
|
109
109
|
font-size: 16px;
|
|
110
|
-
color: $
|
|
110
|
+
color: $color-text;
|
|
111
111
|
font-weight: 500;
|
|
112
112
|
line-height: 24px;
|
|
113
113
|
|
|
@@ -141,9 +141,9 @@
|
|
|
141
141
|
ul {
|
|
142
142
|
li {
|
|
143
143
|
text-align: center;
|
|
144
|
-
color: $
|
|
144
|
+
color: $color-text;
|
|
145
145
|
display: block;
|
|
146
|
-
border-top: 1px solid $
|
|
146
|
+
border-top: 1px solid $color-border;
|
|
147
147
|
padding: 10px;
|
|
148
148
|
overflow: hidden;
|
|
149
149
|
text-overflow: ellipsis;
|
|
@@ -157,4 +157,4 @@
|
|
|
157
157
|
}
|
|
158
158
|
}
|
|
159
159
|
}
|
|
160
|
-
}
|
|
160
|
+
}
|
|
@@ -75,56 +75,64 @@
|
|
|
75
75
|
|
|
76
76
|
&::-webkit-progress-bar {
|
|
77
77
|
background-color: #5e9cd1;
|
|
78
|
-
background-image: linear-gradient(
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
78
|
+
background-image: linear-gradient(
|
|
79
|
+
45deg,
|
|
80
|
+
rgba(255, 255, 255, 0.15) 25%,
|
|
81
|
+
transparent 25%,
|
|
82
|
+
transparent 50%,
|
|
83
|
+
rgba(255, 255, 255, 0.15) 50%,
|
|
84
|
+
rgba(255, 255, 255, 0.15) 75%,
|
|
85
|
+
transparent 75%,
|
|
86
|
+
transparent
|
|
87
|
+
);
|
|
86
88
|
background-size: 10px 10px;
|
|
87
89
|
}
|
|
88
90
|
|
|
89
91
|
&::-webkit-progress-value {
|
|
90
92
|
border-radius: 5px;
|
|
91
93
|
background-color: $primary;
|
|
92
|
-
background-image: linear-gradient(
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
94
|
+
background-image: linear-gradient(
|
|
95
|
+
45deg,
|
|
96
|
+
rgba(255, 255, 255, 0.15) 25%,
|
|
97
|
+
transparent 25%,
|
|
98
|
+
transparent 50%,
|
|
99
|
+
rgba(255, 255, 255, 0.15) 50%,
|
|
100
|
+
rgba(255, 255, 255, 0.15) 75%,
|
|
101
|
+
transparent 75%,
|
|
102
|
+
transparent
|
|
103
|
+
);
|
|
100
104
|
background-size: 10px 10px;
|
|
101
105
|
}
|
|
102
106
|
|
|
103
107
|
&::-moz-progress-bar {
|
|
104
108
|
border-radius: 5px;
|
|
105
109
|
background-color: $primary;
|
|
106
|
-
background-image: linear-gradient(
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
110
|
+
background-image: linear-gradient(
|
|
111
|
+
45deg,
|
|
112
|
+
rgba(255, 255, 255, 0.15) 25%,
|
|
113
|
+
transparent 25%,
|
|
114
|
+
transparent 50%,
|
|
115
|
+
rgba(255, 255, 255, 0.15) 50%,
|
|
116
|
+
rgba(255, 255, 255, 0.15) 75%,
|
|
117
|
+
transparent 75%,
|
|
118
|
+
transparent
|
|
119
|
+
);
|
|
114
120
|
background-size: 10px 10px;
|
|
115
121
|
}
|
|
116
122
|
|
|
117
123
|
&::-ms-fill {
|
|
118
124
|
border-radius: 5px;
|
|
119
125
|
background-color: $primary;
|
|
120
|
-
background-image: linear-gradient(
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
126
|
+
background-image: linear-gradient(
|
|
127
|
+
45deg,
|
|
128
|
+
rgba(255, 255, 255, 0.15) 25%,
|
|
129
|
+
transparent 25%,
|
|
130
|
+
transparent 50%,
|
|
131
|
+
rgba(255, 255, 255, 0.15) 50%,
|
|
132
|
+
rgba(255, 255, 255, 0.15) 75%,
|
|
133
|
+
transparent 75%,
|
|
134
|
+
transparent
|
|
135
|
+
);
|
|
128
136
|
background-size: 10px 10px;
|
|
129
137
|
border: none;
|
|
130
138
|
}
|
|
@@ -141,40 +149,46 @@
|
|
|
141
149
|
background-size: 150% 150%;
|
|
142
150
|
|
|
143
151
|
&::-webkit-progress-value {
|
|
144
|
-
background-image: linear-gradient(
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
+
background-image: linear-gradient(
|
|
153
|
+
45deg,
|
|
154
|
+
rgba(255, 255, 255, 0.15) 25%,
|
|
155
|
+
transparent 25%,
|
|
156
|
+
transparent 50%,
|
|
157
|
+
rgba(255, 255, 255, 0.15) 50%,
|
|
158
|
+
rgba(255, 255, 255, 0.15) 75%,
|
|
159
|
+
transparent 75%,
|
|
160
|
+
transparent
|
|
161
|
+
);
|
|
152
162
|
background-size: 10px 10px;
|
|
153
163
|
}
|
|
154
164
|
|
|
155
165
|
&::-webkit-progress-bar {
|
|
156
166
|
background-color: transparent;
|
|
157
|
-
background-image: linear-gradient(
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
167
|
+
background-image: linear-gradient(
|
|
168
|
+
45deg,
|
|
169
|
+
rgba(255, 255, 255, 0.15) 25%,
|
|
170
|
+
transparent 25%,
|
|
171
|
+
transparent 50%,
|
|
172
|
+
rgba(255, 255, 255, 0.15) 50%,
|
|
173
|
+
rgba(255, 255, 255, 0.15) 75%,
|
|
174
|
+
transparent 75%,
|
|
175
|
+
transparent
|
|
176
|
+
);
|
|
165
177
|
background-size: 10px 10px;
|
|
166
178
|
}
|
|
167
179
|
|
|
168
180
|
&::-moz-progress-bar {
|
|
169
181
|
background-color: transparent;
|
|
170
|
-
background-image: linear-gradient(
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
182
|
+
background-image: linear-gradient(
|
|
183
|
+
45deg,
|
|
184
|
+
rgba(255, 255, 255, 0.15) 25%,
|
|
185
|
+
transparent 25%,
|
|
186
|
+
transparent 50%,
|
|
187
|
+
rgba(255, 255, 255, 0.15) 50%,
|
|
188
|
+
rgba(255, 255, 255, 0.15) 75%,
|
|
189
|
+
transparent 75%,
|
|
190
|
+
transparent
|
|
191
|
+
);
|
|
178
192
|
background-size: 10px 10px;
|
|
179
193
|
}
|
|
180
194
|
}
|
|
@@ -186,7 +200,7 @@
|
|
|
186
200
|
display: flex;
|
|
187
201
|
justify-content: space-between;
|
|
188
202
|
font-size: 12px;
|
|
189
|
-
color: $
|
|
203
|
+
color: $color-text;
|
|
190
204
|
margin-bottom: 5px;
|
|
191
205
|
}
|
|
192
206
|
|
|
@@ -227,4 +241,4 @@
|
|
|
227
241
|
border: none;
|
|
228
242
|
}
|
|
229
243
|
}
|
|
230
|
-
}
|
|
244
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
.ac-accordion-wrapper {
|
|
2
2
|
&.table-of-content {
|
|
3
|
-
background-color: $
|
|
3
|
+
background-color: $color-border;
|
|
4
4
|
padding: 5px 15px;
|
|
5
5
|
border-radius: 4px;
|
|
6
6
|
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
font-size: 13px;
|
|
21
21
|
line-height: 16px;
|
|
22
22
|
cursor: pointer;
|
|
23
|
-
color: $
|
|
23
|
+
color: $color-text;
|
|
24
24
|
|
|
25
25
|
span {
|
|
26
26
|
padding-left: 10px;
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
button {
|
|
31
|
-
color: $
|
|
31
|
+
color: $color-text;
|
|
32
32
|
font-size: 13px;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
font-size: 13px;
|
|
49
49
|
line-height: 16px;
|
|
50
50
|
padding: 8px 0;
|
|
51
|
-
color: $
|
|
51
|
+
color: $color-text;
|
|
52
52
|
|
|
53
53
|
img {
|
|
54
54
|
margin-left: 10px;
|
|
@@ -58,4 +58,4 @@
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
|
-
}
|
|
61
|
+
}
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
th {
|
|
17
17
|
padding: 10px 20px;
|
|
18
|
-
color: $
|
|
18
|
+
color: $color-heading;
|
|
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: $color-heading;
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
&.sorting-desc {
|
|
36
36
|
&::after {
|
|
37
|
-
color: $
|
|
37
|
+
color: $color-heading;
|
|
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 $color-border;
|
|
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: $color-heading;
|
|
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: $color-heading;
|
|
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 $color-border;
|
|
207
|
+
border-top: 1px solid $color-border;
|
|
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: $color-border;
|
|
215
215
|
}
|
|
216
216
|
}
|
|
217
217
|
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
|
|
251
251
|
td {
|
|
252
252
|
font-size: 13px;
|
|
253
|
-
color: $
|
|
253
|
+
color: $color-text;
|
|
254
254
|
background-color: transparent;
|
|
255
255
|
border-bottom: 1px solid $primary-95;
|
|
256
256
|
border-right: 1px solid $primary-95;
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
}
|
|
263
263
|
|
|
264
264
|
&:first-child {
|
|
265
|
-
color: $
|
|
265
|
+
color: $color-heading;
|
|
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: $color-text;
|
|
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: $color-border;
|
|
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: $color-border;
|
|
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: $color-border;
|
|
5
5
|
// }
|
|
6
6
|
|
|
7
7
|
// &.is-line {
|
|
8
8
|
// ul {
|
|
9
|
-
// border-bottom-color: $
|
|
9
|
+
// border-bottom-color: $color-border;
|
|
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: $color-heading;
|
|
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: $color-text;
|
|
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: $color-border;
|
|
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: $color-border;
|
|
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 $color-border;
|
|
95
95
|
// border-bottom: none;
|
|
96
96
|
// margin-bottom: -2px;
|
|
97
97
|
// font-size: 13px;
|
|
98
|
-
// color: $
|
|
98
|
+
// color: $color-text;
|
|
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: $color-border;
|
|
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: $color-border;
|
|
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 $color-border;
|
|
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: $color-border;
|
|
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: $color-border;
|
|
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 $color-border;
|
|
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: $color-heading;
|
|
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: $color-border;
|
|
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: $color-border;
|
|
319
319
|
}
|
|
320
320
|
a {
|
|
321
321
|
padding: 8px 20px;
|
|
322
|
-
color: $
|
|
322
|
+
color: $color-heading;
|
|
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
|
+
}
|
|
@@ -44,12 +44,12 @@
|
|
|
44
44
|
top: -15px;
|
|
45
45
|
|
|
46
46
|
&:hover {
|
|
47
|
-
border-bottom: 3px solid $
|
|
47
|
+
border-bottom: 3px solid $color-border;
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
.terminal-header {
|
|
52
|
-
border-top: 1px solid $
|
|
52
|
+
border-top: 1px solid $color-border;
|
|
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: $color-border;
|
|
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: $color-border;
|
|
269
269
|
}
|
|
270
270
|
}
|
|
271
271
|
}
|