@appscode/design-system 2.0.32-alpha.5 → 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/_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
|
@@ -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 $primary-90;
|
|
29
29
|
|
|
30
30
|
&:last-child {
|
|
31
31
|
border-bottom: none;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
p.charge {
|
|
35
|
-
color: $
|
|
35
|
+
color: $primary-10;
|
|
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: $primary-10;
|
|
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: $primary-20;
|
|
38
38
|
// font-size: 12px;
|
|
39
39
|
|
|
40
40
|
// span {
|
|
41
|
-
// color: $
|
|
41
|
+
// color: $primary-10;
|
|
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: $primary-20;
|
|
61
61
|
// &:focus-visible {
|
|
62
62
|
// outline: none;
|
|
63
63
|
// }
|
|
@@ -73,16 +73,18 @@
|
|
|
73
73
|
|
|
74
74
|
// ul > li > a.previous {
|
|
75
75
|
// border: 1px solid $primary;
|
|
76
|
-
// background-color: $
|
|
76
|
+
// background-color: $primary-90;
|
|
77
77
|
// color: $primary;
|
|
78
78
|
|
|
79
|
+
|
|
79
80
|
// }
|
|
80
81
|
|
|
81
82
|
// ul > li > a.next {
|
|
82
83
|
// border: 1px solid $primary;
|
|
83
|
-
// background-color: $
|
|
84
|
+
// background-color: $primary-90;
|
|
84
85
|
// color: $primary;
|
|
85
86
|
|
|
87
|
+
|
|
86
88
|
// }
|
|
87
89
|
|
|
88
90
|
// .is-current {
|
|
@@ -101,4 +103,4 @@
|
|
|
101
103
|
// $black-40: $primary-20;
|
|
102
104
|
// }
|
|
103
105
|
// }
|
|
104
|
-
// }
|
|
106
|
+
// }
|
|
@@ -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 {
|
|
@@ -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: $primary-10;
|
|
143
|
+
border-top: 1px solid $primary-90;
|
|
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 $primary-90;
|
|
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: $primary-90;
|
|
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 $primary-90;
|
|
3
|
+
background-color: $primary-90;
|
|
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: $primary-90;
|
|
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: $primary-20;
|
|
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 $primary-90;
|
|
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: $primary-20;
|
|
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: $primary-20;
|
|
145
145
|
display: block;
|
|
146
|
-
border-top: 1px solid $
|
|
146
|
+
border-top: 1px solid $primary-90;
|
|
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,64 +75,56 @@
|
|
|
75
75
|
|
|
76
76
|
&::-webkit-progress-bar {
|
|
77
77
|
background-color: #5e9cd1;
|
|
78
|
-
background-image: linear-gradient(
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
transparent
|
|
87
|
-
);
|
|
78
|
+
background-image: linear-gradient(45deg,
|
|
79
|
+
rgba(255, 255, 255, 0.15) 25%,
|
|
80
|
+
transparent 25%,
|
|
81
|
+
transparent 50%,
|
|
82
|
+
rgba(255, 255, 255, 0.15) 50%,
|
|
83
|
+
rgba(255, 255, 255, 0.15) 75%,
|
|
84
|
+
transparent 75%,
|
|
85
|
+
transparent);
|
|
88
86
|
background-size: 10px 10px;
|
|
89
87
|
}
|
|
90
88
|
|
|
91
89
|
&::-webkit-progress-value {
|
|
92
90
|
border-radius: 5px;
|
|
93
91
|
background-color: $primary;
|
|
94
|
-
background-image: linear-gradient(
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
transparent
|
|
103
|
-
);
|
|
92
|
+
background-image: linear-gradient(45deg,
|
|
93
|
+
rgba(255, 255, 255, 0.15) 25%,
|
|
94
|
+
transparent 25%,
|
|
95
|
+
transparent 50%,
|
|
96
|
+
rgba(255, 255, 255, 0.15) 50%,
|
|
97
|
+
rgba(255, 255, 255, 0.15) 75%,
|
|
98
|
+
transparent 75%,
|
|
99
|
+
transparent);
|
|
104
100
|
background-size: 10px 10px;
|
|
105
101
|
}
|
|
106
102
|
|
|
107
103
|
&::-moz-progress-bar {
|
|
108
104
|
border-radius: 5px;
|
|
109
105
|
background-color: $primary;
|
|
110
|
-
background-image: linear-gradient(
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
transparent
|
|
119
|
-
);
|
|
106
|
+
background-image: linear-gradient(45deg,
|
|
107
|
+
rgba(255, 255, 255, 0.15) 25%,
|
|
108
|
+
transparent 25%,
|
|
109
|
+
transparent 50%,
|
|
110
|
+
rgba(255, 255, 255, 0.15) 50%,
|
|
111
|
+
rgba(255, 255, 255, 0.15) 75%,
|
|
112
|
+
transparent 75%,
|
|
113
|
+
transparent);
|
|
120
114
|
background-size: 10px 10px;
|
|
121
115
|
}
|
|
122
116
|
|
|
123
117
|
&::-ms-fill {
|
|
124
118
|
border-radius: 5px;
|
|
125
119
|
background-color: $primary;
|
|
126
|
-
background-image: linear-gradient(
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
transparent
|
|
135
|
-
);
|
|
120
|
+
background-image: linear-gradient(45deg,
|
|
121
|
+
rgba(255, 255, 255, 0.15) 25%,
|
|
122
|
+
transparent 25%,
|
|
123
|
+
transparent 50%,
|
|
124
|
+
rgba(255, 255, 255, 0.15) 50%,
|
|
125
|
+
rgba(255, 255, 255, 0.15) 75%,
|
|
126
|
+
transparent 75%,
|
|
127
|
+
transparent);
|
|
136
128
|
background-size: 10px 10px;
|
|
137
129
|
border: none;
|
|
138
130
|
}
|
|
@@ -149,46 +141,40 @@
|
|
|
149
141
|
background-size: 150% 150%;
|
|
150
142
|
|
|
151
143
|
&::-webkit-progress-value {
|
|
152
|
-
background-image: linear-gradient(
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
transparent
|
|
161
|
-
);
|
|
144
|
+
background-image: linear-gradient(45deg,
|
|
145
|
+
rgba(255, 255, 255, 0.15) 25%,
|
|
146
|
+
transparent 25%,
|
|
147
|
+
transparent 50%,
|
|
148
|
+
rgba(255, 255, 255, 0.15) 50%,
|
|
149
|
+
rgba(255, 255, 255, 0.15) 75%,
|
|
150
|
+
transparent 75%,
|
|
151
|
+
transparent);
|
|
162
152
|
background-size: 10px 10px;
|
|
163
153
|
}
|
|
164
154
|
|
|
165
155
|
&::-webkit-progress-bar {
|
|
166
156
|
background-color: transparent;
|
|
167
|
-
background-image: linear-gradient(
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
transparent
|
|
176
|
-
);
|
|
157
|
+
background-image: linear-gradient(45deg,
|
|
158
|
+
rgba(255, 255, 255, 0.15) 25%,
|
|
159
|
+
transparent 25%,
|
|
160
|
+
transparent 50%,
|
|
161
|
+
rgba(255, 255, 255, 0.15) 50%,
|
|
162
|
+
rgba(255, 255, 255, 0.15) 75%,
|
|
163
|
+
transparent 75%,
|
|
164
|
+
transparent);
|
|
177
165
|
background-size: 10px 10px;
|
|
178
166
|
}
|
|
179
167
|
|
|
180
168
|
&::-moz-progress-bar {
|
|
181
169
|
background-color: transparent;
|
|
182
|
-
background-image: linear-gradient(
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
transparent
|
|
191
|
-
);
|
|
170
|
+
background-image: linear-gradient(45deg,
|
|
171
|
+
rgba(255, 255, 255, 0.15) 25%,
|
|
172
|
+
transparent 25%,
|
|
173
|
+
transparent 50%,
|
|
174
|
+
rgba(255, 255, 255, 0.15) 50%,
|
|
175
|
+
rgba(255, 255, 255, 0.15) 75%,
|
|
176
|
+
transparent 75%,
|
|
177
|
+
transparent);
|
|
192
178
|
background-size: 10px 10px;
|
|
193
179
|
}
|
|
194
180
|
}
|
|
@@ -200,7 +186,7 @@
|
|
|
200
186
|
display: flex;
|
|
201
187
|
justify-content: space-between;
|
|
202
188
|
font-size: 12px;
|
|
203
|
-
color: $
|
|
189
|
+
color: $primary-20;
|
|
204
190
|
margin-bottom: 5px;
|
|
205
191
|
}
|
|
206
192
|
|
|
@@ -241,4 +227,4 @@
|
|
|
241
227
|
border: none;
|
|
242
228
|
}
|
|
243
229
|
}
|
|
244
|
-
}
|
|
230
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
.ac-accordion-wrapper {
|
|
2
2
|
&.table-of-content {
|
|
3
|
-
background-color: $
|
|
3
|
+
background-color: $primary-90;
|
|
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: $primary-20;
|
|
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: $primary-20;
|
|
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: $primary-20;
|
|
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: $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
|
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
|
|
251
251
|
td {
|
|
252
252
|
font-size: 13px;
|
|
253
|
-
color: $
|
|
253
|
+
color: $primary-20;
|
|
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: $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
|
+
}
|