@appscode/design-system 1.1.0-beta.33 → 1.1.0-beta.34
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/base/utilities/_colors.scss +98 -31
- package/base/utilities/_global.scss +9 -9
- package/base/utilities/_typography.scss +2 -2
- package/base/utilities/dark-theme.scss +8 -2
- package/components/_ac-alert-box.scss +2 -2
- package/components/_ac-card.scss +0 -0
- package/components/_ac-code-highlight.scss +12 -9
- package/components/_ac-drag.scss +4 -4
- package/components/{_input.scss → _ac-input.scss} +7 -53
- package/components/_ac-modal.scss +2 -2
- package/components/_ac-multi-select.scss +17 -17
- package/components/_ac-select-box.scss +5 -5
- package/components/_ac-table.scss +7 -7
- package/components/_ac-tabs.scss +26 -29
- package/components/{_terminal.scss → _ac-terminal.scss} +6 -6
- package/components/_all.scss +5 -6
- package/components/_buttons.scss +10 -10
- package/components/_image-upload.scss +4 -4
- package/components/_left-sidebar-menu.scss +13 -9
- package/components/_monaco-editor.scss +2 -2
- package/components/_navbar.scss +7 -7
- package/components/_nested-list.scss +2 -2
- package/components/_overview-info.scss +3 -3
- package/components/_pricing-table.scss +5 -5
- package/components/_progress-bar.scss +74 -61
- package/components/_subscription-card.scss +10 -8
- package/components/_table-of-content.scss +4 -4
- package/components/_widget-menu.scss +12 -7
- package/components/_wizard.scss +286 -13
- package/components/bbum/_information-center.scss +10 -8
- package/components/bbum/_mobile-desktop.scss +14 -9
- package/components/bbum/_single-post-preview.scss +9 -9
- package/components/ui-builder/_ui-builder.scss +11 -193
- package/components/ui-builder/_vue-open-api.scss +13 -58
- package/layouts/_code-preview.scss +7 -6
- package/package.json +1 -1
- package/vue-components/v3/alert/Alert.vue +1 -1
- package/vue-components/v3/breadcrumbs/Breadcrumb.vue +2 -4
- package/vue-components/v3/button/Button.vue +11 -18
- package/vue-components/v3/cards/Vendor.vue +1 -1
- package/vue-components/v3/editor/FilteredFileEditor.vue +0 -4
- package/vue-components/v3/footer/Status.vue +9 -3
- package/vue-components/v3/form/Form.vue +3 -0
- package/vue-components/v3/header/Header.vue +1 -1
- package/vue-components/v3/navbar/User.vue +4 -4
- package/vue-components/v3/notification/AlertBox.vue +1 -2
- package/vue-components/v3/pagination/Pagination.vue +1 -2
- package/vue-components/v3/sidebar/ClusterSwitcher.vue +17 -20
- package/vue-components/v3/sidebar/Sidebar.vue +2 -2
- package/vue-components/v3/sidebar/Steps.vue +2 -2
- package/vue-components/v3/sidebar/sidebar-tabs/SidebarTabs.vue +2 -39
- package/vue-components/v3/table/Table.vue +8 -8
- package/vue-components/v3/table/TableRow.vue +2 -2
- package/components/_input-card.scss +0 -232
- /package/components/{_accordion.scss → _ac-accordion.scss} +0 -0
- /package/components/{_report.scss → _ac-report.scss} +0 -0
package/components/_ac-tabs.scss
CHANGED
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
|
|
123
123
|
&.is-toggle {
|
|
124
124
|
ul {
|
|
125
|
-
border: 1px solid $
|
|
125
|
+
border: 1px solid $ac-label-text;
|
|
126
126
|
border-radius: 4px;
|
|
127
127
|
padding: 4px;
|
|
128
128
|
flex-grow: inherit;
|
|
@@ -158,7 +158,6 @@
|
|
|
158
158
|
&.kubedb-ui-tabs {
|
|
159
159
|
ul {
|
|
160
160
|
border-bottom: none;
|
|
161
|
-
|
|
162
161
|
li {
|
|
163
162
|
&.is-active {
|
|
164
163
|
a {
|
|
@@ -214,7 +213,7 @@
|
|
|
214
213
|
li {
|
|
215
214
|
&.is-active {
|
|
216
215
|
a {
|
|
217
|
-
background-color: $
|
|
216
|
+
background-color: $white-100-lighter;
|
|
218
217
|
color: $primary;
|
|
219
218
|
}
|
|
220
219
|
}
|
|
@@ -246,32 +245,30 @@
|
|
|
246
245
|
}
|
|
247
246
|
|
|
248
247
|
// dark theme
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
// }
|
|
274
|
-
// }
|
|
248
|
+
.is-dark-theme {
|
|
249
|
+
.tabs {
|
|
250
|
+
&.is-toggle {
|
|
251
|
+
a {
|
|
252
|
+
&:hover {
|
|
253
|
+
background-color: $dark-bg;
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
a {
|
|
258
|
+
border-bottom: 1px solid $white-100-lighter;
|
|
259
|
+
color: $ac-full-white;
|
|
260
|
+
}
|
|
261
|
+
&.ac-tabs.is-line {
|
|
262
|
+
ul {
|
|
263
|
+
li.is-active {
|
|
264
|
+
a {
|
|
265
|
+
color: $primary-10;
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
}
|
|
275
272
|
|
|
276
273
|
/****************************************
|
|
277
274
|
Responsive Classes
|
|
@@ -49,13 +49,13 @@
|
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
.terminal-header {
|
|
52
|
-
border-top: 1px solid $
|
|
52
|
+
border-top: 1px solid $white-100-lighter;
|
|
53
53
|
box-shadow: 1px -2px 5px 1px rgba(0, 0, 0, 0.08%);
|
|
54
54
|
background-color: $primary-10;
|
|
55
55
|
|
|
56
56
|
.tabs {
|
|
57
57
|
padding: 0 20px 0 20px;
|
|
58
|
-
background-color: $
|
|
58
|
+
background-color: $white-100-lighter;
|
|
59
59
|
overflow: inherit;
|
|
60
60
|
height: 40px;
|
|
61
61
|
|
|
@@ -82,13 +82,13 @@
|
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
&::-webkit-scrollbar-thumb {
|
|
85
|
-
background-color: $
|
|
85
|
+
background-color: $ac-gray-light;
|
|
86
86
|
border-radius: 50px;
|
|
87
87
|
height: 2px !important;
|
|
88
88
|
}
|
|
89
89
|
|
|
90
90
|
&::-webkit-scrollbar-thumb:hover {
|
|
91
|
-
background-color: $
|
|
91
|
+
background-color: $ac-gray-light;
|
|
92
92
|
}
|
|
93
93
|
|
|
94
94
|
&:hover::-webkit-scrollbar-corner {
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
|
|
111
111
|
li:not(.is-active) {
|
|
112
112
|
margin-right: -1px;
|
|
113
|
-
border-right: 1px solid $
|
|
113
|
+
border-right: 1px solid $white-100-lighter;
|
|
114
114
|
}
|
|
115
115
|
|
|
116
116
|
li {
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
li {
|
|
164
164
|
border: none;
|
|
165
165
|
border-right: none !important;
|
|
166
|
-
border-bottom: 1px solid $
|
|
166
|
+
border-bottom: 1px solid $white-100-lighter;
|
|
167
167
|
width: 100%;
|
|
168
168
|
|
|
169
169
|
&:last-child {
|
package/components/_all.scss
CHANGED
|
@@ -1,13 +1,17 @@
|
|
|
1
|
+
@import "ac-terminal";
|
|
1
2
|
// @import "ac-alert-box";
|
|
2
3
|
// @import "ac-accordion";
|
|
3
4
|
// @import "buttons";
|
|
4
5
|
// @import "breadcumb";
|
|
6
|
+
@import "ac-card";
|
|
5
7
|
// @import "ac-multi-select";
|
|
6
8
|
// @import "ac-code-highlight";
|
|
7
9
|
// @import "navbar";
|
|
8
10
|
// @import "app-drawer";
|
|
9
11
|
// @import "ac-drag";
|
|
10
12
|
// @import "left-sidebar-menu";
|
|
13
|
+
@import "ac-input";
|
|
14
|
+
@import "ac-report";
|
|
11
15
|
// @import "ac-content-layout";
|
|
12
16
|
// @import "ac-table";
|
|
13
17
|
// @import "ac-tabs";
|
|
@@ -23,12 +27,7 @@
|
|
|
23
27
|
// @import "go-to-top";
|
|
24
28
|
// @import "ac-toaster/ac-toasted";
|
|
25
29
|
// @import "preview-modal";
|
|
30
|
+
@import "wizard";
|
|
26
31
|
// @import "bbum/all";
|
|
27
|
-
// @import "wizard";
|
|
28
|
-
|
|
29
|
-
@import "terminal";
|
|
30
|
-
@import "input-card";
|
|
31
|
-
@import "input";
|
|
32
|
-
@import "report";
|
|
33
32
|
@import "ui-builder/ui-builder";
|
|
34
33
|
@import "ui-builder/vue-open-api";
|
package/components/_buttons.scss
CHANGED
|
@@ -169,19 +169,19 @@
|
|
|
169
169
|
// color: $black-40;
|
|
170
170
|
|
|
171
171
|
// &:hover {
|
|
172
|
-
// background-color: $
|
|
173
|
-
// color: $black
|
|
172
|
+
// background-color: $white-100-lighter;
|
|
173
|
+
// color: $ac-black;
|
|
174
174
|
// }
|
|
175
175
|
|
|
176
176
|
// &:focus {
|
|
177
|
-
// background-color: $
|
|
178
|
-
// color: $black
|
|
177
|
+
// background-color: $white-100-lighter;
|
|
178
|
+
// color: $ac-black;
|
|
179
179
|
// }
|
|
180
180
|
// }
|
|
181
181
|
|
|
182
182
|
// &.transparent-bg {
|
|
183
183
|
// background-color: transparent;
|
|
184
|
-
// border: 1px solid $
|
|
184
|
+
// border: 1px solid $ac-label-text;
|
|
185
185
|
|
|
186
186
|
// img {
|
|
187
187
|
// &:hover {
|
|
@@ -457,7 +457,7 @@
|
|
|
457
457
|
// // counter button start
|
|
458
458
|
// .ac-counter-button {
|
|
459
459
|
// background-color: transparent;
|
|
460
|
-
// border: 1px solid $
|
|
460
|
+
// border: 1px solid $ac-label-text;
|
|
461
461
|
// border-radius: 4px;
|
|
462
462
|
// height: 46px;
|
|
463
463
|
// overflow: hidden;
|
|
@@ -504,13 +504,13 @@
|
|
|
504
504
|
// .ac-counter-arrow-wrapper {
|
|
505
505
|
// height: 100%;
|
|
506
506
|
// color: $primary-10;
|
|
507
|
-
// border-left: 1px solid $
|
|
507
|
+
// border-left: 1px solid $ac-label-text;
|
|
508
508
|
|
|
509
509
|
// .ac-counter-arrow {
|
|
510
510
|
// background-color: transparent;
|
|
511
511
|
// border: none;
|
|
512
512
|
// cursor: pointer;
|
|
513
|
-
// color: $
|
|
513
|
+
// color: $ac-label-text;
|
|
514
514
|
// height: 23px;
|
|
515
515
|
|
|
516
516
|
// &:hover {
|
|
@@ -518,7 +518,7 @@
|
|
|
518
518
|
// }
|
|
519
519
|
|
|
520
520
|
// &:first-child {
|
|
521
|
-
// border-bottom: 1px solid $
|
|
521
|
+
// border-bottom: 1px solid $ac-label-text;
|
|
522
522
|
// }
|
|
523
523
|
// }
|
|
524
524
|
// }
|
|
@@ -776,4 +776,4 @@
|
|
|
776
776
|
|
|
777
777
|
// // Extra large devices (large desktops, 1200px and up)
|
|
778
778
|
// @media (min-width: 1200px) {
|
|
779
|
-
// }
|
|
779
|
+
// }
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
.ac-upload-image {
|
|
2
|
-
background-color:
|
|
3
|
-
border: 1px dashed $
|
|
2
|
+
background-color: $ac-bg;
|
|
3
|
+
border: 1px dashed $ac-label-text;
|
|
4
4
|
border-radius: 4px;
|
|
5
5
|
overflow: hidden;
|
|
6
6
|
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
margin-bottom: 10px;
|
|
33
33
|
|
|
34
34
|
span {
|
|
35
|
-
color: $
|
|
35
|
+
color: $ac-label-text;
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
.img-size-msg {
|
|
40
40
|
font-size: 12px;
|
|
41
|
-
color: $
|
|
41
|
+
color: $ac-label-text;
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
// height: calc(100vh - 80px);
|
|
99
99
|
// overflow-y: auto;
|
|
100
100
|
// padding-top: 4px;
|
|
101
|
-
// scrollbar-color: $white-100 transparent;
|
|
101
|
+
// scrollbar-color: $white-100-light transparent;
|
|
102
102
|
|
|
103
103
|
// /* width */
|
|
104
104
|
// &::-webkit-scrollbar {
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
|
|
258
258
|
// // &:active {
|
|
259
259
|
// // i.fa {
|
|
260
|
-
// // background-color: $
|
|
260
|
+
// // background-color: $white-100-lighter;
|
|
261
261
|
// // width: 25px;
|
|
262
262
|
// // height: 25px;
|
|
263
263
|
// // text-align: center;
|
|
@@ -313,7 +313,7 @@
|
|
|
313
313
|
// }
|
|
314
314
|
|
|
315
315
|
// .multiselect__input {
|
|
316
|
-
// background-color:
|
|
316
|
+
// background-color: $ac-bg-light-gray !important;
|
|
317
317
|
// top: 13px;
|
|
318
318
|
|
|
319
319
|
// &::placeholder {
|
|
@@ -324,7 +324,7 @@
|
|
|
324
324
|
// }
|
|
325
325
|
|
|
326
326
|
// .multiselect__single {
|
|
327
|
-
// background-color:
|
|
327
|
+
// background-color: $ac-bg-light-gray !important;
|
|
328
328
|
// top: 14px !important;
|
|
329
329
|
|
|
330
330
|
// img {
|
|
@@ -452,7 +452,7 @@ Responsive Classes
|
|
|
452
452
|
// ul {
|
|
453
453
|
// max-height: 0;
|
|
454
454
|
// transition: max-height 0.2s ease-out;
|
|
455
|
-
// background-color:
|
|
455
|
+
// background-color: $ac-bg;
|
|
456
456
|
|
|
457
457
|
// li {
|
|
458
458
|
// a {
|
|
@@ -470,13 +470,17 @@ Responsive Classes
|
|
|
470
470
|
}
|
|
471
471
|
|
|
472
472
|
// Small devices (landscape phones, 576px and up)
|
|
473
|
-
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
473
|
+
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
474
|
+
}
|
|
474
475
|
|
|
475
476
|
// Medium devices (tablets, 768px and up)
|
|
476
|
-
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
477
|
+
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
478
|
+
}
|
|
477
479
|
|
|
478
480
|
// Large devices (desktops, 992px and up)
|
|
479
|
-
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
481
|
+
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
482
|
+
}
|
|
480
483
|
|
|
481
484
|
// Extra large devices (large desktops, 1200px and up)
|
|
482
|
-
@media (min-width: 1200px) {
|
|
485
|
+
@media (min-width: 1200px) {
|
|
486
|
+
}
|
package/components/_navbar.scss
CHANGED
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
// padding-left: 15px;
|
|
89
89
|
|
|
90
90
|
// &::placeholder {
|
|
91
|
-
// color: $
|
|
91
|
+
// color: $white-100-lighter;
|
|
92
92
|
// font-weight: 500;
|
|
93
93
|
// }
|
|
94
94
|
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
// top: 0;
|
|
139
139
|
// width: 100%;
|
|
140
140
|
// height: 100%;
|
|
141
|
-
// background-color: $black
|
|
141
|
+
// background-color: $ac-black;
|
|
142
142
|
// opacity: 0.2;
|
|
143
143
|
// z-index: 1;
|
|
144
144
|
// }
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
// .ac-nav-button {
|
|
239
239
|
// background-color: transparent;
|
|
240
240
|
// border: none;
|
|
241
|
-
// color: $
|
|
241
|
+
// color: $white-100-lighter;
|
|
242
242
|
// padding: 0 14px;
|
|
243
243
|
// margin-left: 15px;
|
|
244
244
|
|
|
@@ -449,13 +449,13 @@
|
|
|
449
449
|
|
|
450
450
|
// /* Handle */
|
|
451
451
|
// &::-webkit-scrollbar-thumb {
|
|
452
|
-
// background-color: $
|
|
452
|
+
// background-color: $ac-gray-light;
|
|
453
453
|
// border-radius: 10px;
|
|
454
454
|
// }
|
|
455
455
|
|
|
456
456
|
// /* Handle on hover */
|
|
457
457
|
// &::-webkit-scrollbar-thumb:hover {
|
|
458
|
-
// background-color: $
|
|
458
|
+
// background-color: $ac-gray-light;
|
|
459
459
|
// }
|
|
460
460
|
|
|
461
461
|
// // &:last-child {
|
|
@@ -553,7 +553,7 @@
|
|
|
553
553
|
|
|
554
554
|
// p {
|
|
555
555
|
// font-size: 11px;
|
|
556
|
-
// color: $
|
|
556
|
+
// color: $ac-label-text;
|
|
557
557
|
|
|
558
558
|
// &.is-success {
|
|
559
559
|
// color: $success;
|
|
@@ -783,4 +783,4 @@
|
|
|
783
783
|
|
|
784
784
|
// // Extra large devices (large desktops, 1200px and up)
|
|
785
785
|
// @media (min-width: 1200px) {
|
|
786
|
-
// }
|
|
786
|
+
// }
|
|
@@ -58,13 +58,13 @@
|
|
|
58
58
|
|
|
59
59
|
p {
|
|
60
60
|
font-size: 16px;
|
|
61
|
-
color: $
|
|
61
|
+
color: $ac-link-black;
|
|
62
62
|
font-weight: 500;
|
|
63
63
|
|
|
64
64
|
span {
|
|
65
65
|
font-weight: 400;
|
|
66
66
|
font-size: 12px;
|
|
67
|
-
color: $
|
|
67
|
+
color: $ac-link-black;
|
|
68
68
|
|
|
69
69
|
strong {
|
|
70
70
|
font-size: 16px;
|
|
@@ -78,4 +78,4 @@
|
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
|
-
}
|
|
81
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
.pricing-table {
|
|
2
2
|
border: 1px solid $primary-90;
|
|
3
|
-
background-color: $
|
|
3
|
+
background-color: $white-100-lighter;
|
|
4
4
|
border-radius: 4px;
|
|
5
5
|
|
|
6
6
|
.pricing-title {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
line-height: 1;
|
|
25
25
|
padding: 15px;
|
|
26
26
|
font-weight: 400;
|
|
27
|
-
color: $
|
|
27
|
+
color: $ac-link-black;
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
|
|
108
108
|
.pricing {
|
|
109
109
|
font-size: 16px;
|
|
110
|
-
color: $
|
|
110
|
+
color: $ac-link-black;
|
|
111
111
|
font-weight: 500;
|
|
112
112
|
line-height: 24px;
|
|
113
113
|
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
ul {
|
|
142
142
|
li {
|
|
143
143
|
text-align: center;
|
|
144
|
-
color: $
|
|
144
|
+
color: $ac-link-black;
|
|
145
145
|
display: block;
|
|
146
146
|
border-top: 1px solid $primary-90;
|
|
147
147
|
padding: 10px;
|
|
@@ -157,4 +157,4 @@
|
|
|
157
157
|
}
|
|
158
158
|
}
|
|
159
159
|
}
|
|
160
|
-
}
|
|
160
|
+
}
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
.progress-tooltip-info {
|
|
16
16
|
align-items: center;
|
|
17
17
|
background-color: $black-60;
|
|
18
|
-
border: 1px solid $
|
|
18
|
+
border: 1px solid $ac-label-text;
|
|
19
19
|
border-radius: 10px;
|
|
20
|
-
box-shadow: 0 0 2px $
|
|
20
|
+
box-shadow: 0 0 2px $ac-label-text;
|
|
21
21
|
color: $primary;
|
|
22
22
|
display: inline-flex;
|
|
23
23
|
font-family: sans-serif;
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
left: 50%;
|
|
42
42
|
transform: translateX(-50%);
|
|
43
43
|
border-width: 8px;
|
|
44
|
-
border-top-color: $
|
|
44
|
+
border-top-color: $ac-label-text;
|
|
45
45
|
bottom: -16px;
|
|
46
46
|
left: 50%;
|
|
47
47
|
}
|
|
@@ -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
|
}
|
|
@@ -189,7 +203,6 @@
|
|
|
189
203
|
color: $primary-20;
|
|
190
204
|
margin-bottom: 5px;
|
|
191
205
|
}
|
|
192
|
-
|
|
193
206
|
.progress-line {
|
|
194
207
|
-moz-appearance: none;
|
|
195
208
|
-webkit-appearance: none;
|
|
@@ -227,4 +240,4 @@
|
|
|
227
240
|
border: none;
|
|
228
241
|
}
|
|
229
242
|
}
|
|
230
|
-
}
|
|
243
|
+
}
|