@appscode/design-system 1.1.0 → 2.0.0

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.
Files changed (215) hide show
  1. package/base/_video-player.scss +65 -0
  2. package/base/utilities/_all.scss +7 -5
  3. package/base/utilities/_colors.scss +377 -0
  4. package/base/utilities/_customize-bulma.scss +23 -27
  5. package/base/utilities/_extended.scss +39 -0
  6. package/base/utilities/{_default.scss → _global.scss} +192 -333
  7. package/base/utilities/_layouts.scss +19 -0
  8. package/base/utilities/_mixin.scss +11 -11
  9. package/base/utilities/_spacing.scss +96 -0
  10. package/base/utilities/_typography.scss +56 -24
  11. package/components/_ac-alert-box.scss +205 -263
  12. package/components/_ac-calendar.scss +4 -4
  13. package/components/_ac-code-highlight.scss +13 -16
  14. package/components/_ac-content-layout.scss +165 -165
  15. package/components/_ac-drag.scss +13 -13
  16. package/components/_ac-modal.scss +212 -212
  17. package/components/_ac-options.scss +122 -123
  18. package/components/_ac-select-box.scss +10 -10
  19. package/components/_ac-table.scss +503 -502
  20. package/components/_ac-tabs.scss +65 -61
  21. package/components/_ac-tags.scss +116 -116
  22. package/components/_accordion.scss +117 -0
  23. package/components/_add-card.scss +3 -3
  24. package/components/_all.scss +35 -28
  25. package/components/_app-drawer.scss +0 -134
  26. package/components/_breadcumb.scss +0 -71
  27. package/components/_buttons.scss +779 -779
  28. package/components/_card-body-wrapper.scss +5 -5
  29. package/components/_dashboard-header.scss +0 -115
  30. package/components/_direct-deploy.scss +8 -8
  31. package/components/_getkeeper.scss +110 -0
  32. package/components/_go-to-top.scss +1 -1
  33. package/components/_graph.scss +10 -10
  34. package/components/_image-upload.scss +9 -9
  35. package/components/_input-card.scss +232 -0
  36. package/components/_input.scss +573 -0
  37. package/components/_left-sidebar-menu.scss +452 -587
  38. package/components/_monaco-editor.scss +2 -2
  39. package/components/{_ac-multi-select.scss → _multi-select.scss} +89 -251
  40. package/components/_navbar.scss +786 -752
  41. package/components/_nested-list.scss +3 -3
  42. package/components/_overview-info.scss +10 -10
  43. package/components/_overview-page.scss +4 -4
  44. package/components/_pagination.scss +106 -124
  45. package/components/_payment-card.scss +21 -21
  46. package/components/_preloader.scss +1 -1
  47. package/components/_preview-modal.scss +18 -18
  48. package/components/_pricing-table.scss +14 -14
  49. package/components/_progress-bar.scss +73 -86
  50. package/components/_subscription-card.scss +22 -24
  51. package/components/_table-of-content.scss +8 -8
  52. package/components/{_ac-terminal.scss → _terminal.scss} +114 -81
  53. package/components/_tfa.scss +9 -9
  54. package/components/_transitions.scss +35 -0
  55. package/components/_widget-menu.scss +252 -257
  56. package/components/_wizard.scss +518 -793
  57. package/components/ac-toaster/_ac-toasted.scss +11 -16
  58. package/components/bbum/_activities-header.scss +1 -1
  59. package/components/bbum/_card-team.scss +12 -12
  60. package/components/bbum/_information-center.scss +21 -23
  61. package/components/bbum/_left-sidebar.scss +8 -8
  62. package/components/bbum/_mobile-desktop.scss +16 -21
  63. package/components/bbum/_post.scss +5 -5
  64. package/components/bbum/_sign-up-notification.scss +10 -10
  65. package/components/bbum/_single-post-preview.scss +29 -29
  66. package/components/bbum/_user-profile.scss +10 -10
  67. package/components/ui-builder/_ui-builder.scss +221 -31
  68. package/components/ui-builder/_vue-open-api.scss +565 -7
  69. package/icons/close-icon.svg +3 -0
  70. package/layouts/_code-preview.scss +17 -18
  71. package/main.scss +26 -10
  72. package/package.json +1 -1
  73. package/plugins/theme.js +11 -9
  74. package/plugins/vue-toaster.js +1 -1
  75. package/vue-components/images/icons/cluster-icon.svg +10 -0
  76. package/vue-components/images/icons/org-icon.svg +10 -0
  77. package/vue-components/plugins/time-convert.js +49 -0
  78. package/vue-components/types/cluster.ts +6 -0
  79. package/vue-components/types/importFlow.ts +16 -0
  80. package/vue-components/types/notification.ts +6 -0
  81. package/vue-components/types/previewYaml.ts +8 -0
  82. package/vue-components/types/table.ts +55 -0
  83. package/vue-components/types/theme.ts +10 -0
  84. package/vue-components/types/user.ts +22 -0
  85. package/vue-components/v2/banner/Banner.vue +1 -1
  86. package/vue-components/v2/button/Buttons.vue +1 -1
  87. package/vue-components/v2/card/Card.vue +1 -1
  88. package/vue-components/v2/card/OverviewCards.vue +17 -2
  89. package/vue-components/v2/content/ContentTable.vue +14 -9
  90. package/vue-components/v2/editor/FilteredFileEditor.vue +2 -2
  91. package/vue-components/v2/editor/ResourceKeyValueEditor.vue +21 -21
  92. package/vue-components/v2/icons/Ellipsis.vue +2 -1
  93. package/vue-components/v2/modal/Modal.vue +2 -6
  94. package/vue-components/v2/navbar/Appdrawer.vue +37 -12
  95. package/vue-components/v2/navbar/Navbar.vue +3 -3
  96. package/vue-components/v2/navbar/NavbarItem.vue +3 -1
  97. package/vue-components/v2/navbar/NavbarItemContent.vue +1 -1
  98. package/vue-components/v2/navbar/User.vue +5 -22
  99. package/vue-components/v2/pagination/Pagination.vue +66 -0
  100. package/vue-components/v2/sidebar/SidebarItem.vue +10 -7
  101. package/{components/_ac-accordion.scss → vue-components/v3/accordion/Accordion.vue} +40 -6
  102. package/vue-components/v3/alert/Alert.vue +238 -0
  103. package/vue-components/v3/alert/Toast.vue +79 -0
  104. package/vue-components/v3/banner/Banner.vue +10 -0
  105. package/vue-components/v3/breadcrumbs/Breadcrumb.vue +166 -0
  106. package/vue-components/v3/button/Button.vue +110 -57
  107. package/vue-components/v3/button/Buttons.vue +22 -0
  108. package/vue-components/v3/button/DownloadBtn.vue +31 -0
  109. package/vue-components/v3/cards/Card.vue +32 -0
  110. package/vue-components/v3/cards/CardContent.vue +7 -0
  111. package/vue-components/v3/cards/CardHeader.vue +14 -0
  112. package/vue-components/v3/cards/Cards.vue +7 -0
  113. package/vue-components/v3/cards/Cluster.vue +159 -0
  114. package/vue-components/v3/cards/Counter.vue +39 -0
  115. package/vue-components/v3/cards/FeatureCard.vue +67 -0
  116. package/vue-components/v3/cards/FeatureCards.vue +6 -0
  117. package/vue-components/v3/cards/InfoCard.vue +242 -0
  118. package/vue-components/v3/cards/Monitoring.vue +90 -0
  119. package/vue-components/v3/cards/OrgClusterCard.vue +86 -0
  120. package/vue-components/v3/cards/OverviewCard.vue +28 -0
  121. package/vue-components/v3/cards/OverviewCards.vue +39 -0
  122. package/vue-components/v3/cards/Payment.vue +62 -0
  123. package/vue-components/v3/cards/Vendor.vue +89 -0
  124. package/vue-components/v3/content/ContentHeader.vue +39 -30
  125. package/vue-components/v3/content/ContentLayout.vue +20 -0
  126. package/vue-components/v3/content/ContentTable.vue +44 -58
  127. package/vue-components/v3/dropdown/DropdownAction.vue +95 -0
  128. package/vue-components/v3/dropdown/DropdownDivider.vue +2 -0
  129. package/vue-components/v3/dropdown/DropdownItem.vue +2 -0
  130. package/vue-components/v3/dropdown/DropdownMenu.vue +85 -91
  131. package/vue-components/v3/editor/Editor.vue +117 -115
  132. package/vue-components/v3/editor/FilteredFileEditor.vue +325 -128
  133. package/vue-components/v3/editor/ResourceKeyValueEditor.vue +73 -94
  134. package/vue-components/v3/footer/FooterArea.vue +40 -0
  135. package/vue-components/v3/footer/FooterItem.vue +32 -0
  136. package/vue-components/v3/footer/FooterItems.vue +15 -0
  137. package/vue-components/v3/footer/Info.vue +25 -0
  138. package/vue-components/v3/footer/Status.vue +43 -0
  139. package/vue-components/v3/footer/Usage.vue +34 -0
  140. package/vue-components/v3/form/Form.vue +24 -36
  141. package/vue-components/v3/form/FormFooter.vue +24 -0
  142. package/vue-components/v3/form/FormFooterControl.vue +7 -0
  143. package/vue-components/v3/form/FormFooterControls.vue +7 -0
  144. package/vue-components/v3/form-fields/AcSingleInput.vue +21 -0
  145. package/vue-components/v3/form-fields/FileUpload.vue +89 -0
  146. package/vue-components/v3/form-fields/Input.vue +19 -15
  147. package/vue-components/v3/header/Header.vue +120 -26
  148. package/vue-components/v3/header/HeaderItem.vue +18 -0
  149. package/vue-components/v3/header/HeaderItems.vue +4 -0
  150. package/vue-components/v3/icons/Ellipsis.vue +2 -0
  151. package/vue-components/v3/loaders/ClusterSwitcherLoader.vue +13 -0
  152. package/vue-components/v3/loaders/InfoCardLoader.vue +19 -0
  153. package/vue-components/v3/loaders/ResourceLoader.vue +4 -12
  154. package/vue-components/v3/loaders/SidebarLoader.vue +4 -12
  155. package/vue-components/v3/loaders/SingleInfoCardLoader.vue +24 -0
  156. package/vue-components/v3/modal/Modal.vue +294 -95
  157. package/vue-components/v3/modals/DeleteConfirmationModal.vue +37 -50
  158. package/vue-components/v3/modals/JsonShowModal.vue +63 -68
  159. package/vue-components/v3/navbar/Appdrawer.vue +198 -51
  160. package/vue-components/v3/navbar/Navbar.vue +139 -0
  161. package/vue-components/v3/navbar/NavbarItem.vue +103 -0
  162. package/vue-components/v3/navbar/NavbarItemContent.vue +282 -0
  163. package/vue-components/v3/navbar/Notification.vue +207 -0
  164. package/vue-components/v3/navbar/ThemeMode.vue +128 -112
  165. package/vue-components/v3/navbar/User.vue +394 -267
  166. package/vue-components/v3/notification/AlertBox.vue +266 -39
  167. package/vue-components/v3/notification/Notification.vue +50 -44
  168. package/vue-components/v3/notification/NotificationItem.vue +51 -19
  169. package/vue-components/v3/option-dots/Options.vue +197 -0
  170. package/vue-components/v3/pagination/Pagination.vue +216 -102
  171. package/vue-components/v3/preloader/Preloader.vue +23 -0
  172. package/vue-components/v3/searchbars/SearchBar.vue +50 -34
  173. package/vue-components/v3/sidebar/AccentColorPicker.vue +97 -0
  174. package/vue-components/v3/sidebar/ClusterSwitcher.vue +71 -86
  175. package/vue-components/v3/sidebar/Sidebar.vue +239 -0
  176. package/vue-components/v3/sidebar/SidebarBody.vue +14 -0
  177. package/vue-components/v3/sidebar/SidebarFooter.vue +89 -0
  178. package/vue-components/v3/sidebar/SidebarHeader.vue +131 -0
  179. package/vue-components/v3/sidebar/SidebarItem.vue +62 -0
  180. package/vue-components/v3/sidebar/SidebarItemWithDropDown.vue +101 -104
  181. package/vue-components/v3/sidebar/SidebarMenuList.vue +9 -0
  182. package/vue-components/v3/sidebar/Steps.vue +152 -0
  183. package/vue-components/v3/sidebar/sidebar-tabs/SidebarTabs.vue +204 -0
  184. package/vue-components/v3/sidebar/sidebar-tabs/SidebarTabsLayout.vue +44 -0
  185. package/vue-components/v3/sidebar/sidebar-tabs/TabsContent.vue +99 -0
  186. package/vue-components/v3/tab/TabItem.vue +10 -12
  187. package/vue-components/v3/tab/Tabs.vue +36 -0
  188. package/vue-components/v3/tab/TabsBody.vue +7 -0
  189. package/vue-components/v3/table/EmptyTableInfo.vue +8 -0
  190. package/vue-components/v3/table/FakeTableCell.vue +22 -31
  191. package/vue-components/v3/table/InfoTable.vue +89 -61
  192. package/vue-components/v3/table/MultiInfoTable.vue +72 -95
  193. package/vue-components/v3/table/Table.vue +596 -157
  194. package/vue-components/v3/table/TableCell.vue +13 -24
  195. package/vue-components/v3/table/TableContainer.vue +50 -28
  196. package/vue-components/v3/table/TableRow.vue +65 -87
  197. package/vue-components/v3/table/table-cell/ArrayCell.vue +94 -103
  198. package/vue-components/v3/table/table-cell/CellValue.vue +74 -106
  199. package/vue-components/v3/table/table-cell/GenericCell.vue +43 -42
  200. package/vue-components/v3/table/table-cell/ObjectCell.vue +91 -101
  201. package/vue-components/v3/table/table-cell/ValueWithModal.vue +22 -31
  202. package/vue-components/v3/tabs/EditorTabs.vue +18 -24
  203. package/vue-components/v3/tag/Tag.vue +16 -12
  204. package/vue-components/v3/tag/Tags.vue +7 -0
  205. package/base/utilities/_derived-variables.scss +0 -25
  206. package/base/utilities/_initial-variables.scss +0 -215
  207. package/base/utilities/dark-theme.scss +0 -26
  208. package/components/_ac-card.scss +0 -597
  209. package/components/_ac-input.scss +0 -876
  210. package/mixins/stickyContent.js +0 -141
  211. package/plugins/caching.ts +0 -243
  212. package/vue-components/v3/long-running-tasks/LongRunningTaskItem.vue +0 -92
  213. package/vue-components/v3/modals/LongRunningTasksModal.vue +0 -400
  214. package/vue-components/v3/terminal/LongRunningTaskTerminal.vue +0 -148
  215. /package/components/{_ac-report.scss → _report.scss} +0 -0
