@appscode/design-system 2.0.35-alpha.5 → 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 +22 -22
- 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
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
background-color: $primary-97;
|
|
19
19
|
.header {
|
|
20
20
|
padding: 4px 20px;
|
|
21
|
-
border-bottom: 1px solid $
|
|
21
|
+
border-bottom: 1px solid $primary-90;
|
|
22
22
|
min-height: 40px;
|
|
23
23
|
h5 {
|
|
24
24
|
display: flex;
|
|
@@ -66,12 +66,12 @@
|
|
|
66
66
|
|
|
67
67
|
li {
|
|
68
68
|
background: $white-100;
|
|
69
|
-
border: 1px solid $
|
|
69
|
+
border: 1px solid $primary-95;
|
|
70
70
|
border-radius: 4px;
|
|
71
71
|
padding: 12px 20px;
|
|
72
72
|
font-weight: 500;
|
|
73
73
|
font-size: 13px;
|
|
74
|
-
color: $
|
|
74
|
+
color: $primary-5;
|
|
75
75
|
cursor: pointer;
|
|
76
76
|
transition: 0.3s ease-in-out;
|
|
77
77
|
&:hover {
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
}
|
|
88
88
|
|
|
89
89
|
.single-list {
|
|
90
|
-
border-bottom: 1px solid $
|
|
90
|
+
border-bottom: 1px solid $primary-90;
|
|
91
91
|
padding: 16px 20px;
|
|
92
92
|
&:hover {
|
|
93
93
|
strong {
|
|
@@ -105,6 +105,6 @@
|
|
|
105
105
|
}
|
|
106
106
|
|
|
107
107
|
p {
|
|
108
|
-
color: $
|
|
108
|
+
color: $primary-20;
|
|
109
109
|
}
|
|
110
110
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
.graph-tooltip-wrapper {
|
|
2
2
|
background-color: $white-100;
|
|
3
|
-
border: 1px solid $
|
|
3
|
+
border: 1px solid $primary-90;
|
|
4
4
|
|
|
5
5
|
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
|
|
6
6
|
border-radius: 4px;
|
|
7
7
|
overflow: hidden;
|
|
8
8
|
h6 {
|
|
9
9
|
padding: 10px 20px;
|
|
10
|
-
border-bottom: 1px solid $
|
|
10
|
+
border-bottom: 1px solid $primary-90;
|
|
11
11
|
}
|
|
12
12
|
.table-wrapper {
|
|
13
13
|
padding: 10px 20px;
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
&:first-child {
|
|
17
17
|
font-weight: 450;
|
|
18
18
|
padding-right: 10px;
|
|
19
|
-
color: $
|
|
19
|
+
color: $primary-10;
|
|
20
20
|
}
|
|
21
21
|
padding: 4px 0;
|
|
22
22
|
font-size: 13px;
|
|
@@ -63,17 +63,17 @@
|
|
|
63
63
|
display: flex;
|
|
64
64
|
align-items: center;
|
|
65
65
|
justify-content: space-between;
|
|
66
|
-
border: 1px solid $
|
|
66
|
+
border: 1px solid $primary-90;
|
|
67
67
|
|
|
68
68
|
h6 {
|
|
69
|
-
color: $
|
|
69
|
+
color: $primary-10;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
.ms-close-button {
|
|
73
73
|
button {
|
|
74
74
|
cursor: pointer;
|
|
75
75
|
padding: 3px 5px;
|
|
76
|
-
color: $
|
|
76
|
+
color: $primary-10;
|
|
77
77
|
}
|
|
78
78
|
}
|
|
79
79
|
}
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
|
|
101
101
|
&.is-description {
|
|
102
102
|
font-weight: 400;
|
|
103
|
-
color: $
|
|
103
|
+
color: $primary-10;
|
|
104
104
|
|
|
105
105
|
strong {
|
|
106
106
|
font-weight: 500;
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
}
|
|
113
113
|
|
|
114
114
|
.ac-modal-footer {
|
|
115
|
-
border-top: 1px solid $
|
|
115
|
+
border-top: 1px solid $primary-90;
|
|
116
116
|
padding: 10px 20px;
|
|
117
117
|
}
|
|
118
118
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
li {
|
|
4
4
|
display: flex;
|
|
5
5
|
align-items: center;
|
|
6
|
-
border: 1px solid $
|
|
6
|
+
border: 1px solid $primary-90;
|
|
7
7
|
margin-top: -1px;
|
|
8
8
|
padding: 5px 15px;
|
|
9
9
|
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
cursor: pointer;
|
|
13
13
|
|
|
14
14
|
.fa {
|
|
15
|
-
color: $
|
|
15
|
+
color: $primary-20;
|
|
16
16
|
font-size: 12px;
|
|
17
17
|
}
|
|
18
18
|
}
|
|
@@ -22,4 +22,4 @@
|
|
|
22
22
|
padding-left: 30px;
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
|
-
}
|
|
25
|
+
}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
background-color: transparent;
|
|
12
12
|
cursor: pointer;
|
|
13
13
|
&:hover {
|
|
14
|
-
background-color: $
|
|
14
|
+
background-color: $primary-90;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
&:focus-within {
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
min-width: 160px;
|
|
83
83
|
top: 30px;
|
|
84
84
|
padding: 5px 0;
|
|
85
|
-
border: 1px solid $
|
|
85
|
+
border: 1px solid $primary-90;
|
|
86
86
|
list-style: none;
|
|
87
87
|
opacity: 0;
|
|
88
88
|
visibility: hidden;
|
|
@@ -97,13 +97,13 @@
|
|
|
97
97
|
cursor: pointer;
|
|
98
98
|
font-weight: 400;
|
|
99
99
|
text-align: left;
|
|
100
|
-
color: $
|
|
100
|
+
color: $primary-20;
|
|
101
101
|
font-size: 13px;
|
|
102
102
|
padding: 10px 30px;
|
|
103
103
|
display: block;
|
|
104
104
|
|
|
105
105
|
&:hover {
|
|
106
|
-
background-color: $
|
|
106
|
+
background-color: $primary-90;
|
|
107
107
|
color: $primary;
|
|
108
108
|
}
|
|
109
109
|
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
border: none;
|
|
126
126
|
|
|
127
127
|
&:hover {
|
|
128
|
-
background-color: $
|
|
128
|
+
background-color: $primary-90;
|
|
129
129
|
color: $primary !important;
|
|
130
130
|
}
|
|
131
131
|
}
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
p {
|
|
7
7
|
font-size: 18px;
|
|
8
8
|
line-height: 1;
|
|
9
|
-
color: $
|
|
9
|
+
color: $primary-5;
|
|
10
10
|
font-weight: 500;
|
|
11
11
|
padding: 20px;
|
|
12
|
-
border-bottom: 1px solid $
|
|
12
|
+
border-bottom: 1px solid $primary-90;
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
h3 {
|
|
25
|
-
color: $
|
|
25
|
+
color: $primary-5;
|
|
26
26
|
font-size: 26px;
|
|
27
27
|
font-weight: 500;
|
|
28
28
|
}
|
|
@@ -41,13 +41,13 @@
|
|
|
41
41
|
|
|
42
42
|
h4 {
|
|
43
43
|
font-size: 12px;
|
|
44
|
-
color: $
|
|
44
|
+
color: $primary-20;
|
|
45
45
|
font-weight: 500;
|
|
46
46
|
opacity: 0.5;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
.button {
|
|
50
|
-
color: $
|
|
50
|
+
color: $primary-20;
|
|
51
51
|
text-decoration: underline;
|
|
52
52
|
}
|
|
53
53
|
}
|
|
@@ -58,13 +58,13 @@
|
|
|
58
58
|
|
|
59
59
|
p {
|
|
60
60
|
font-size: 16px;
|
|
61
|
-
color: $
|
|
61
|
+
color: $primary-20;
|
|
62
62
|
font-weight: 500;
|
|
63
63
|
|
|
64
64
|
span {
|
|
65
65
|
font-weight: 400;
|
|
66
66
|
font-size: 12px;
|
|
67
|
-
color: $
|
|
67
|
+
color: $primary-20;
|
|
68
68
|
|
|
69
69
|
strong {
|
|
70
70
|
font-size: 16px;
|
|
@@ -78,4 +78,4 @@
|
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
|
-
}
|
|
81
|
+
}
|
|
@@ -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
|
+
}
|