@appscode/design-system 1.1.0-beta.6 → 1.1.0-beta.61
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/_all.scss +2 -2
- package/base/utilities/_colors.scss +45 -114
- package/base/utilities/_global.scss +25 -19
- package/base/utilities/_typography.scss +2 -2
- package/components/_ac-alert-box.scss +2 -2
- package/components/_ac-code-highlight.scss +9 -12
- package/components/_ac-drag.scss +4 -4
- package/components/_ac-modal.scss +2 -2
- package/components/_ac-select-box.scss +5 -5
- package/components/_ac-table.scss +7 -7
- package/components/_ac-tabs.scss +29 -26
- package/components/_all.scss +8 -5
- package/components/_buttons.scss +10 -10
- package/components/_getkeeper.scss +110 -0
- package/components/_graph.scss +10 -10
- package/components/_image-upload.scss +4 -4
- package/components/_input-card.scss +232 -0
- package/components/{_ac-input.scss → _input.scss} +53 -7
- package/components/_left-sidebar-menu.scss +9 -13
- package/components/_monaco-editor.scss +2 -2
- package/components/_multi-select.scss +589 -0
- 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 +61 -74
- package/components/_subscription-card.scss +8 -10
- package/components/_table-of-content.scss +4 -4
- package/components/{_ac-terminal.scss → _terminal.scss} +63 -74
- package/components/_widget-menu.scss +7 -12
- package/components/_wizard.scss +13 -286
- package/components/bbum/_information-center.scss +8 -10
- package/components/bbum/_mobile-desktop.scss +9 -14
- package/components/bbum/_single-post-preview.scss +9 -9
- package/components/ui-builder/_ui-builder.scss +194 -10
- package/components/ui-builder/_vue-open-api.scss +58 -13
- package/icons/close-icon.svg +3 -0
- package/layouts/_code-preview.scss +6 -7
- package/package.json +1 -1
- package/vue-components/types/importFlow.ts +16 -0
- package/vue-components/types/notification.ts +3 -3
- package/vue-components/types/table.ts +1 -0
- package/vue-components/v2/banner/Banner.vue +1 -1
- package/vue-components/v2/editor/FilteredFileEditor.vue +2 -2
- package/vue-components/v2/modal/Modal.vue +1 -1
- package/vue-components/v2/pagination/Pagination.vue +1 -0
- package/vue-components/v3/alert/Alert.vue +2 -2
- package/vue-components/v3/banner/Banner.vue +2 -2
- package/vue-components/v3/breadcrumbs/Breadcrumb.vue +66 -4
- package/vue-components/v3/button/Button.vue +33 -11
- package/vue-components/v3/cards/Cluster.vue +6 -2
- package/vue-components/v3/cards/FeatureCard.vue +1 -1
- package/vue-components/v3/cards/FeatureCards.vue +1 -1
- package/vue-components/v3/cards/InfoCard.vue +1 -2
- package/vue-components/v3/cards/OverviewCard.vue +4 -0
- package/vue-components/v3/cards/OverviewCards.vue +10 -2
- package/vue-components/v3/cards/Vendor.vue +10 -5
- package/vue-components/v3/content/ContentTable.vue +1 -1
- package/vue-components/v3/editor/FilteredFileEditor.vue +5 -1
- package/vue-components/v3/footer/FooterArea.vue +8 -2
- package/vue-components/v3/footer/Info.vue +10 -8
- package/vue-components/v3/footer/Status.vue +24 -23
- package/vue-components/v3/footer/Usage.vue +20 -30
- package/vue-components/v3/form/Form.vue +0 -3
- package/vue-components/v3/form-fields/AcSingleInput.vue +3 -8
- package/vue-components/v3/header/Header.vue +2 -2
- package/vue-components/v3/loaders/InfoCardLoader.vue +18 -60
- package/vue-components/v3/loaders/SingleInfoCardLoader.vue +24 -0
- package/vue-components/v3/modal/Modal.vue +6 -11
- package/vue-components/v3/navbar/NavbarItemContent.vue +1 -1
- package/vue-components/v3/navbar/User.vue +4 -4
- package/vue-components/v3/notification/AlertBox.vue +233 -3
- package/vue-components/v3/notification/Notification.vue +2 -2
- package/vue-components/v3/option-dots/Options.vue +3 -2
- package/vue-components/v3/pagination/Pagination.vue +2 -1
- package/vue-components/v3/preloader/Preloader.vue +1 -1
- package/vue-components/v3/sidebar/ClusterSwitcher.vue +1 -761
- package/vue-components/v3/sidebar/Sidebar.vue +2 -29
- package/vue-components/v3/sidebar/SidebarFooter.vue +6 -3
- package/vue-components/v3/sidebar/SidebarHeader.vue +1 -1
- package/vue-components/v3/sidebar/Steps.vue +55 -51
- package/vue-components/v3/sidebar/sidebar-tabs/SidebarTabs.vue +78 -2
- package/vue-components/v3/sidebar/sidebar-tabs/SidebarTabsLayout.vue +12 -3
- package/vue-components/v3/table/InfoTable.vue +1 -1
- package/vue-components/v3/table/Table.vue +47 -21
- package/vue-components/v3/table/TableRow.vue +2 -2
- package/vue-components/v3/table/table-cell/ArrayCell.vue +2 -2
- package/vue-components/v3/table/table-cell/CellValue.vue +1 -1
- package/vue-components/v3/table/table-cell/ObjectCell.vue +3 -3
- package/vue-components/v3/tag/Tag.vue +1 -0
- package/base/utilities/dark-theme.scss +0 -26
- package/components/_ac-card.scss +0 -0
- package/components/_ac-multi-select.scss +0 -780
- package/vue-components/types/longRunningTasks.ts +0 -20
- package/vue-components/v3/long-running-tasks/LongRunningTaskItem.vue +0 -94
- package/vue-components/v3/modals/LongRunningTasksModal.vue +0 -402
- package/vue-components/v3/terminal/LongRunningTaskTerminal.vue +0 -151
- /package/components/{_ac-accordion.scss → _accordion.scss} +0 -0
- /package/components/{_ac-report.scss → _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 $primary-10;
|
|
126
126
|
border-radius: 4px;
|
|
127
127
|
padding: 4px;
|
|
128
128
|
flex-grow: inherit;
|
|
@@ -158,6 +158,7 @@
|
|
|
158
158
|
&.kubedb-ui-tabs {
|
|
159
159
|
ul {
|
|
160
160
|
border-bottom: none;
|
|
161
|
+
|
|
161
162
|
li {
|
|
162
163
|
&.is-active {
|
|
163
164
|
a {
|
|
@@ -213,7 +214,7 @@
|
|
|
213
214
|
li {
|
|
214
215
|
&.is-active {
|
|
215
216
|
a {
|
|
216
|
-
background-color: $
|
|
217
|
+
background-color: $primary-90;
|
|
217
218
|
color: $primary;
|
|
218
219
|
}
|
|
219
220
|
}
|
|
@@ -245,30 +246,32 @@
|
|
|
245
246
|
}
|
|
246
247
|
|
|
247
248
|
// dark theme
|
|
248
|
-
.is-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
|
-
}
|
|
249
|
+
// .is-dark-theme {
|
|
250
|
+
// .tabs {
|
|
251
|
+
// &.is-toggle {
|
|
252
|
+
// a {
|
|
253
|
+
// &:hover {
|
|
254
|
+
// background-color: $dark-bg;
|
|
255
|
+
// }
|
|
256
|
+
// }
|
|
257
|
+
// }
|
|
258
|
+
|
|
259
|
+
// a {
|
|
260
|
+
// border-bottom: 1px solid $primary-90;
|
|
261
|
+
// color: $white-100;
|
|
262
|
+
// }
|
|
263
|
+
|
|
264
|
+
// &.ac-tabs.is-line {
|
|
265
|
+
// ul {
|
|
266
|
+
// li.is-active {
|
|
267
|
+
// a {
|
|
268
|
+
// color: $primary-10;
|
|
269
|
+
// }
|
|
270
|
+
// }
|
|
271
|
+
// }
|
|
272
|
+
// }
|
|
273
|
+
// }
|
|
274
|
+
// }
|
|
272
275
|
|
|
273
276
|
/****************************************
|
|
274
277
|
Responsive Classes
|
package/components/_all.scss
CHANGED
|
@@ -1,16 +1,13 @@
|
|
|
1
|
-
@import "ac-terminal";
|
|
2
1
|
// @import "ac-alert-box";
|
|
3
2
|
// @import "ac-accordion";
|
|
4
3
|
// @import "buttons";
|
|
5
4
|
// @import "breadcumb";
|
|
6
|
-
@import "ac-card";
|
|
7
5
|
// @import "ac-multi-select";
|
|
8
6
|
// @import "ac-code-highlight";
|
|
9
7
|
// @import "navbar";
|
|
10
8
|
// @import "app-drawer";
|
|
11
9
|
// @import "ac-drag";
|
|
12
10
|
// @import "left-sidebar-menu";
|
|
13
|
-
@import "ac-input";
|
|
14
11
|
// @import "ac-content-layout";
|
|
15
12
|
// @import "ac-table";
|
|
16
13
|
// @import "ac-tabs";
|
|
@@ -26,7 +23,13 @@
|
|
|
26
23
|
// @import "go-to-top";
|
|
27
24
|
// @import "ac-toaster/ac-toasted";
|
|
28
25
|
// @import "preview-modal";
|
|
29
|
-
@import "wizard";
|
|
30
26
|
// @import "bbum/all";
|
|
27
|
+
// @import "wizard";
|
|
28
|
+
|
|
29
|
+
@import "terminal";
|
|
30
|
+
@import "input";
|
|
31
|
+
@import "multi-select";
|
|
32
|
+
@import "report";
|
|
33
|
+
@import "getkeeper";
|
|
31
34
|
@import "ui-builder/ui-builder";
|
|
32
|
-
@import "ui-builder/vue-open-api";
|
|
35
|
+
@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: $
|
|
172
|
+
// background-color: $primary-90;
|
|
173
|
+
// color: $black-5;
|
|
174
174
|
// }
|
|
175
175
|
|
|
176
176
|
// &:focus {
|
|
177
|
-
// background-color: $
|
|
178
|
-
// color: $
|
|
177
|
+
// background-color: $primary-90;
|
|
178
|
+
// color: $black-5;
|
|
179
179
|
// }
|
|
180
180
|
// }
|
|
181
181
|
|
|
182
182
|
// &.transparent-bg {
|
|
183
183
|
// background-color: transparent;
|
|
184
|
-
// border: 1px solid $
|
|
184
|
+
// border: 1px solid $primary-10;
|
|
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 $primary-10;
|
|
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 $primary-10;
|
|
508
508
|
|
|
509
509
|
// .ac-counter-arrow {
|
|
510
510
|
// background-color: transparent;
|
|
511
511
|
// border: none;
|
|
512
512
|
// cursor: pointer;
|
|
513
|
-
// color: $
|
|
513
|
+
// color: $primary-10;
|
|
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 $primary-10;
|
|
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
|
+
// }
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
.getkeeper {
|
|
2
|
+
.ac-vscrollbar {
|
|
3
|
+
padding: 0;
|
|
4
|
+
}
|
|
5
|
+
.left-content {
|
|
6
|
+
padding-inline: 20px;
|
|
7
|
+
width: 23%;
|
|
8
|
+
.header {
|
|
9
|
+
padding-top: 16px;
|
|
10
|
+
padding-bottom: 16px;
|
|
11
|
+
}
|
|
12
|
+
.list-items {
|
|
13
|
+
max-height: calc(100vh - 195px);
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
.middle-content {
|
|
17
|
+
width: 40%;
|
|
18
|
+
background-color: $primary-97;
|
|
19
|
+
.header {
|
|
20
|
+
padding: 4px 20px;
|
|
21
|
+
border-bottom: 1px solid $primary-90;
|
|
22
|
+
min-height: 40px;
|
|
23
|
+
h5 {
|
|
24
|
+
display: flex;
|
|
25
|
+
align-items: center;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
.list-wrapper {
|
|
29
|
+
max-height: calc(100vh - 195px);
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
.right-content {
|
|
33
|
+
@extend .middle-content;
|
|
34
|
+
width: 37%;
|
|
35
|
+
background-color: $green-97;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.inline-search {
|
|
40
|
+
display: flex;
|
|
41
|
+
align-items: center;
|
|
42
|
+
overflow: hidden;
|
|
43
|
+
|
|
44
|
+
label {
|
|
45
|
+
padding-right: 8px;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
input {
|
|
49
|
+
border: none;
|
|
50
|
+
width: 50px;
|
|
51
|
+
|
|
52
|
+
&:focus,
|
|
53
|
+
&:focus-visible {
|
|
54
|
+
outline: none;
|
|
55
|
+
border: none;
|
|
56
|
+
box-shadow: none;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.list-items {
|
|
62
|
+
ul {
|
|
63
|
+
display: flex;
|
|
64
|
+
flex-direction: column;
|
|
65
|
+
gap: 4px;
|
|
66
|
+
|
|
67
|
+
li {
|
|
68
|
+
background: $white-100;
|
|
69
|
+
border: 1px solid $primary-95;
|
|
70
|
+
border-radius: 4px;
|
|
71
|
+
padding: 12px 20px;
|
|
72
|
+
font-weight: 500;
|
|
73
|
+
font-size: 13px;
|
|
74
|
+
color: $primary-5;
|
|
75
|
+
cursor: pointer;
|
|
76
|
+
transition: 0.3s ease-in-out;
|
|
77
|
+
&:hover {
|
|
78
|
+
background-color: $primary-95;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
&.is-active {
|
|
82
|
+
background-color: $primary;
|
|
83
|
+
color: $white-100;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.single-list {
|
|
90
|
+
border-bottom: 1px solid $primary-90;
|
|
91
|
+
padding: 16px 20px;
|
|
92
|
+
&:hover {
|
|
93
|
+
strong {
|
|
94
|
+
text-decoration: underline;
|
|
95
|
+
color: $primary-30;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
&.single-list {
|
|
99
|
+
border-bottom: none;
|
|
100
|
+
}
|
|
101
|
+
strong {
|
|
102
|
+
font-size: 16px;
|
|
103
|
+
font-weight: 600;
|
|
104
|
+
transition: 0.3s ease-in-out;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
p {
|
|
108
|
+
color: $primary-20;
|
|
109
|
+
}
|
|
110
|
+
}
|
package/components/_graph.scss
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
.graph-tooltip-wrapper {
|
|
2
|
-
background-color:
|
|
3
|
-
border: 1px solid
|
|
2
|
+
background-color: $white-100;
|
|
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;
|
|
@@ -26,18 +26,18 @@
|
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
.is-hovering .label text tspan {
|
|
29
|
-
stroke:
|
|
30
|
-
fill:
|
|
29
|
+
stroke: $white-100;
|
|
30
|
+
fill: $white-100;
|
|
31
31
|
stroke-width: 0.3px;
|
|
32
32
|
}
|
|
33
33
|
.is-selected .label text tspan {
|
|
34
|
-
stroke:
|
|
35
|
-
fill:
|
|
34
|
+
stroke: $white-100;
|
|
35
|
+
fill: $white-100;
|
|
36
36
|
stroke-width: 0.3px;
|
|
37
37
|
}
|
|
38
38
|
.label text tspan {
|
|
39
|
-
stroke:
|
|
40
|
-
fill:
|
|
39
|
+
stroke: $primary-5;
|
|
40
|
+
fill: $primary-5;
|
|
41
41
|
stroke-width: 0.3px;
|
|
42
42
|
}
|
|
43
43
|
.edgeLabel .label text tspan {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
.ac-upload-image {
|
|
2
|
-
background-color:
|
|
3
|
-
border: 1px dashed $
|
|
2
|
+
background-color: transparent;
|
|
3
|
+
border: 1px dashed $primary-10;
|
|
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: $primary-10;
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
.img-size-msg {
|
|
40
40
|
font-size: 12px;
|
|
41
|
-
color: $
|
|
41
|
+
color: $primary-10;
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
|
|
@@ -0,0 +1,232 @@
|
|
|
1
|
+
// card select
|
|
2
|
+
.card-select {
|
|
3
|
+
height: 94px;
|
|
4
|
+
padding: 10px;
|
|
5
|
+
background-color: $white-100;
|
|
6
|
+
border: 1px solid $primary-90;
|
|
7
|
+
box-sizing: border-box;
|
|
8
|
+
border-radius: 4px;
|
|
9
|
+
transition: 0.3s ease-in-out;
|
|
10
|
+
position: relative;
|
|
11
|
+
z-index: 1;
|
|
12
|
+
width: 250px;
|
|
13
|
+
|
|
14
|
+
&.is-active-require-field {
|
|
15
|
+
&:after {
|
|
16
|
+
content: "";
|
|
17
|
+
position: absolute;
|
|
18
|
+
width: 100%;
|
|
19
|
+
height: 100%;
|
|
20
|
+
background-color: $black-5;
|
|
21
|
+
top: 0;
|
|
22
|
+
left: 0;
|
|
23
|
+
z-index: 1;
|
|
24
|
+
opacity: 0.6;
|
|
25
|
+
border-radius: 4px;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.r-dropdown-item {
|
|
29
|
+
opacity: 1;
|
|
30
|
+
visibility: visible;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
&.is-singleline {
|
|
35
|
+
height: auto;
|
|
36
|
+
padding: 0;
|
|
37
|
+
border: none;
|
|
38
|
+
background-color: transparent;
|
|
39
|
+
width: auto;
|
|
40
|
+
margin-bottom: 0;
|
|
41
|
+
|
|
42
|
+
label {
|
|
43
|
+
font-weight: 400 !important;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
&:hover {
|
|
47
|
+
box-shadow: none;
|
|
48
|
+
border: none;
|
|
49
|
+
|
|
50
|
+
label {
|
|
51
|
+
color: $primary !important;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.ac-single-radio,
|
|
56
|
+
.ac-single-checkbox {
|
|
57
|
+
label {
|
|
58
|
+
font-size: 13px;
|
|
59
|
+
line-height: 20px;
|
|
60
|
+
color: $primary-5;
|
|
61
|
+
padding-left: 25px !important;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
&.is-disabled {
|
|
66
|
+
background-color: transparent;
|
|
67
|
+
|
|
68
|
+
label {
|
|
69
|
+
color: $primary-10;
|
|
70
|
+
cursor: not-allowed;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.ac-single-radio .is-checkradio[type="radio"]:checked + label {
|
|
75
|
+
color: $primary;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.ac-single-radio {
|
|
79
|
+
margin-bottom: 0;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
&.is-disabled {
|
|
84
|
+
background-color: $primary-97;
|
|
85
|
+
cursor: not-allowed;
|
|
86
|
+
opacity: 0.8;
|
|
87
|
+
|
|
88
|
+
&:hover {
|
|
89
|
+
border-color: transparent;
|
|
90
|
+
box-shadow: none;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
&:hover {
|
|
95
|
+
box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.2);
|
|
96
|
+
border: 1px solid transparent;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
&.is-selected {
|
|
100
|
+
border: 1px solid $primary;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
&:last-child {
|
|
104
|
+
margin-right: 0;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
// inline more button Start
|
|
108
|
+
.more-option {
|
|
109
|
+
position: relative;
|
|
110
|
+
z-index: 1;
|
|
111
|
+
|
|
112
|
+
.btn-more-option {
|
|
113
|
+
background-color: #e4e4e4;
|
|
114
|
+
height: 16px;
|
|
115
|
+
width: 30px;
|
|
116
|
+
border: none;
|
|
117
|
+
border-radius: 3px;
|
|
118
|
+
padding: 0;
|
|
119
|
+
cursor: pointer;
|
|
120
|
+
margin-left: 5px;
|
|
121
|
+
display: inline-flex;
|
|
122
|
+
align-items: center;
|
|
123
|
+
justify-content: center;
|
|
124
|
+
transform: translate(0px, -2px);
|
|
125
|
+
|
|
126
|
+
span {
|
|
127
|
+
display: inline-flex;
|
|
128
|
+
width: 4px;
|
|
129
|
+
height: 4px;
|
|
130
|
+
border-radius: 50%;
|
|
131
|
+
background-color: #b1b1b1;
|
|
132
|
+
margin-right: 2px;
|
|
133
|
+
|
|
134
|
+
&:last-child {
|
|
135
|
+
margin-right: 0;
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.r-dropdown-item {
|
|
142
|
+
position: absolute;
|
|
143
|
+
z-index: 2;
|
|
144
|
+
right: 10px;
|
|
145
|
+
top: 10px;
|
|
146
|
+
background-color: $white-100;
|
|
147
|
+
box-shadow: $ac-shadow-2;
|
|
148
|
+
display: inline-block;
|
|
149
|
+
border-radius: 4px;
|
|
150
|
+
padding: 5px 15px;
|
|
151
|
+
width: 200px;
|
|
152
|
+
opacity: 0;
|
|
153
|
+
visibility: hidden;
|
|
154
|
+
transition: 0.3s ease-in-out;
|
|
155
|
+
|
|
156
|
+
button.close-icon {
|
|
157
|
+
position: absolute;
|
|
158
|
+
right: -5px;
|
|
159
|
+
top: -5px;
|
|
160
|
+
border: 1px solid $black-80;
|
|
161
|
+
font-size: 10px;
|
|
162
|
+
height: 25px;
|
|
163
|
+
width: 25px;
|
|
164
|
+
text-align: center;
|
|
165
|
+
background-color: $white-100;
|
|
166
|
+
border-radius: 50%;
|
|
167
|
+
cursor: pointer;
|
|
168
|
+
color: $danger;
|
|
169
|
+
transition: 0.3s ease-in-out;
|
|
170
|
+
display: block;
|
|
171
|
+
|
|
172
|
+
&:hover {
|
|
173
|
+
color: $white-100;
|
|
174
|
+
background-color: $danger;
|
|
175
|
+
border: 1px solid $danger;
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
li {
|
|
180
|
+
display: inline-block;
|
|
181
|
+
|
|
182
|
+
a {
|
|
183
|
+
display: block;
|
|
184
|
+
padding: 5px 10px 5px 0;
|
|
185
|
+
color: $primary-20;
|
|
186
|
+
font-size: 11px;
|
|
187
|
+
text-decoration: underline;
|
|
188
|
+
font-weight: 400;
|
|
189
|
+
|
|
190
|
+
&:hover {
|
|
191
|
+
color: $primary;
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
// inline more button end
|
|
198
|
+
.ac-single-radio,
|
|
199
|
+
.ac-single-checkbox {
|
|
200
|
+
margin-bottom: 10px;
|
|
201
|
+
|
|
202
|
+
&:last-child {
|
|
203
|
+
margin-bottom: 0;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
label {
|
|
207
|
+
font-family: $font-heading;
|
|
208
|
+
font-style: normal;
|
|
209
|
+
font-weight: 500;
|
|
210
|
+
font-size: 13px;
|
|
211
|
+
line-height: 24px;
|
|
212
|
+
color: $primary-5;
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
p {
|
|
217
|
+
font-family: $font-paragraph;
|
|
218
|
+
font-style: normal;
|
|
219
|
+
font-weight: normal;
|
|
220
|
+
font-size: 13px;
|
|
221
|
+
line-height: 140%;
|
|
222
|
+
color: $primary-10;
|
|
223
|
+
|
|
224
|
+
&.is-warning {
|
|
225
|
+
color: $danger;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
a {
|
|
229
|
+
text-decoration: underline;
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
}
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
// top: 10px;
|
|
20
20
|
// z-index: 1;
|
|
21
21
|
// font-size: 13px;
|
|
22
|
-
// color: $
|
|
22
|
+
// color: $primary-10;
|
|
23
23
|
// font-weight: 400;
|
|
24
24
|
// }
|
|
25
25
|
// }
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
// height: 36px;
|
|
44
44
|
// font-weight: 400;
|
|
45
45
|
// border-radius: 4px;
|
|
46
|
-
// border: 1px solid $
|
|
46
|
+
// border: 1px solid $primary-10;
|
|
47
47
|
// font-size: 13px;
|
|
48
48
|
|
|
49
49
|
// .file-cta {
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
|
|
81
81
|
// &:focus {
|
|
82
82
|
// outline: none;
|
|
83
|
-
// border-bottom: 1px solid $
|
|
83
|
+
// border-bottom: 1px solid $primary-10;
|
|
84
84
|
// }
|
|
85
85
|
// }
|
|
86
86
|
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
// &[type="checkbox"] + label {
|
|
202
202
|
// padding-top: 3px;
|
|
203
203
|
// &::before {
|
|
204
|
-
// background-color: $
|
|
204
|
+
// background-color: $black-50;
|
|
205
205
|
// }
|
|
206
206
|
// }
|
|
207
207
|
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
|
|
264
264
|
// &:focus {
|
|
265
265
|
// outline: none;
|
|
266
|
-
// border-bottom: 1px solid $
|
|
266
|
+
// border-bottom: 1px solid $primary-10;
|
|
267
267
|
// }
|
|
268
268
|
// }
|
|
269
269
|
// }
|
|
@@ -322,10 +322,10 @@
|
|
|
322
322
|
// }
|
|
323
323
|
|
|
324
324
|
// label {
|
|
325
|
-
// color: $
|
|
325
|
+
// color: $primary-10;
|
|
326
326
|
// }
|
|
327
327
|
// .button.is-information:focus {
|
|
328
|
-
// background-color: $
|
|
328
|
+
// background-color: $black-80;
|
|
329
329
|
// }
|
|
330
330
|
// }
|
|
331
331
|
// }
|
|
@@ -898,4 +898,50 @@
|
|
|
898
898
|
.ac-search:focus {
|
|
899
899
|
width: 200px !important;
|
|
900
900
|
padding-right: 10px;
|
|
901
|
+
}
|
|
902
|
+
|
|
903
|
+
// check radio
|
|
904
|
+
|
|
905
|
+
.ac-single-radio {
|
|
906
|
+
.is-checkradio[type="radio"]+label {
|
|
907
|
+
padding-left: 25px;
|
|
908
|
+
|
|
909
|
+
&:before {
|
|
910
|
+
width: 16px;
|
|
911
|
+
height: 16px;
|
|
912
|
+
top: 4px;
|
|
913
|
+
background: transparent;
|
|
914
|
+
}
|
|
915
|
+
|
|
916
|
+
&:after {
|
|
917
|
+
width: 16px;
|
|
918
|
+
height: 16px;
|
|
919
|
+
top: 4px;
|
|
920
|
+
}
|
|
921
|
+
}
|
|
922
|
+
}
|
|
923
|
+
|
|
924
|
+
.is-checkradio[type="radio"]+label::after,
|
|
925
|
+
.is-checkradio[type="radio"]+label:after {
|
|
926
|
+
background: $primary;
|
|
927
|
+
}
|
|
928
|
+
|
|
929
|
+
.is-checkradio[type="checkbox"]:checked+label::before,
|
|
930
|
+
.is-checkradio[type="checkbox"]:checked+label:before,
|
|
931
|
+
.is-checkradio[type="radio"]:checked+label::before,
|
|
932
|
+
.is-checkradio[type="radio"]:checked+label:before {
|
|
933
|
+
border: 0.2rem solid $primary;
|
|
934
|
+
}
|
|
935
|
+
|
|
936
|
+
.is-checkradio[type="checkbox"]:hover:not([disabled])+label::before,
|
|
937
|
+
.is-checkradio[type="checkbox"]:hover:not([disabled])+label:before,
|
|
938
|
+
.is-checkradio[type="radio"]:hover:not([disabled])+label::before,
|
|
939
|
+
.is-checkradio[type="radio"]:hover:not([disabled])+label:before {
|
|
940
|
+
border-color: $primary-30 !important;
|
|
941
|
+
}
|
|
942
|
+
|
|
943
|
+
.is-checkradio[type="checkbox"]+label::after,
|
|
944
|
+
.is-checkradio[type="checkbox"]+label:after {
|
|
945
|
+
border-width: 0.2rem;
|
|
946
|
+
border-color: $primary;
|
|
901
947
|
}
|