@@ -1,840 +1,565 @@
1
- .single-wizard-section {
2
- padding: 20px;
3
- background-color: $ac-white;
4
- border: 1px solid $ac-white-light;
5
- border-radius: 4px;
6
- }
7
-
8
- .wizard-description {
9
- font-family: $ac-family-paragraph;
10
- font-style: normal;
11
- font-weight: normal;
12
- font-size: $font-size-small;
13
- line-height: 100%;
14
- color: $ac-color-text;
15
- margin-bottom: 10px;
16
- }
17
-
18
- // label action start
19
- .label-action {
20
- align-items: center;
21
- height: 21px;
22
-
23
- .ac-single-input {
24
- label {
25
- margin-top: 2px;
26
- }
27
- }
28
-
29
- button:not(.is-text) {
30
- opacity: 0;
31
- visibility: hidden;
32
- transition: 0.3s ease-in-out;
33
-
34
- img {
35
- width: 15px;
36
- }
37
-
38
- &.label-icon {
39
- border: none;
40
- background-color: transparent;
41
- cursor: pointer;
42
- padding: 0;
43
- transition: 0.3s ease-in-out;
44
-
45
- &:hover {
46
- opacity: 0.8;
47
- }
48
- }
49
- }
50
-
51
- &:hover {
52
- button {
53
- opacity: 1;
54
- visibility: visible;
55
- }
56
- }
57
-
58
- .ms-close-button,
59
- .ac-modal-footer {
60
- .buttons {
61
- button {
62
- opacity: 1;
63
- visibility: visible;
64
-
65
- &:hover {
66
- opacity: 0.7;
67
- }
68
- }
69
- }
70
- }
71
-
72
- .label-icon {
73
- display: flex;
74
- align-items: center;
75
- margin-right: 10px;
76
-
77
- img {
78
- width: 16px;
79
- }
80
- }
81
-
82
- strong {
83
- font-family: $ac-family-paragraph;
84
- font-style: normal;
85
- font-weight: 500;
86
- font-size: $font-size-small;
87
- line-height: 16px;
88
- color: $ac-color-text;
89
- margin-right: 16px;
90
- }
91
- }
1
+ // .single-wizard-section {
2
+ // padding: 20px;
3
+ // background-color: $white-100;
4
+ // border: 1px solid $primary-90;
5
+ // border-radius: 4px;
6
+ // }
7
+
8
+ // .wizard-description {
9
+ // font-family: $font-paragraph;
10
+ // font-style: normal;
11
+ // font-weight: normal;
12
+ // font-size: 13px;
13
+ // line-height: 100%;
14
+ // color: $primary-10;
15
+ // margin-bottom: 10px;
16
+ // }
17
+
18
+ // // label action start
19
+ // .label-action {
20
+ // align-items: center;
21
+ // height: 21px;
22
+
23
+ // .ac-single-input {
24
+ // label {
25
+ // margin-top: 2px;
26
+ // }
27
+ // }
28
+
29
+ // button:not(.is-text) {
30
+ // opacity: 0;
31
+ // visibility: hidden;
32
+ // transition: 0.3s ease-in-out;
33
+
34
+ // img {
35
+ // width: 15px;
36
+ // }
37
+
38
+ // &.label-icon {
39
+ // border: none;
40
+ // background-color: transparent;
41
+ // cursor: pointer;
42
+ // padding: 0;
43
+ // transition: 0.3s ease-in-out;
44
+
45
+ // &:hover {
46
+ // opacity: 0.8;
47
+ // }
48
+ // }
49
+ // }
50
+
51
+ // &:hover {
52
+ // button {
53
+ // opacity: 1;
54
+ // visibility: visible;
55
+ // }
56
+ // }
57
+
58
+ // .ms-close-button,
59
+ // .ac-modal-footer {
60
+ // .buttons {
61
+ // button {
62
+ // opacity: 1;
63
+ // visibility: visible;
64
+
65
+ // &:hover {
66
+ // opacity: 0.7;
67
+ // }
68
+ // }
69
+ // }
70
+ // }
71
+
72
+ // .label-icon {
73
+ // display: flex;
74
+ // align-items: center;
75
+ // margin-right: 10px;
76
+
77
+ // img {
78
+ // width: 16px;
79
+ // }
80
+ // }
81
+
82
+ // strong {
83
+ // font-family: $font-paragraph;
84
+ // font-style: normal;
85
+ // font-weight: 500;
86
+ // font-size: 13px;
87
+ // line-height: 16px;
88
+ // color: $primary-10;
89
+ // margin-right: 16px;
90
+ // }
91
+ // }
92
92
 
93
93
  // label action end
94
94
  // key-value-button start
95
- .key-value-button {
96
- display: grid;
97
- grid-template-columns: calc(50% - 83px) 10px calc(50% - 82px) 110px;
98
- grid-gap: 15px;
99
-
100
- .ac-single-input {
101
- margin-bottom: 0;
102
- }
103
-
104
- .lable-colone {
105
- font-size: 30px;
106
- font-weight: 500;
107
- line-height: 1.1;
108
- }
109
- }
95
+ // .key-value-button {
96
+ // display: grid;
97
+ // grid-template-columns: calc(50% - 83px) 10px calc(50% - 82px) 110px;
98
+ // grid-gap: 15px;
99
+
100
+ // .ac-single-input {
101
+ // margin-bottom: 0;
102
+ // }
103
+
104
+ // .lable-colone {
105
+ // font-size: 30px;
106
+ // font-weight: 500;
107
+ // line-height: 1.1;
108
+ // }
109
+ // }
110
110
 
111
111
  // key-value-button end
112
112
 
113
113
  // select card start
114
- .card-select {
115
- height: 94px;
116
- padding: 10px;
117
- background-color: $ac-white;
118
- border: 1px solid $ac-white-light;
119
- box-sizing: border-box;
120
- border-radius: 4px;
121
- transition: 0.3s ease-in-out;
122
- position: relative;
123
- z-index: 1;
124
- max-width: 250px;
125
-
126
- &.is-active-require-field {
127
- &:after {
128
- content: "";
129
- position: absolute;
130
- width: 100%;
131
- height: 100%;
132
- background-color: $ac-black;
133
- top: 0;
134
- left: 0;
135
- z-index: 1;
136
- opacity: 0.6;
137
- border-radius: 4px;
138
- }
139
-
140
- .r-dropdown-item {
141
- opacity: 1;
142
- visibility: visible;
143
- }
144
- }
145
-
146
- // &:last-child {
147
- // margin-bottom: 0;
148
- // }
149
-
150
- &.is-singleline {
151
- height: auto;
152
- padding: 0;
153
- border: none;
154
- background-color: transparent;
155
- width: auto;
156
- margin-bottom: 0;
157
- label {
158
- font-weight: 400 !important;
159
- }
160
- &:hover {
161
- box-shadow: none;
162
- border: none;
163
-
164
- label {
165
- color: $ac-primary !important;
166
- }
167
- }
168
-
169
- .ac-single-radio,
170
- .ac-single-checkbox {
171
- label {
172
- font-size: $font-size-small;
173
- line-height: 20px;
174
- color: $ac-color-heading;
175
- padding-left: 25px !important;
176
- }
177
-
178
- .is-checkradio[type="checkbox"].ac-checkbox + label::before,
179
- .is-checkradio[type="radio"] + label:before,
180
- .is-checkradio[type="radio"] + label:after {
181
- width: 16px;
182
- height: 16px;
183
- top: 3px;
184
- }
185
-
186
- .is-checkradio[type="checkbox"].ac-checkbox + label::after {
187
- left: 5px;
188
- }
189
- }
190
-
191
- &.is-disabled {
192
- background-color: transparent;
193
-
194
- label {
195
- color: $ac-color-text;
196
- cursor: not-allowed;
197
- }
198
- }
199
-
200
- .ac-single-radio .is-checkradio[type="radio"]:checked + label {
201
- color: $ac-primary;
202
- }
203
-
204
- .ac-single-radio {
205
- margin-bottom: 0;
206
- }
207
- }
208
-
209
- &.is-disabled {
210
- background-color: $ac-white-lighter;
211
- cursor: not-allowed;
212
- opacity: 0.8;
213
-
214
- &:hover {
215
- border-color: transparent;
216
- box-shadow: none;
217
- }
218
- }
219
-
220
- &:hover {
221
- box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.2);
222
- border: 1px solid transparent;
223
- }
224
-
225
- &.is-selected {
226
- border: 1px solid $ac-primary;
227
- }
228
-
229
- &:last-child {
230
- margin-right: 0;
231
- }
232
-
233
- // inline more button Start
234
- .more-option {
235
- position: relative;
236
- z-index: 1;
237
-
238
- .btn-more-option {
239
- background-color: #e4e4e4;
240
- height: 16px;
241
- width: 30px;
242
- border: none;
243
- border-radius: 3px;
244
- padding: 0;
245
- cursor: pointer;
246
- margin-left: 5px;
247
- display: inline-flex;
248
- align-items: center;
249
- justify-content: center;
250
- transform: translate(0px, -2px);
251
-
252
- span {
253
- display: inline-flex;
254
- width: 4px;
255
- height: 4px;
256
- border-radius: 50%;
257
- background-color: #b1b1b1;
258
- margin-right: 2px;
259
-
260
- &:last-child {
261
- margin-right: 0;
262
- }
263
- }
264
- }
265
- }
266
-
267
- .r-dropdown-item {
268
- position: absolute;
269
- z-index: 2;
270
- right: 10px;
271
- top: 10px;
272
- background-color: $ac-white;
273
- box-shadow: $ac-shadow-2;
274
- display: inline-block;
275
- border-radius: 4px;
276
- padding: 5px 15px;
277
- width: 200px;
278
- opacity: 0;
279
- visibility: hidden;
280
- transition: 0.3s ease-in-out;
281
-
282
- button.close-icon {
283
- position: absolute;
284
- right: -5px;
285
- top: -5px;
286
- border: 1px solid $ac-gray-lightest;
287
- font-size: 10px;
288
- height: 25px;
289
- width: 25px;
290
- text-align: center;
291
- background-color: $ac-white;
292
- border-radius: 50%;
293
- cursor: pointer;
294
- color: $ac-danger;
295
- transition: 0.3s ease-in-out;
296
- display: block;
297
-
298
- &:hover {
299
- color: $ac-white;
300
- background-color: $ac-danger;
301
- border: 1px solid $ac-danger;
302
- }
303
- }
304
-
305
- li {
306
- display: inline-block;
307
-
308
- a {
309
- display: block;
310
- padding: 5px 10px 5px 0;
311
- color: $ac-color-value;
312
- font-size: $font-size-tiny;
313
- text-decoration: underline;
314
- font-weight: 400;
315
-
316
- &:hover {
317
- color: $ac-primary;
318
- }
319
- }
320
- }
321
- }
322
-
323
- // inline more button end
324
- .ac-single-radio,
325
- .ac-single-checkbox {
326
- margin-bottom: 10px;
327
-
328
- &:last-child {
329
- margin-bottom: 0;
330
- }
331
-
332
- label {
333
- font-family: $ac-family-heading;
334
- font-style: normal;
335
- font-weight: 500;
336
- font-size: $font-size-small;
337
- line-height: 24px;
338
- color: $ac-color-heading;
339
- }
340
- }
341
-
342
- p {
343
- font-family: $ac-family-paragraph;
344
- font-style: normal;
345
- font-weight: normal;
346
- font-size: $font-size-small;
347
- line-height: 140%;
348
- color: $ac-color-text;
349
-
350
- &.is-warning {
351
- color: $ac-danger;
352
- }
353
-
354
- a {
355
- text-decoration: underline;
356
- }
357
- }
358
-
359
- .ac-single-radio {
360
- .is-checkradio[type="radio"] + label {
361
- padding-left: 25px;
362
-
363
- &:before {
364
- width: 16px;
365
- height: 16px;
366
- top: 4px;
367
- }
368
-
369
- &:after {
370
- width: 16px;
371
- height: 16px;
372
- top: 4px;
373
- }
374
- }
375
- }
376
-
377
- .ac-single-checkbox {
378
- .is-checkradio[type="checkbox"] {
379
- &.ac-checkbox + label {
380
- font-family: $ac-family-heading;
381
- font-style: normal;
382
- font-weight: 500;
383
- font-size: 13px;
384
- line-height: 20px;
385
- color: $ac-color-heading;
386
- }
387
- }
388
- }
389
- }
390
114
 
391
115
  // select card end
392
116
 
393
117
  // final state start
394
- .ac-final-state {
395
- margin-bottom: 10px;
396
-
397
- &:last-child {
398
- margin-bottom: 0;
399
- }
400
-
401
- .state-left {
402
- h5 {
403
- font-family: $ac-family-paragraph;
404
- font-style: normal;
405
- font-weight: 500;
406
- font-size: $font-size-normal;
407
- line-height: 19px;
408
- color: $ac-color-text;
409
- }
410
-
411
- img {
412
- width: 16px;
413
- margin-left: 10px;
414
- }
415
-
416
- button {
417
- &.ac-button {
418
- opacity: 0;
419
- visibility: hidden;
420
- transition: 0.3s ease-in-out;
421
- }
422
- }
423
- }
424
-
425
- &:hover {
426
- .state-left {
427
- button {
428
- &.ac-button {
429
- opacity: 1;
430
- visibility: visible;
431
- }
432
- }
433
- }
434
- }
435
- }
436
-
437
- .button {
438
- &.ac-button {
439
- &.is-hovered-underline {
440
- transition: 0.3s ease-in-out;
441
-
442
- &:hover {
443
- text-decoration: underline;
444
- }
445
- }
446
- }
447
- }
118
+ // .ac-final-state {
119
+ // margin-bottom: 10px;
120
+
121
+ // &:last-child {
122
+ // margin-bottom: 0;
123
+ // }
124
+
125
+ // .state-left {
126
+ // h5 {
127
+ // font-family: $font-paragraph;
128
+ // font-style: normal;
129
+ // font-weight: 500;
130
+ // font-size: 14px;
131
+ // line-height: 19px;
132
+ // color: $primary-10;
133
+ // }
134
+
135
+ // img {
136
+ // width: 16px;
137
+ // margin-left: 10px;
138
+ // }
139
+
140
+ // button {
141
+ // &.ac-button {
142
+ // opacity: 0;
143
+ // visibility: hidden;
144
+ // transition: 0.3s ease-in-out;
145
+ // }
146
+ // }
147
+ // }
148
+
149
+ // &:hover {
150
+ // .state-left {
151
+ // button {
152
+ // &.ac-button {
153
+ // opacity: 1;
154
+ // visibility: visible;
155
+ // }
156
+ // }
157
+ // }
158
+ // }
159
+ // }
160
+
161
+ // .button {
162
+ // &.ac-button {
163
+ // &.is-hovered-underline {
164
+ // transition: 0.3s ease-in-out;
165
+
166
+ // &:hover {
167
+ // text-decoration: underline;
168
+ // }
169
+ // }
170
+ // }
171
+ // }
448
172
 
449
173
  // final state end
450
174
 
451
- .circle-list-shape {
452
- border: 3px solid $ac-color-text;
453
- border-radius: 50%;
454
- width: 10px;
455
- height: 10px;
456
- margin-right: 10px;
457
- display: inline-block;
458
- }
459
-
460
- .ac-selected-item {
461
- .selected-left {
462
- .item-name {
463
- font-family: $ac-family-paragraph;
464
- font-style: normal;
465
- font-weight: 500;
466
- font-size: $font-size-small;
467
- line-height: 16px;
468
- color: $ac-color-text;
469
- }
470
-
471
- button {
472
- &.ac-button {
473
- opacity: 0;
474
- visibility: hidden;
475
- transition: 0.3s ease-in-out;
476
- }
477
- }
478
- }
479
-
480
- &:hover {
481
- .selected-left {
482
- button {
483
- &.ac-button {
484
- opacity: 1;
485
- visibility: visible;
486
- }
487
- }
488
- }
489
- }
490
- }
175
+ // .circle-list-shape {
176
+ // border: 3px solid $primary-10;
177
+ // border-radius: 50%;
178
+ // width: 10px;
179
+ // height: 10px;
180
+ // margin-right: 10px;
181
+ // display: inline-block;
182
+ // }
183
+
184
+ // .ac-selected-item {
185
+ // .selected-left {
186
+ // .item-name {
187
+ // font-family: $font-paragraph;
188
+ // font-style: normal;
189
+ // font-weight: 500;
190
+ // font-size: 13px;
191
+ // line-height: 16px;
192
+ // color: $primary-10;
193
+ // }
194
+
195
+ // button {
196
+ // &.ac-button {
197
+ // opacity: 0;
198
+ // visibility: hidden;
199
+ // transition: 0.3s ease-in-out;
200
+ // }
201
+ // }
202
+ // }
203
+
204
+ // &:hover {
205
+ // .selected-left {
206
+ // button {
207
+ // &.ac-button {
208
+ // opacity: 1;
209
+ // visibility: visible;
210
+ // }
211
+ // }
212
+ // }
213
+ // }
214
+ // }
491
215
 
492
216
  // key button start
493
- .key-button {
494
- display: grid;
495
- grid-template-columns: calc(100% - 135px) 120px;
496
- grid-gap: 15px;
497
- }
217
+ // .key-button {
218
+ // display: grid;
219
+ // grid-template-columns: calc(100% - 135px) 120px;
220
+ // grid-gap: 15px;
221
+ // }
498
222
 
499
223
  // key button end
500
224
 
501
225
  // certificate section start
502
- .ac-certificate-area {
503
- box-shadow: $ac-shadow-1;
504
- border-radius: 4px;
505
- background-color: $ac-white;
506
-
507
- .list-items {
508
- padding: 10px;
509
- border-bottom: 1px solid $ac-white-light;
510
-
511
- &:last-child {
512
- border-bottom: none;
513
- }
514
-
515
- &.t-title {
516
- background-color: $table-header;
517
- border-radius: 4px 4px 0px 0px;
518
- border-bottom: none;
519
-
520
- li {
521
- font-weight: 500;
522
- color: $ac-color-heading;
523
- }
524
- }
525
-
526
- li {
527
- width: 20%;
528
- font-family: $ac-family-paragraph;
529
- font-style: normal;
530
- font-weight: normal;
531
- font-size: $font-size-small;
532
- line-height: 16px;
533
- color: $ac-color-text;
534
- display: flex;
535
- align-items: center;
536
-
537
- &:last-child {
538
- justify-content: flex-end;
539
- }
540
- }
541
- }
542
- }
543
-
544
- .ac-certificate-info {
545
- padding: 10px 15px;
546
- background-color: $ac-bg-light-gray;
547
- border-radius: 4px;
548
-
549
- .single-name-title {
550
- margin-bottom: 25px;
551
- width: calc(100% - 140px);
552
-
553
- &.has-single-button {
554
- width: calc(100% - 50px);
555
- }
556
-
557
- &:last-child {
558
- margin-bottom: 0;
559
- }
560
-
561
- label:not(.wizard-title) {
562
- font-family: $ac-family-paragraph;
563
- font-style: normal;
564
- font-weight: normal;
565
- font-size: $font-size-small;
566
- line-height: 18px;
567
- display: block;
568
- color: $ac-color-text;
569
- margin-bottom: 5px;
570
- }
571
- }
572
-
573
- .wizard-title,
574
- .wizard-title.has-line {
575
- span {
576
- background-color: $ac-label-text;
577
- }
578
- }
579
-
580
- button.button.ac-button.is-square.is-white {
581
- background-color: $ac-white;
582
-
583
- &:hover {
584
- background-color: $ac-white-light;
585
- }
586
- }
587
-
588
- .line-title {
589
- span {
590
- background-color: $ac-bg-light-gray;
591
- }
592
- }
593
- }
594
-
595
- .ac-unordered-list-items {
596
- li {
597
- display: flex;
598
- align-items: center;
599
- margin-bottom: 10px;
600
-
601
- &:last-child {
602
- margin-bottom: 0;
603
- }
604
-
605
- strong {
606
- font-family: $ac-family-paragraph;
607
- font-style: normal;
608
- font-weight: 500;
609
- font-size: $font-size-small;
610
- line-height: 16px;
611
- display: flex;
612
- align-items: center;
613
-
614
- /* Gray 1 */
615
-
616
- color: $ac-color-text;
617
- }
618
- }
619
- }
226
+ // .ac-certificate-area {
227
+ // box-shadow: $ac-shadow-1;
228
+ // border-radius: 4px;
229
+ // background-color: $white-100;
230
+
231
+ // .list-items {
232
+ // padding: 10px;
233
+ // border-bottom: 1px solid $primary-90;
234
+
235
+ // &:last-child {
236
+ // border-bottom: none;
237
+ // }
238
+
239
+ // &.t-title {
240
+ // background-color: $table-header;
241
+ // border-radius: 4px 4px 0px 0px;
242
+ // border-bottom: none;
243
+
244
+ // li {
245
+ // font-weight: 500;
246
+ // color: $primary-5;
247
+ // }
248
+ // }
249
+
250
+ // li {
251
+ // width: 20%;
252
+ // font-family: $font-paragraph;
253
+ // font-style: normal;
254
+ // font-weight: normal;
255
+ // font-size: 13px;
256
+ // line-height: 16px;
257
+ // color: $primary-10;
258
+ // display: flex;
259
+ // align-items: center;
260
+
261
+ // &:last-child {
262
+ // justify-content: flex-end;
263
+ // }
264
+ // }
265
+ // }
266
+ // }
267
+
268
+ // .ac-certificate-info {
269
+ // padding: 10px 15px;
270
+ // background-color: $black-60;
271
+ // border-radius: 4px;
272
+
273
+ // .single-name-title {
274
+ // margin-bottom: 25px;
275
+ // width: calc(100% - 140px);
276
+
277
+ // &.has-single-button {
278
+ // width: calc(100% - 50px);
279
+ // }
280
+
281
+ // &:last-child {
282
+ // margin-bottom: 0;
283
+ // }
284
+
285
+ // label:not(.wizard-title) {
286
+ // font-family: $font-paragraph;
287
+ // font-style: normal;
288
+ // font-weight: normal;
289
+ // font-size: 13px;
290
+ // line-height: 18px;
291
+ // display: block;
292
+ // color: $primary-10;
293
+ // margin-bottom: 5px;
294
+ // }
295
+ // }
296
+
297
+ // .wizard-title,
298
+ // .wizard-title.has-line {
299
+ // span {
300
+ // background-color: $primary-10;
301
+ // }
302
+ // }
303
+
304
+ // button.button.ac-button.is-square.is-white {
305
+ // background-color: $white-100;
306
+
307
+ // &:hover {
308
+ // background-color: $primary-90;
309
+ // }
310
+ // }
311
+
312
+ // .line-title {
313
+ // span {
314
+ // background-color: $black-60;
315
+ // }
316
+ // }
317
+ // }
318
+
319
+ // .ac-unordered-list-items {
320
+ // li {
321
+ // display: flex;
322
+ // align-items: center;
323
+ // margin-bottom: 10px;
324
+
325
+ // &:last-child {
326
+ // margin-bottom: 0;
327
+ // }
328
+
329
+ // strong {
330
+ // font-family: $font-paragraph;
331
+ // font-style: normal;
332
+ // font-weight: 500;
333
+ // font-size: 13px;
334
+ // line-height: 16px;
335
+ // display: flex;
336
+ // align-items: center;
337
+
338
+ // /* Gray 1 */
339
+
340
+ // color: $primary-10;
341
+ // }
342
+ // }
343
+ // }
620
344
 
621
345
  // certificate section end
622
346
 
623
347
  // wizard title start
624
- h1,
625
- h2,
626
- h3,
627
- h4,
628
- h5,
629
- h6,
630
- label {
631
- &.wizard-title {
632
- margin-bottom: 15px;
633
- position: relative;
634
- z-index: 1;
635
- display: inline-block;
636
-
637
- &.has-line {
638
- position: relative;
639
- z-index: 1;
640
- display: block;
641
-
642
- span {
643
- background-color: $ac-white;
644
- padding-right: 8px;
645
- }
646
-
647
- &:after {
648
- position: absolute;
649
- content: "";
650
- left: 0;
651
- top: 50%;
652
- margin-top: -0.5px;
653
- width: 100%;
654
- height: 1px;
655
- background-color: $ac-blue-light;
656
- z-index: -1;
657
- }
658
- }
659
-
660
- span.inline-description {
661
- font-family: $ac-family-paragraph;
662
- font-style: normal;
663
- font-weight: normal;
664
- font-size: $font-size-extra-small;
665
- line-height: 160%;
666
- color: $ac-color-text;
667
- transform: translate(5px, -2px);
668
- display: inline-block;
669
- }
670
-
671
- .is-required {
672
- display: inline-block;
673
- width: 10px;
674
- text-align: center;
675
- line-height: 4px;
676
- transform: translateY(-3px);
677
- }
678
-
679
- .button {
680
- &.is-information {
681
- background-color: transparent;
682
- padding: 0;
683
- height: auto;
684
- padding: 4px;
685
- border: none;
686
- z-index: 99;
687
- height: 30px;
688
- width: 30px;
689
- margin-top: -4px;
690
-
691
- &:focus {
692
- box-shadow: none;
693
- box-shadow: none;
694
- background-color: #cbe3f8;
695
- border-radius: 50%;
696
- }
697
- }
698
- }
699
- }
700
- }
701
-
702
- button {
703
- &.is-information {
704
- padding: 4px;
705
- height: 30px;
706
- width: 30px;
707
- margin-left: 5px;
708
- margin-top: -4px;
709
-
710
- &:focus {
711
- border: none;
712
- box-shadow: none;
713
- background-color: #cbe3f8;
714
- border-radius: 50%;
715
- }
716
- }
717
- }
718
-
719
- h5 {
720
- &.wizard-title {
721
- color: $ac-color-text;
722
-
723
- .is-required {
724
- transform: translateY(-2px);
725
- }
726
- }
727
- }
348
+ // h1,
349
+ // h2,
350
+ // h3,
351
+ // h4,
352
+ // h5,
353
+ // h6,
354
+ // label {
355
+ // &.wizard-title {
356
+ // margin-bottom: 15px;
357
+ // position: relative;
358
+ // z-index: 1;
359
+ // display: inline-block;
360
+
361
+ // &.has-line {
362
+ // position: relative;
363
+ // z-index: 1;
364
+ // display: block;
365
+
366
+ // span {
367
+ // background-color: $white-100;
368
+ // padding-right: 8px;
369
+ // }
370
+
371
+ // &:after {
372
+ // position: absolute;
373
+ // content: "";
374
+ // left: 0;
375
+ // top: 50%;
376
+ // margin-top: -0.5px;
377
+ // width: 100%;
378
+ // height: 1px;
379
+ // background-color: $info-light;
380
+ // z-index: -1;
381
+ // }
382
+ // }
383
+
384
+ // span.inline-description {
385
+ // font-family: $font-paragraph;
386
+ // font-style: normal;
387
+ // font-weight: normal;
388
+ // font-size: 12px;
389
+ // line-height: 160%;
390
+ // color: $primary-10;
391
+ // transform: translate(5px, -2px);
392
+ // display: inline-block;
393
+ // }
394
+
395
+ // .is-required {
396
+ // display: inline-block;
397
+ // width: 10px;
398
+ // text-align: center;
399
+ // line-height: 4px;
400
+ // transform: translateY(-3px);
401
+ // }
402
+
403
+ // .button {
404
+ // &.is-information {
405
+ // background-color: transparent;
406
+ // padding: 0;
407
+ // height: auto;
408
+ // padding: 4px;
409
+ // border: none;
410
+ // z-index: 99;
411
+ // height: 30px;
412
+ // width: 30px;
413
+ // margin-top: -4px;
414
+
415
+ // &:focus {
416
+ // box-shadow: none;
417
+ // box-shadow: none;
418
+ // background-color: #cbe3f8;
419
+ // border-radius: 50%;
420
+ // }
421
+ // }
422
+ // }
423
+ // }
424
+ // }
425
+
426
+ // button {
427
+ // &.is-information {
428
+ // padding: 4px;
429
+ // height: 30px;
430
+ // width: 30px;
431
+ // margin-left: 5px;
432
+ // margin-top: -4px;
433
+
434
+ // &:focus {
435
+ // border: none;
436
+ // box-shadow: none;
437
+ // background-color: #cbe3f8;
438
+ // border-radius: 50%;
439
+ // }
440
+ // }
441
+ // }
442
+
443
+ // h5 {
444
+ // &.wizard-title {
445
+ // color: $primary-10;
446
+
447
+ // .is-required {
448
+ // transform: translateY(-2px);
449
+ // }
450
+ // }
451
+ // }
728
452
 
729
453
  // wizard title end
730
454
 
731
455
  // checkbox card start
732
- .card-checkbox {
733
- width: 358px;
734
- height: 115px;
735
- border: 1px solid $ac-label-text;
736
- }
456
+ // .card-checkbox {
457
+ // width: 358px;
458
+ // height: 115px;
459
+ // border: 1px solid $primary-10;
460
+ // }
737
461
 
738
462
  // checkbox card end
739
463
 
740
464
  // card radio box start
741
- .multiple-radio {
742
- height: auto;
743
-
744
- h5 {
745
- margin-bottom: 10px;
746
- font-family: $ac-family-paragraph;
747
- font-style: normal;
748
- font-weight: 500;
749
- color: $ac-color-heading;
750
- }
751
- }
465
+ // .multiple-radio {
466
+ // height: auto;
467
+
468
+ // h5 {
469
+ // margin-bottom: 10px;
470
+ // font-family: $font-paragraph;
471
+ // font-style: normal;
472
+ // font-weight: 500;
473
+ // color: $primary-5;
474
+ // }
475
+ // }
752
476
 
753
477
  // card radio box end
754
478
 
755
479
  // Wizard Notification Area Start
756
- .wizard-notification-area {
757
- background-color: $ac-gray-lightest;
758
- border-radius: 10px;
759
- padding: 10px;
760
- width: 100%;
761
-
762
- p {
763
- font-family: $ac-family-paragraph;
764
- font-style: normal;
765
- font-size: $font-size-small;
766
- line-height: 18px;
767
- color: $ac-white;
768
- font-weight: 400;
769
-
770
- b {
771
- font-weight: 500;
772
-
773
- &.star-dots {
774
- font-family: $ac-family-paragraph;
775
- font-style: normal;
776
- font-weight: bold;
777
- font-size: 20px;
778
- line-height: 23px;
779
- letter-spacing: 8px;
780
- color: $ac-white;
781
- margin-top: 10px;
782
- display: block;
783
- }
784
- }
785
- }
786
- }
480
+ // .wizard-notification-area {
481
+ // background-color: $black-80;
482
+ // border-radius: 10px;
483
+ // padding: 10px;
484
+ // width: 100%;
485
+
486
+ // p {
487
+ // font-family: $font-paragraph;
488
+ // font-style: normal;
489
+ // font-size: 13px;
490
+ // line-height: 18px;
491
+ // color: $white-100;
492
+ // font-weight: 400;
493
+
494
+ // b {
495
+ // font-weight: 500;
496
+
497
+ // &.star-dots {
498
+ // font-family: $font-paragraph;
499
+ // font-style: normal;
500
+ // font-weight: bold;
501
+ // font-size: 20px;
502
+ // line-height: 23px;
503
+ // letter-spacing: 8px;
504
+ // color: $white-100;
505
+ // margin-top: 10px;
506
+ // display: block;
507
+ // }
508
+ // }
509
+ // }
510
+ // }
787
511
 
788
512
  // Wizard Notification Area end
789
513
 
790
514
  // inline input start
791
- .ac-inline-input {
792
- &.are-width-100 {
793
- .ac-counter {
794
- width: 100px;
795
- }
796
- }
797
-
798
- .ac-counter {
799
- border: 1px solid $ac-white-light;
800
- padding: 10px 5px;
801
- height: 40px;
802
- width: 60px;
803
- background-color: transparent;
804
- border-radius: 4px;
805
- text-align: center;
806
- font-family: $ac-family-paragraph;
807
- font-weight: 500;
808
- font-size: $font-size-small;
809
- line-height: 19px;
810
- color: $ac-color-text;
811
- margin: 0 10px 10px 0;
812
-
813
- &:focus {
814
- outline: none;
815
- border: 1px solid $ac-primary;
816
- }
817
-
818
- &.is-selected {
819
- border: 1px solid $ac-primary;
820
- background-color: $ac-primary;
821
- color: $ac-white;
822
- }
823
- }
824
- }
515
+ // .ac-inline-input {
516
+ // &.are-width-100 {
517
+ // .ac-counter {
518
+ // width: 100px;
519
+ // }
520
+ // }
521
+
522
+ // .ac-counter {
523
+ // border: 1px solid $primary-90;
524
+ // padding: 10px 5px;
525
+ // height: 40px;
526
+ // width: 60px;
527
+ // background-color: transparent;
528
+ // border-radius: 4px;
529
+ // text-align: center;
530
+ // font-family: $font-paragraph;
531
+ // font-weight: 500;
532
+ // font-size: 13px;
533
+ // line-height: 19px;
534
+ // color: $primary-10;
535
+ // margin: 0 10px 10px 0;
536
+
537
+ // &:focus {
538
+ // outline: none;
539
+ // border: 1px solid $primary;
540
+ // }
541
+
542
+ // &.is-selected {
543
+ // border: 1px solid $primary;
544
+ // background-color: $primary;
545
+ // color: $white-100;
546
+ // }
547
+ // }
548
+ // }
825
549
 
826
550
  // inline input end
827
551
 
828
552
  // dark theme start
829
- .is-dark-theme {
830
- h6.wizard-title.has-line:after {
831
- --ac-blue-light: $ac-color-value;
832
- }
833
-
834
- .ac-certificate-info {
835
- --ac-bg-light-gray: var(--dark-bg-light);
836
- }
837
- }
553
+ // .is-dark-theme {
554
+ // h6.wizard-title.has-line:after {
555
+ // --ac-blue-light: $primary-20;
556
+ // }
557
+
558
+ // .ac-certificate-info {
559
+ // --ac-bg-light-gray: var(--dark-bg-light);
560
+ // }
561
+ // }
562
+
838
563
  // dark theme end
839
564
  /****************************************
840
565
  Responsive Classes