dashboard-shell-shell 3.0.5-test.6 → 3.0.5-test.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.
Files changed (353) hide show
  1. package/assets/brand/csp/favicon.png +0 -0
  2. package/assets/brand/harvester/favicon.png +0 -0
  3. package/assets/brand/suse/favicon.png +0 -0
  4. package/assets/icons/demo.css +539 -0
  5. package/assets/icons/demo.css:Zone.Identifier +0 -0
  6. package/assets/icons/demo_index.html +1131 -0
  7. package/assets/icons/demo_index.html:Zone.Identifier +0 -0
  8. package/assets/icons/iconfont.css +219 -0
  9. package/assets/icons/iconfont.css:Zone.Identifier +0 -0
  10. package/assets/icons/iconfont.js +1 -0
  11. package/assets/icons/iconfont.js:Zone.Identifier +0 -0
  12. package/assets/icons/iconfont.json +324 -0
  13. package/assets/icons/iconfont.json:Zone.Identifier +0 -0
  14. package/assets/icons/iconfont.ttf +0 -0
  15. package/assets/icons/iconfont.ttf:Zone.Identifier +0 -0
  16. package/assets/icons/iconfont.woff +0 -0
  17. package/assets/icons/iconfont.woff2 +0 -0
  18. package/assets/icons/iconfont.woff2:Zone.Identifier +0 -0
  19. package/assets/icons/iconfont.woff:Zone.Identifier +0 -0
  20. package/assets/iconsNew/demo.css +539 -0
  21. package/assets/iconsNew/demo.css:Zone.Identifier +0 -0
  22. package/assets/iconsNew/demo_index.html +303 -0
  23. package/assets/iconsNew/demo_index.html:Zone.Identifier +0 -0
  24. package/assets/iconsNew/iconfont.css +43 -0
  25. package/assets/iconsNew/iconfont.css:Zone.Identifier +0 -0
  26. package/assets/iconsNew/iconfont.js +1 -0
  27. package/assets/iconsNew/iconfont.js:Zone.Identifier +0 -0
  28. package/assets/iconsNew/iconfont.json +44 -0
  29. package/assets/iconsNew/iconfont.json:Zone.Identifier +0 -0
  30. package/assets/iconsNew/iconfont.ttf +0 -0
  31. package/assets/iconsNew/iconfont.ttf:Zone.Identifier +0 -0
  32. package/assets/iconsNew/iconfont.woff +0 -0
  33. package/assets/iconsNew/iconfont.woff2 +0 -0
  34. package/assets/iconsNew/iconfont.woff2:Zone.Identifier +0 -0
  35. package/assets/iconsNew/iconfont.woff:Zone.Identifier +0 -0
  36. package/assets/images/API.svg +3 -0
  37. package/assets/images/action.svg +6 -0
  38. package/assets/images/login/password.svg +20 -0
  39. package/assets/images/login/user.svg +6 -0
  40. package/assets/images/login-bg.png +0 -0
  41. package/assets/images/login-left.png +0 -0
  42. package/assets/images/login-logo.svg +44 -0
  43. package/assets/images/logo.png +0 -0
  44. package/assets/images/logo.svg +47 -0
  45. package/assets/images/pl/dark/logo.png +0 -0
  46. package/assets/images/pl/half-logo.svg +2 -23
  47. package/assets/images/pl/harvester.png +0 -0
  48. package/assets/images/pl/logo.png +0 -0
  49. package/assets/images/promp-yellow.svg +5 -0
  50. package/assets/images/user.png +0 -0
  51. package/assets/styles/all.scss +83 -0
  52. package/assets/styles/app.scss +5 -0
  53. package/assets/styles/base/_basic.scss +2 -2
  54. package/assets/styles/base/_helpers.scss +1 -1
  55. package/assets/styles/base/_mixins.scss +1 -1
  56. package/assets/styles/base/_typography.scss +2 -1
  57. package/assets/styles/base/_variables.scss +14 -7
  58. package/assets/styles/fonts/_icons.scss +3 -2
  59. package/assets/styles/global/_button.scss +44 -26
  60. package/assets/styles/global/_columns.scss +3 -1
  61. package/assets/styles/global/_form.scss +46 -13
  62. package/assets/styles/global/_labeled-input.scss +54 -26
  63. package/assets/styles/global/_layout.scss +8 -3
  64. package/assets/styles/global/_select.scss +25 -17
  65. package/assets/styles/global/_table.scss +7 -1
  66. package/assets/styles/global/_tooltip.scss +60 -8
  67. package/assets/styles/themes/_dark.scss +3 -0
  68. package/assets/styles/themes/_light.scss +69 -46
  69. package/assets/styles/vendor/vue-select.scss +24 -10
  70. package/assets/translations/en-us.yaml +92 -4
  71. package/assets/translations/zh-hans.yaml +668 -206
  72. package/components/ActionDropdown.vue +2 -1
  73. package/components/ActionMenu.vue +2 -2
  74. package/components/ActionMenuShell.vue +2 -0
  75. package/components/AppModal.vue +46 -5
  76. package/components/BrandImage.vue +1 -0
  77. package/components/ButtonDropdown.vue +28 -4
  78. package/components/ButtonMultiAction.vue +1 -0
  79. package/components/ClusterIconMenu.vue +2 -2
  80. package/components/CodeMirror.vue +26 -10
  81. package/components/ConsumptionGauge.vue +24 -5
  82. package/components/ContainerResourceLimit.vue +2 -2
  83. package/components/CopyToClipboard.vue +15 -0
  84. package/components/CruResource.vue +12 -10
  85. package/components/CruResourceFooter.vue +2 -2
  86. package/components/DashboardOptions.vue +29 -17
  87. package/components/DotState.vue +84 -0
  88. package/components/Drawer/Chrome.vue +2 -2
  89. package/components/Drawer/ResourceDetailDrawer/ConfigTab.vue +30 -27
  90. package/components/Drawer/ResourceDetailDrawer/YamlTab.vue +1 -1
  91. package/components/Drawer/ResourceDetailDrawer/index.vue +5 -4
  92. package/components/ExplorerMembers.vue +28 -4
  93. package/components/ExplorerProjectsNamespaces.vue +19 -5
  94. package/components/GlobalRoleBindings.vue +23 -4
  95. package/components/GrafanaDashboard.vue +4 -4
  96. package/components/GrowlManager.vue +3 -1
  97. package/components/HardwareResourceGauge.vue +39 -3
  98. package/components/IndentedPanel.vue +4 -10
  99. package/components/InfoBox.vue +3 -3
  100. package/components/InputOrDisplay.vue +28 -2
  101. package/components/LabelValue.vue +20 -1
  102. package/components/ModalWithCard.vue +12 -3
  103. package/components/PodSecurityAdmission.vue +2 -2
  104. package/components/PromptModal.vue +1 -1
  105. package/components/PromptRemove.vue +53 -12
  106. package/components/RelatedResources.vue +3 -0
  107. package/components/Resource/Detail/Metadata/IdentifyingInformation/index.vue +1 -3
  108. package/components/Resource/Detail/Metadata/KeyValue.vue +8 -4
  109. package/components/Resource/Detail/Metadata/index.vue +3 -1
  110. package/components/Resource/Detail/TitleBar/Title.vue +4 -3
  111. package/components/Resource/Detail/TitleBar/Top.vue +2 -0
  112. package/components/Resource/Detail/TitleBar/composables.ts +16 -1
  113. package/components/Resource/Detail/TitleBar/index.vue +125 -27
  114. package/components/ResourceDetail/Masthead/index.vue +1 -1
  115. package/components/ResourceDetail/Masthead/latest.vue +1 -1
  116. package/components/ResourceDetail/Masthead/legacy.vue +183 -39
  117. package/components/ResourceDetail/legacy.vue +47 -29
  118. package/components/ResourceList/Masthead.vue +222 -54
  119. package/components/ResourceList/ResourceLoadingIndicator.vue +5 -2
  120. package/components/ResourceTable.vue +40 -2
  121. package/components/SideNav.vue +74 -20
  122. package/components/SingleClusterInfo.vue +2 -1
  123. package/components/SortableTable/THead.vue +79 -4
  124. package/components/SortableTable/index.vue +1053 -464
  125. package/components/SortableTable/paging.js +26 -16
  126. package/components/SortableTable/selection.js +2 -2
  127. package/components/Tabbed/Tab.vue +3 -3
  128. package/components/Tabbed/index.vue +53 -30
  129. package/components/YamlEditor.vue +0 -1
  130. package/components/auth/Principal.vue +51 -19
  131. package/components/auth/RoleDetailEdit.vue +69 -14
  132. package/components/auth/SelectPrincipal.vue +1 -0
  133. package/components/breadcrumb/index.vue +119 -0
  134. package/components/form/ArrayList.vue +177 -152
  135. package/components/form/ArrayListGrouped.vue +13 -3
  136. package/components/form/ArrayListSelect.vue +1 -1
  137. package/components/form/BannerSettings.vue +64 -59
  138. package/components/form/ChangePassword.vue +5 -5
  139. package/components/form/ClusterAppearance.vue +4 -3
  140. package/components/form/ColorInput.vue +32 -8
  141. package/components/form/Command.vue +4 -5
  142. package/components/form/Conditions.vue +15 -1
  143. package/components/form/Footer.vue +12 -8
  144. package/components/form/HealthCheck.vue +0 -2
  145. package/components/form/HookOption.vue +87 -58
  146. package/components/form/InputWithSelect.vue +8 -4
  147. package/components/form/KeyValue.vue +66 -8
  148. package/components/form/LabeledSelect.vue +216 -242
  149. package/components/form/Labels.vue +4 -4
  150. package/components/form/MatchExpressions.vue +28 -11
  151. package/components/form/Members/ClusterMembershipEditor.vue +1 -1
  152. package/components/form/Members/ClusterPermissionsEditor.vue +61 -43
  153. package/components/form/Members/MembershipEditor.vue +4 -4
  154. package/components/form/Members/ProjectMembershipEditor.vue +1 -1
  155. package/components/form/NameNsDescription.vue +62 -22
  156. package/components/form/Networking.vue +6 -9
  157. package/components/form/NodeAffinity.vue +29 -28
  158. package/components/form/Password.vue +16 -7
  159. package/components/form/PodAffinity.vue +24 -25
  160. package/components/form/Probe.vue +15 -11
  161. package/components/form/ProjectMemberEditor.vue +66 -48
  162. package/components/form/ResourceQuota/Namespace.vue +4 -4
  163. package/components/form/ResourceQuota/NamespaceRow.vue +26 -23
  164. package/components/form/ResourceQuota/Project.vue +4 -4
  165. package/components/form/ResourceQuota/ProjectRow.vue +38 -35
  166. package/components/form/ResourceSelector.vue +1 -1
  167. package/components/form/SecretSelector.vue +24 -23
  168. package/components/form/Security.vue +1 -3
  169. package/components/form/Select.vue +12 -3
  170. package/components/form/ServiceNameSelect.vue +2 -5
  171. package/components/form/ServicePorts.vue +149 -75
  172. package/components/form/SimpleSecretSelector.vue +29 -9
  173. package/components/form/Taints.vue +2 -1
  174. package/components/form/Tolerations.vue +13 -9
  175. package/components/form/UnitInput.vue +8 -3
  176. package/components/form/ValueFromResource.vue +110 -96
  177. package/components/form/WorkloadPorts.vue +143 -123
  178. package/components/formatter/BadgeStateFormatter.vue +8 -5
  179. package/components/formatter/LiveDate.vue +3 -3
  180. package/components/formatter/WorkloadHealthScale.vue +4 -3
  181. package/components/nav/Favorite.vue +5 -1
  182. package/components/nav/Group.vue +139 -99
  183. package/components/nav/Header.vue +138 -164
  184. package/components/nav/HeaderPageActionMenu.vue +1 -0
  185. package/components/nav/NamespaceFilter.vue +34 -36
  186. package/components/nav/TopLevelMenu.vue +62 -25
  187. package/components/nav/Type.vue +73 -43
  188. package/composables/useClickOutside.ts +1 -1
  189. package/config/menuRouteMap.js +10 -0
  190. package/config/private-label.js +14 -11
  191. package/config/product/auth.js +17 -7
  192. package/config/product/explorer.js +32 -10
  193. package/config/product/manager.js +28 -17
  194. package/config/product/settings.js +19 -9
  195. package/config/product/uiplugins.js +13 -10
  196. package/config/router/navigation-guards/index.js +61 -3
  197. package/config/settings.ts +28 -0
  198. package/config/table-headers.js +3 -2
  199. package/detail/node.vue +28 -23
  200. package/dialog/AddCustomBadgeDialog.vue +17 -9
  201. package/dialog/ForceMachineRemoveDialog.vue +2 -2
  202. package/dialog/RollbackWorkloadDialog.vue +1 -1
  203. package/dialog/ScalePoolDownDialog.vue +2 -2
  204. package/edit/autoscaling.horizontalpodautoscaler/external-metric.vue +1 -1
  205. package/edit/autoscaling.horizontalpodautoscaler/hpa-scaling-rule.vue +9 -6
  206. package/edit/autoscaling.horizontalpodautoscaler/index.vue +3 -1
  207. package/edit/autoscaling.horizontalpodautoscaler/metric-identifier.vue +2 -2
  208. package/edit/autoscaling.horizontalpodautoscaler/metric-object-reference.vue +7 -5
  209. package/edit/autoscaling.horizontalpodautoscaler/metric-target.vue +5 -3
  210. package/edit/autoscaling.horizontalpodautoscaler/metrics-row.vue +2 -2
  211. package/edit/autoscaling.horizontalpodautoscaler/object-metric.vue +2 -2
  212. package/edit/autoscaling.horizontalpodautoscaler/pod-metric.vue +1 -1
  213. package/edit/autoscaling.horizontalpodautoscaler/resource-metric.vue +2 -2
  214. package/edit/configmap.vue +4 -0
  215. package/edit/logging-flow/index.vue +1 -2
  216. package/edit/logging.banzaicloud.io.output/providers/awsElasticsearch.vue +3 -3
  217. package/edit/logging.banzaicloud.io.output/providers/azurestorage.vue +19 -19
  218. package/edit/logging.banzaicloud.io.output/providers/cloudwatch.vue +23 -23
  219. package/edit/logging.banzaicloud.io.output/providers/datadog.vue +19 -19
  220. package/edit/logging.banzaicloud.io.output/providers/elasticsearch.vue +14 -14
  221. package/edit/logging.banzaicloud.io.output/providers/forward.vue +12 -12
  222. package/edit/logging.banzaicloud.io.output/providers/gcs.vue +23 -23
  223. package/edit/logging.banzaicloud.io.output/providers/gelf.vue +6 -6
  224. package/edit/logging.banzaicloud.io.output/providers/kafka.vue +10 -10
  225. package/edit/logging.banzaicloud.io.output/providers/kinesisStream.vue +8 -8
  226. package/edit/logging.banzaicloud.io.output/providers/logdna.vue +17 -17
  227. package/edit/logging.banzaicloud.io.output/providers/logz.vue +7 -7
  228. package/edit/logging.banzaicloud.io.output/providers/loki.vue +12 -12
  229. package/edit/logging.banzaicloud.io.output/providers/newrelic.vue +3 -3
  230. package/edit/logging.banzaicloud.io.output/providers/opensearch.vue +14 -14
  231. package/edit/logging.banzaicloud.io.output/providers/redis.vue +6 -6
  232. package/edit/logging.banzaicloud.io.output/providers/s3.vue +23 -23
  233. package/edit/logging.banzaicloud.io.output/providers/splunkHec.vue +13 -13
  234. package/edit/logging.banzaicloud.io.output/providers/sumologic.vue +2 -2
  235. package/edit/logging.banzaicloud.io.output/providers/syslog.vue +54 -54
  236. package/edit/management.cattle.io.user.vue +17 -4
  237. package/edit/monitoring.coreos.com.alertmanagerconfig/auth.vue +19 -19
  238. package/edit/monitoring.coreos.com.alertmanagerconfig/receiverConfig.vue +50 -26
  239. package/edit/monitoring.coreos.com.alertmanagerconfig/routeConfig.vue +36 -12
  240. package/edit/monitoring.coreos.com.alertmanagerconfig/types/dingding.vue +32 -0
  241. package/edit/monitoring.coreos.com.alertmanagerconfig/types/email.vue +6 -6
  242. package/edit/monitoring.coreos.com.alertmanagerconfig/types/message.vue +52 -0
  243. package/edit/monitoring.coreos.com.alertmanagerconfig/types/opsgenie.vue +10 -10
  244. package/edit/monitoring.coreos.com.alertmanagerconfig/types/pagerduty.vue +4 -4
  245. package/edit/monitoring.coreos.com.alertmanagerconfig/types/slack.vue +4 -4
  246. package/edit/monitoring.coreos.com.alertmanagerconfig/types/snmp.vue +45 -0
  247. package/edit/monitoring.coreos.com.alertmanagerconfig/types/webhook.vue +1 -1
  248. package/edit/monitoring.coreos.com.alertmanagerconfig/types/work.vue +31 -0
  249. package/edit/monitoring.coreos.com.receiver/types/email.vue +6 -6
  250. package/edit/monitoring.coreos.com.receiver/types/opsgenie.vue +10 -10
  251. package/edit/monitoring.coreos.com.receiver/types/pagerduty.vue +5 -5
  252. package/edit/monitoring.coreos.com.receiver/types/slack.vue +4 -4
  253. package/edit/namespace.vue +1 -2
  254. package/edit/networking.k8s.io.ingress/Certificate.vue +14 -5
  255. package/edit/networking.k8s.io.ingress/DefaultBackend.vue +2 -2
  256. package/edit/networking.k8s.io.ingress/Rule.vue +5 -11
  257. package/edit/networking.k8s.io.ingress/RulePath.vue +105 -96
  258. package/edit/networking.k8s.io.networkpolicy/PolicyRule.vue +3 -3
  259. package/edit/networking.k8s.io.networkpolicy/PolicyRulePort.vue +4 -2
  260. package/edit/networking.k8s.io.networkpolicy/PolicyRuleTarget.vue +12 -11
  261. package/edit/networking.k8s.io.networkpolicy/index.vue +1 -1
  262. package/edit/persistentvolume/index.vue +3 -1
  263. package/edit/persistentvolumeclaim.vue +2 -0
  264. package/edit/provisioning.cattle.io.cluster/tabs/Basics.vue +1 -1
  265. package/edit/secret/index.vue +2 -2
  266. package/edit/service.vue +4 -1
  267. package/edit/storage.k8s.io.storageclass/index.vue +10 -8
  268. package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/aws-ebs.vue +34 -27
  269. package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/gce-pd.vue +15 -13
  270. package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/vsphere-volume.vue +41 -39
  271. package/edit/token.vue +31 -12
  272. package/edit/workload/Job.vue +31 -34
  273. package/edit/workload/Upgrading.vue +5 -5
  274. package/edit/workload/index.vue +22 -18
  275. package/edit/workload/storage/Mount.vue +1 -0
  276. package/edit/workload/storage/awsElasticBlockStore.vue +9 -7
  277. package/edit/workload/storage/azureDisk.vue +14 -10
  278. package/edit/workload/storage/azureFile.vue +9 -7
  279. package/edit/workload/storage/csi/index.vue +6 -9
  280. package/edit/workload/storage/emptyDir.vue +7 -5
  281. package/edit/workload/storage/gcePersistentDisk.vue +9 -7
  282. package/edit/workload/storage/hostPath.vue +7 -5
  283. package/edit/workload/storage/nfs.vue +8 -6
  284. package/edit/workload/storage/persistentVolumeClaim/index.vue +12 -10
  285. package/edit/workload/storage/persistentVolumeClaim/persistentvolumeclaim.vue +20 -15
  286. package/edit/workload/storage/secret.vue +9 -6
  287. package/edit/workload/storage/vsphereVolume.vue +11 -7
  288. package/initialize/app-extended.js +7 -1
  289. package/list/management.cattle.io.podsecurityadmissionconfigurationtemplate.vue +8 -6
  290. package/list/management.cattle.io.setting.vue +22 -13
  291. package/list/management.cattle.io.user.vue +7 -3
  292. package/list/namespace.vue +3 -0
  293. package/list/provisioning.cattle.io.cluster.vue +6 -7
  294. package/mixins/brand.js +17 -0
  295. package/mixins/create-edit-view/impl.js +10 -0
  296. package/models/provisioning.cattle.io.cluster.js +19 -18
  297. package/models/workload.js +2 -2
  298. package/package.json +1 -1
  299. package/pages/account/index.vue +93 -58
  300. package/pages/account/pri.vue +229 -0
  301. package/pages/auth/login.vue +216 -51
  302. package/pages/auth/setup.vue +175 -33
  303. package/pages/c/_cluster/_product/namespaces.vue +5 -5
  304. package/pages/c/_cluster/auth/roles/index.vue +83 -8
  305. package/pages/c/_cluster/explorer/ConfigBadge.vue +1 -1
  306. package/pages/c/_cluster/explorer/index.vue +2 -1
  307. package/pages/c/_cluster/explorer/tools/index.vue +6 -6
  308. package/pages/c/_cluster/monitoring/monitor/index.vue +2 -2
  309. package/pages/c/_cluster/settings/banners.vue +174 -102
  310. package/pages/c/_cluster/settings/brand.vue +350 -302
  311. package/pages/c/_cluster/settings/performance.vue +61 -38
  312. package/pages/home.vue +119 -37
  313. package/pages/prefs.vue +27 -25
  314. package/pkg/tsconfig.json +9 -9
  315. package/pkg/vue.config.js +1 -1
  316. package/plugins/dashboard-store/actions.js +1 -1
  317. package/plugins/dashboard-store/resource-class.js +28 -27
  318. package/promptRemove/mixin/roleDeletionCheck.js +2 -2
  319. package/public/index.html +4 -4
  320. package/rancher-components/BadgeState/BadgeState.vue +38 -55
  321. package/rancher-components/Banner/Banner.vue +25 -9
  322. package/rancher-components/Card/Card.vue +7 -8
  323. package/rancher-components/Form/Checkbox/Checkbox.vue +4 -0
  324. package/rancher-components/Form/LabeledInput/LabeledInput.vue +42 -3
  325. package/rancher-components/Form/Radio/RadioButton.vue +35 -11
  326. package/rancher-components/Form/Radio/RadioGroup.vue +22 -6
  327. package/rancher-components/Form/TextArea/TextAreaAutoGrow.vue +3 -3
  328. package/rancher-components/Form/ToggleSwitch/ToggleSwitch.vue +1 -0
  329. package/rancher-components/LabeledTooltip/LabeledTooltip.vue +41 -4
  330. package/rancher-components/RcDropdown/RcDropdown.vue +35 -7
  331. package/rancher-components/RcDropdown/RcDropdownItem.vue +2 -2
  332. package/rancher-components/RcDropdown/RcDropdownMenu.vue +12 -6
  333. package/rancher-components/RcDropdown/types.ts +1 -0
  334. package/rancher-components/StringList/StringList.vue +1 -1
  335. package/scripts/build-pkg.sh +18 -23
  336. package/scripts/publish-shell.sh +1 -1
  337. package/static/favicon.ico +0 -0
  338. package/static/favicon.png +0 -0
  339. package/static/loading-indicator.html +3 -3
  340. package/store/i18n.js +6 -2
  341. package/store/modal.ts +3 -3
  342. package/store/prefs.js +11 -4
  343. package/store/type-map.js +30 -2
  344. package/types/shell/index.d.ts +86 -97
  345. package/utils/error.js +109 -8
  346. package/utils/errorTranslate.json +1740 -0
  347. package/utils/errorTranslateNew.json +39 -0
  348. package/utils/roleFiltering.js +33 -0
  349. package/utils/router.js +21 -0
  350. package/utils/select.js +26 -3
  351. package/utils/string.js +8 -5
  352. package/utils/title.ts +1 -1
  353. package/vue.config.js +1 -1
@@ -1,23 +1,2 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 24.1.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 89.6399918 80.5510254" style="enable-background:new 0 0 89.6399918 80.5510254;" xml:space="preserve">
5
- <style type="text/css">
6
- .st0{fill:#FFFFFF;}
7
- </style>
8
- <g>
9
- <path class="st0" d="M63.2230225,8.25H45.4490356c-0.1480103,0-0.3010254,0-0.4490356,0H26.6990356
10
- c-0.2260132,0-0.4490356,0-0.6010132,0.0740356V6.6019897C26.0980225,3,25.1990356,0,24.0740356,0
11
- S21.5980225,2.9260254,21,6.5230103l-1.875,11.1760254c-0.6019897,3.6019897,1.875,6.5279541,5.5510254,6.5279541H35.625
12
- c1.125,0,2.1760254-0.1529541,3.1480103-0.4539795c-0.375,1.875-1.9489746,3.3010254-3.9719849,3.3010254h-15.375
13
- c-2.4769897,0-4.3519897-2.25-3.9769897-4.7220459l1.5739746-9.375C17.3980103,10.5,15.5230103,8.25,13.0510254,8.25H0v47.8519897
14
- h20.625c2.25,0,4.0510254,1.7960205,4.0510254,4.0460205V76.5c0,2.25,1.7969971,4.0510254,4.0469971,4.0510254h21.75
15
- c2.25,0,4.0499878-1.8010254,4.0499878-4.0510254V58.9490356H42.9730225c-3.5980225,0-6.5980225-3-6.5980225-6.5970459V41.0230103
16
- c0-2.1710205,1.0510254-4.0460205,2.625-5.25v13.5C39,52.875,42,55.875,45.5980225,55.875H63.375
17
- c3.5980225,0,6.5980225-3,6.5980225-6.6019897V14.9260254C69.8240356,11.1760254,66.8980103,8.25,63.2230225,8.25z"/>
18
- <path class="st0" d="M89.5510254,17.6990356l-1.875-11.1760254C87.0740356,2.9260254,85.6480103,0,84.5980225,0
19
- c-1.125,0-2.0239868,3-2.0239868,6.6019897v2.9210205c0,3.6019897-3,6.6019897-6.6010132,6.6019897h-2.9219971
20
- c-0.2269897,0-0.4530029,0-0.6019897,0v8.0230103c0.2269897,0,0.4489746,0,0.6019897,0h11.0230103
21
- C87.6760254,24.1480103,90.1480103,21.2269897,89.5510254,17.6990356z"/>
22
- </g>
23
- </svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="32px" height="32px" viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve" class=""><script xmlns=""/> <image id="image0" width="32" height="32" x="0" y="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAIGNIUk0AAHomAACAhAAA+gAAAIDo AAB1MAAA6mAAADqYAAAXcJy6UTwAAAGSUExURQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAMxmAPmXHfiaG/9VAAAAAAAAAAAAAAAAAPOXF/WYIvWaIfaaIvSYIu6Z EQAAAP//APaXHPWYIPWaIvWZIvWaIvWZIveYIf+eGP8AAPSXIPWaIvWaIvWaIvWZIvWZIfWWHeiL APSaIvSZIf+LF/WaIvWaIv+ZGvSZIvSaIv+AAPOXIPWZIvWaIfaYIP+ZAPSZIPWZIPSZIPWZI/Wa I/aaIfOYIPWZIf+AAPaaIvaZI/SZIvWXIfWYIPWZIvSZIvWYH/eZIfaZIfaaIvWZIt+AAPSZIfaa IvWaIfOXIPaXHfSaIfWaI/WaIvaZIfWZH/WaIvaaIvWZI/WaIvWaIvWZIvSYIfOSGPCHD/eZIfWa IvWaI/aaIvaaIP+VFQAAAAAAAAAAAAAAAPmaHvWaIfWaIfKaGwAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPWaI////xwk1LwAAACDdFJOUwCb9/7EIPj93i7dzFU5 HQUsJgNUy68IFoHe13IPBwEbaNT9/MpcFQFg0fj+9shOC9nBC9vDCtW9BGnSx1kKqGaO+/nXgaAC 2vPBe4bi2nx9xvXLCLz5sFhYuvv3rBnM/evt+sVeFRF64PrbbwzNW0EhK4N8JiJDXPrfKCrhovy9 HL6jAx1MpAAAAAFiS0dEhRXXaucAAAAHdElNRQfpCA4DCx42jYbpAAABHUlEQVQ4y2NgGBmAkYmZ ubm5mZmFFVmUlQUsyMzEyMDWDALsHJyo+ji52MESbAwgldw8vHwQcX4BQSEIi49XWARkCFiBqBhU n7iEpJS0DJQjKwoyAkmBnLyColJLi7KKqpo6NgVyGppa2i1AoK2jq4dNgb5BCwxoG2JTYGQMV9Bi gk2BqZk23ARzbAosLK2UIPLK1jbYFNja2TtIOmprOzm7WLq6YXODu4enl7ePr59/QGAQNgXBIVra oWHhEZFR2tEx6tgCKtY+zjE+IVE7KTklFWtIMjCkpWc4ZmZl52AEdW5efgFYzK2wqLgEHM4MpWXl ueDIqgDHKnNlFWp0V9cwgyUqGGqZmOtAoL4BWZ6vsQIE2NmaBjpB0wkAADZsgegw4PySAAAAJXRF WHRkYXRlOmNyZWF0ZQAyMDI1LTA4LTE0VDAzOjExOjI3KzAwOjAwCSfqsAAAACV0RVh0ZGF0ZTpt b2RpZnkAMjAyNS0wOC0xNFQwMzoxMToyNyswMDowMHh6UgwAAAAodEVYdGRhdGU6dGltZXN0YW1w ADIwMjUtMDgtMTRUMDM6MTE6MzArMDA6MDAmYk3DAAAAAElFTkSuQmCC"/>
2
+ <script xmlns=""/></svg>
Binary file
Binary file
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="normal_u801" transform="translate(0 -10)">
3
+ <path id="路径_23553" data-name="路径 23553" d="M4.98,1.341A9.782,9.782,0,0,1,10,0a9.782,9.782,0,0,1,5.019,1.341,9.955,9.955,0,0,1,3.64,3.639A9.782,9.782,0,0,1,20,10a9.782,9.782,0,0,1-1.341,5.019,9.956,9.956,0,0,1-3.639,3.639A9.782,9.782,0,0,1,10,20a9.782,9.782,0,0,1-5.02-1.341A9.955,9.955,0,0,1,1.341,15.02,9.782,9.782,0,0,1,0,10,9.782,9.782,0,0,1,1.341,4.98,9.955,9.955,0,0,1,4.98,1.341Zm6.569,15.2a.428.428,0,0,0,.117-.306V13.763a.428.428,0,0,0-.117-.306.38.38,0,0,0-.287-.124h-2.5a.445.445,0,0,0-.43.43v2.474a.445.445,0,0,0,.43.43h2.5a.38.38,0,0,0,.288-.124ZM11.5,11.986a.329.329,0,0,0,.137-.228l.234-8.086a.256.256,0,0,0-.13-.234.485.485,0,0,0-.312-.1H8.568a.485.485,0,0,0-.312.1.256.256,0,0,0-.13.234l.221,8.086a.282.282,0,0,0,.13.228.506.506,0,0,0,.313.1H11.2A.479.479,0,0,0,11.5,11.986Z" transform="translate(0 10)" fill="#ef9c3e"/>
4
+ </g>
5
+ </svg>
Binary file
@@ -0,0 +1,83 @@
1
+ /* Chrome, Edge, Safari */
2
+ input[type="password"]::-webkit-textfield-decoration-container,
3
+ input[type="password"]::-webkit-inner-spin-button,
4
+ input[type="password"]::-webkit-clear-button {
5
+ display: none !important;
6
+ }
7
+
8
+ /* Edge / IE */
9
+ input[type="password"]::-ms-reveal {
10
+ display: none !important;
11
+ }
12
+
13
+ /* Firefox */
14
+ input[type="password"]::-moz-reveal {
15
+ display: none !important;
16
+ }
17
+
18
+
19
+ .info-tab-title{
20
+ font-size: 14px;
21
+ line-height: 19px;
22
+ margin-bottom: 14px;
23
+ }
24
+
25
+ .required{
26
+ color: red;
27
+ }
28
+ .text-label{
29
+ width: 160px;
30
+ }
31
+ ul{
32
+ padding-left: 0px;
33
+ }
34
+ .basic-title{
35
+ font-size: 14px;
36
+ margin-bottom: 32px;
37
+ }
38
+ .basic-title-more-set{
39
+ margin-top: 32px;
40
+ }
41
+
42
+ .radio-group{
43
+ display: flex !important;
44
+ }
45
+
46
+ .clearFix{
47
+ font-size: 16px;
48
+ }
49
+
50
+ .name-td{
51
+ overflow:hidden;
52
+ text-overflow:ellipsis;
53
+ white-space:nowrap;
54
+ display: inline-block;
55
+ max-width: 180px;
56
+ A{
57
+ display: unset;
58
+ }
59
+ }
60
+
61
+ INPUT[type=number]:hover:not(.focused):not(:focus):not(.disabled):not(:disabled):not(.view){
62
+ padding: 0px 0px 0px 11px;
63
+ }
64
+ INPUT[type=number]:focus{
65
+ padding: 0px 0px 0px 11px !important;
66
+ }
67
+
68
+ .vs__dropdown-menu{
69
+ min-width: 100px !important;
70
+ }
71
+
72
+ .more{
73
+ margin-top: 32px;
74
+ }
75
+
76
+ :deep() .vs__actions:after {
77
+ // padding-top: 10px;
78
+ display: flex;
79
+ align-items: center;
80
+ }
81
+ .TEXTAREA{
82
+ border: solid var(--border-width) var(--input-border);
83
+ }
@@ -33,3 +33,8 @@
33
33
 
34
34
  @import "./vendor/vue-select";
35
35
  @import "./vendor/code-mirror";
36
+
37
+ @import './all.scss';
38
+ @import '../icons/iconfont.css';
39
+ @import '../iconsNew/iconfont.css';
40
+
@@ -98,8 +98,8 @@ A {
98
98
 
99
99
  &:hover,
100
100
  &:active {
101
- text-decoration: underline;
102
- color: var(--body-text);
101
+ text-decoration: none;
102
+ color: var(--link);
103
103
  }
104
104
 
105
105
  &:focus-visible {
@@ -30,7 +30,7 @@ $spacing-property-map: (
30
30
  }
31
31
 
32
32
  .spacer {
33
- padding: 40px 0 0 0;
33
+ padding: 20px 0 0 0;
34
34
  }
35
35
 
36
36
  .spacer-small {
@@ -159,5 +159,5 @@
159
159
  @mixin focus-outline {
160
160
  // Focus for form like elements (not to be confused with basic :focus style)
161
161
  // we need to use !important because it needs to superseed other classes that might impact outlines
162
- outline: 2px solid var(--primary-keyboard-focus);
162
+ // outline: 2px solid var(--primary-keyboard-focus);
163
163
  }
@@ -1,6 +1,6 @@
1
1
  HTML, BODY {
2
2
  font-family: $body-font;
3
- font-size: 14px;
3
+ font-size: 12px;
4
4
  }
5
5
 
6
6
  H1, H2, H3, H4, H5, H6 {
@@ -24,6 +24,7 @@ H3 {
24
24
 
25
25
  H4 {
26
26
  font-size: 16px;
27
+ margin: 0px;
27
28
  }
28
29
 
29
30
  H5 {
@@ -1,5 +1,7 @@
1
- $header-font: 'Poppins', sans-serif;
2
- $body-font: 'Lato', arial, helvetica, sans-serif;
1
+ // $header-font: 'Poppins', sans-serif;
2
+ $header-font: 'Microsoft YaHei';
3
+ // $body-font: 'Lato', arial, helvetica, sans-serif;
4
+ $body-font: 'Microsoft YaHei';
3
5
  $mono-font: 'Roboto Mono', monospace;
4
6
 
5
7
  $app-bar-collapsed-width: 70px;
@@ -10,9 +12,14 @@ $unlabeled-input-height: 40px;
10
12
  $unlabaled-select-padding: 3px 0;
11
13
  $footer-height: 60px;
12
14
 
15
+ $input-height: 30px;
16
+ $unlabeled-input-height: 30px;
17
+ $input-width: 400px;
18
+
19
+
13
20
  $input-padding-lg: 18px;
14
21
  $input-padding-sm: 10px;
15
- $input-line-height: 18px;
22
+ $input-line-height: 32px;
16
23
 
17
24
  $column-gutter: 1.75%;
18
25
 
@@ -32,13 +39,13 @@ $z-indexes: (
32
39
  // ---- Boundary for central content (in `<main>`)
33
40
 
34
41
  // This covers both relative and content modes of the loading indicator
35
- loading: 12,
42
+ loading: 16,
36
43
 
37
44
  // Users can click on shell in header and show shell even with most loading indicators showing,
38
45
  // so add it above them
39
- windowsManager: 13,
46
+ windowsManager: 17,
40
47
 
41
- mainHeader: 14,
48
+ mainHeader: 18,
42
49
 
43
50
  cruFooter: 19,
44
51
 
@@ -74,4 +81,4 @@ $font-size-h2: 21px;
74
81
  // Global spacing variables
75
82
  $space-s: 10px;
76
83
  $space-m: 20px;
77
- $space-l: 40px;
84
+ $space-l: 40px;
@@ -38,8 +38,9 @@ $icon-inverse: #fff !default;
38
38
 
39
39
  // Sizes
40
40
  .icon-fw {
41
- width: math.div(18em, 14);
42
- text-align: center;
41
+ width: 32px;
42
+ // width: math.div(18em, 14);
43
+ // text-align: center;
43
44
  }
44
45
 
45
46
  .icon-sm {
@@ -1,7 +1,7 @@
1
- $btn-padding: 0 21px 0 21px;
1
+ $btn-padding: 0 10px;
2
2
  $btn-sm-padding: 0 7px 0 7px;
3
- $btn-height: 40px;
4
- $btn-sm-height: 30px;
3
+ $btn-height: 32px;
4
+ $btn-sm-height: 32px;
5
5
 
6
6
  // -----------------------------------------------------------------------------
7
7
  // This file contains all styles related to the button component.
@@ -22,9 +22,12 @@ button,
22
22
  border: 0;
23
23
  padding: $btn-padding;
24
24
  border-radius: var(--border-radius);
25
- color: var(--lightest);
26
- line-height: $btn-height;
27
- min-height: $btn-height;
25
+ // color: var(--lightest);
26
+ line-height: $btn-height !important;
27
+ height: $btn-height !important;
28
+ min-width: 100px;
29
+ justify-content: center;
30
+
28
31
 
29
32
  > .icon:not(:only-child) {
30
33
  margin-right: 6px;
@@ -32,7 +35,7 @@ button,
32
35
 
33
36
  &:hover {
34
37
  text-decoration: none;
35
- color: var(--lightest);
38
+ // color: var(--lightest);
36
39
  }
37
40
 
38
41
  &.bg-transparent {
@@ -40,6 +43,10 @@ button,
40
43
  }
41
44
  }
42
45
 
46
+ .bg-primary {
47
+ color: var(--lightest);
48
+ }
49
+
43
50
  //icon button
44
51
  .icon-btn {
45
52
  padding: 0;
@@ -60,7 +67,8 @@ button,
60
67
  .btn-sm .btn-label {
61
68
  padding: $btn-sm-padding;
62
69
  min-height: $btn-sm-height;
63
- line-height: 28px;
70
+ line-height: 32px;
71
+ min-width: 100px;
64
72
  }
65
73
 
66
74
  //btn roles
@@ -69,8 +77,9 @@ button,
69
77
  color: var(--primary-text);
70
78
 
71
79
  &:hover, &._hover {
72
- background-color: var(--primary-hover-bg);
80
+ // background-color: var(--primary-hover-bg);
73
81
  color: var(--primary-text);
82
+ box-shadow: 0 4px 6px 0 rgba(0,0,0,.2)!important;
74
83
  }
75
84
 
76
85
  &:focus, &.focused {
@@ -86,31 +95,34 @@ button,
86
95
 
87
96
  .role-secondary {
88
97
  background: transparent;
89
- color: var(--primary) !important;
90
- border: solid 1px var(--primary);
98
+ color: var(--input-label) !important;
99
+ // border: solid 1px var(--primary);
100
+ border: solid 1px #d9d9d9;
91
101
  line-height: $btn-height - 2px;
102
+ min-width: 100px;
92
103
 
93
104
  &:hover, &._hover {
94
- color: var(--lightest) !important;
105
+ // color: var(--lightest) !important;
106
+ color: var(--input-label) !important;
107
+ box-shadow: 0 4px 6px 0 rgba(0,0,0,.2)!important;
95
108
  }
96
109
 
97
110
  &:focus, &.focused {
98
- background-color: var(--primary-hover-bg);
99
- color: var(--primary-text) !important;
111
+ background: transparent;
112
+ box-shadow: 0 4px 6px 0 rgba(0,0,0,.2)!important;
113
+ // background-color: var(--primary-hover-bg);
114
+ // color: var(--lightest) !important;
115
+ color: var(--input-label) !important;
116
+ // color: var(--primary-text) !important;
100
117
  }
101
118
 
102
119
  &.btn-sm {
103
120
  line-height: $btn-sm-height - 2px;
104
121
 
105
122
  &:focus, &.focused {
106
- border: 0;
123
+ // border: 0;
107
124
  }
108
125
  }
109
-
110
- &:focus-visible {
111
- @include focus-outline;
112
- outline-offset: 2px;
113
- }
114
126
  }
115
127
 
116
128
  .role-tertiary {
@@ -118,9 +130,11 @@ button,
118
130
  border: solid 1px var(--primary);
119
131
  color: var(--primary);
120
132
 
121
- &:focus, &.focused {
122
- background-color: var(--primary-hover-bg);
123
- color: var(--primary-text);
133
+ &:focus, &.focused, &:hover {
134
+ // background-color: var(--primary-hover-bg);
135
+ // color: var(--primary-text);
136
+ background-color: var(--accent-btn);
137
+ color: var(--primary);
124
138
  }
125
139
 
126
140
  &.btn:not(.btn-sm) {
@@ -138,7 +152,8 @@ button,
138
152
  color: var(--link);
139
153
 
140
154
  &:hover, &._hover {
141
- color: var(--lightest);
155
+ // color: var(--lightest);
156
+ color: var(--link);
142
157
  }
143
158
 
144
159
  &:focus, &.focused {
@@ -154,10 +169,13 @@ button,
154
169
  }
155
170
 
156
171
  .role-multi-action {
157
- background: var(--accent-btn);
172
+ background-color: rgba(0,0,0,0);
158
173
  border: solid thin var(--primary);
159
- color: var(--primary);
174
+ color: var(--primary) !important;
160
175
  border-radius: 2px;
176
+ min-width: 32px;
177
+ height: 32px;
178
+ width: 32px;
161
179
  }
162
180
 
163
181
  .icon-group i {
@@ -17,7 +17,8 @@ $DEFAULT_COLUMNS: 12;
17
17
  /* COLUMN SETUP */
18
18
  .col {
19
19
  flex: 0 0 auto;
20
- margin: 0 $column-gutter 0 0;
20
+ margin-bottom: 24px;
21
+ // margin: 0 $column-gutter 0 0;
21
22
 
22
23
  &:last-child {
23
24
  margin-right: 0;
@@ -32,6 +33,7 @@ $DEFAULT_COLUMNS: 12;
32
33
  /* ROWS */
33
34
  .row {
34
35
  display: flex;
36
+ flex-wrap: wrap;
35
37
  // margin-bottom: 20px;
36
38
 
37
39
  &--y-center {
@@ -19,23 +19,25 @@ TEXTAREA,
19
19
  display: block;
20
20
  box-sizing: border-box;
21
21
  width: 100%;
22
- padding: $input-padding-sm;
22
+ // padding: 4px 11px;
23
+ // border-radius: var(--border-radius);
24
+
25
+ color: var(--input-text);
23
26
  background-color: var(--input-bg);
24
- border-radius: var(--border-radius);
25
27
  border: solid var(--border-width) var(--input-border);
26
- color: var(--input-text);
28
+
27
29
 
28
30
  @include input-status-color;
29
31
 
30
- &:focus:not(.labeled-input):not(.unlabeled-select):not(.labeled-select),
31
- &.focused:not(.labeled-input):not(.unlabeled-select):not(.labeled-select) {
32
- @include form-focus;
32
+ &:focus, &.focused {
33
+ @include form-focus
33
34
  }
34
35
 
35
36
  LABEL {
36
37
  color: var(--input-label);
37
38
  }
38
39
  &:hover:not(.focused):not(:focus):not(.disabled):not(:disabled):not(.view) {
40
+ box-shadow: 0 4px 6px 0 var(--input-border-box-shadow);
39
41
  &, .vs__dropdown-menu {
40
42
  border-color: var(--input-hover-border);
41
43
  }
@@ -55,7 +57,7 @@ TEXTAREA,
55
57
  color: var(--input-disabled-text);
56
58
  background-color: var(--input-disabled-bg);
57
59
  outline-width: 0;
58
- border-color: var(--input-disabled-border);
60
+ // border-color: var(--input-disabled-border);
59
61
  cursor: not-allowed;
60
62
  label {
61
63
  color: var(--input-disabled-label);
@@ -67,30 +69,54 @@ TEXTAREA,
67
69
  }
68
70
  }
69
71
 
72
+
70
73
  LABEL {
71
74
  margin: $spacing 0 0 0;
72
75
  }
73
76
  }
74
77
 
78
+ INPUT[type='text']{
79
+ height: 32px;
80
+ border: solid var(--border-width) var(--input-border);
81
+ line-height: 30px;
82
+ padding: 0px 11px;
83
+ box-sizing: border-box;
84
+ border-radius: 2px;
85
+ &:hover{
86
+ box-shadow: 0 4px 6px 0 var(--input-border-box-shadow);
87
+ }
88
+ }
89
+
90
+
75
91
  INPUT[type='search']:not(.vs__search) {
76
- padding: calc(#{$input-padding-sm} + 2px);
92
+ // padding: calc(#{$input-padding-sm} + 2px);
93
+ padding: 4px 11px;
94
+ &:hover{
95
+ box-shadow: 0 4px 6px 0 var(--input-border-box-shadow);
96
+ }
97
+ }
98
+ INPUT[type='search']::-webkit-search-cancel-button {
99
+ display: none;
77
100
  }
78
101
 
79
102
  TEXTAREA {
80
- padding: $input-padding-lg 10px 10px 10px;
103
+ padding: 6px 11px;
81
104
  line-height: $input-line-height;
105
+ border: solid var(--border-width) var(--input-border);
82
106
  }
83
107
 
84
108
  FORM {
85
- LABEL, .key-value-label {
109
+ LABEL {
86
110
  color: var(--input-label);
87
111
  display: inline-block;
88
- margin: $spacing 0 $spacing 0;
112
+ // margin: $spacing 0 $spacing 0;
89
113
  font-size: 12px;
90
-
114
+ .required{
115
+ color: red;
116
+ }
91
117
  .radio-label,
92
118
  .checkbox-label {
93
- font-size: 14px;
119
+ font-size: 12px;
94
120
  }
95
121
 
96
122
  &.radio, &.checkbox {
@@ -144,3 +170,10 @@ INPUT.inline-input {
144
170
  .fixed select, .fixed.v-select, .fixed input:not(.vs__search){
145
171
  height: 50px;
146
172
  }
173
+
174
+
175
+ INPUT:not([type]){
176
+ border: solid var(--border-width) var(--input-border);
177
+ height: 32px;
178
+ padding: 4px 11px;
179
+ }
@@ -1,13 +1,16 @@
1
1
  .labeled-input {
2
2
  position: relative;
3
- display: flex;
3
+ display: table;
4
4
  border-collapse: separate;
5
5
  min-height: $input-height;
6
+ width: $input-width;
7
+ // flex: 1;
6
8
  z-index: 0; // Prevent label from cover other elements outside of the input
9
+ height: $input-height;
7
10
 
8
11
  &.compact-input {
9
12
  min-height: $unlabeled-input-height;
10
- padding: 0 10px;
13
+ // padding: 0 10px;
11
14
 
12
15
  INPUT.no-label {
13
16
  line-height: $input-line-height;
@@ -26,7 +29,7 @@
26
29
  width: calc(100% - 20px);
27
30
 
28
31
  i {
29
- pointer-events: initial;
32
+ pointer-events: initial
30
33
  }
31
34
  }
32
35
 
@@ -47,7 +50,7 @@
47
50
  INPUT,
48
51
  SELECT {
49
52
  position: relative;
50
- font-size: 14px;
53
+ font-size: 12px;
51
54
  display: block;
52
55
  width: 100%;
53
56
  }
@@ -61,24 +64,27 @@
61
64
  user-select: none;
62
65
  }
63
66
 
64
- INPUT,
65
- INPUT:hover,
66
- INPUT:focus,
67
- TEXTAREA,
68
- TEXTAREA:hover,
69
- TEXTAREA:focus,
70
- SELECT,
71
- SELECT:hover,
72
- SELECT:focus {
67
+ INPUT, INPUT:hover, INPUT:focus,
68
+ TEXTAREA, TEXTAREA:hover, TEXTAREA:focus,
69
+ SELECT, SELECT:hover, SELECT:focus {
73
70
  border: none;
74
71
  background-color: transparent;
75
72
  outline: 0;
76
73
  box-shadow: none;
77
- padding: $input-padding-lg 0 0 0;
78
- line-height: calc(#{$input-line-height} + 1px);
79
-
74
+ padding: 0 0 0 0;
75
+ // line-height: calc(#{$input-line-height} + 1px);
76
+ line-height: calc(29px + 1px);
77
+ // border: solid var(--border-width) var(--input-border);
78
+ padding: 0px 11px;
79
+ box-sizing: border-box;
80
+ border-radius: 2px;
81
+
82
+ &:hover{
83
+ border-color: var(--input-border);
84
+ box-shadow: 0 4px 6px 0 var(--input-border-box-shadow);
85
+ }
80
86
  &.no-label {
81
- padding: $input-padding-sm 0px $input-padding-sm 0px;
87
+ // padding: $input-padding-sm 0px $input-padding-sm 0px;
82
88
  }
83
89
  }
84
90
 
@@ -97,7 +103,7 @@
97
103
 
98
104
  .addon,
99
105
  .addon.btn {
100
- display: flex;
106
+ display: table-cell;
101
107
  align-items: center;
102
108
  justify-content: center;
103
109
  white-space: nowrap;
@@ -106,17 +112,27 @@
106
112
  }
107
113
 
108
114
  .addon {
109
- padding: 6px 12px;
110
- font-size: 14px;
115
+ // padding: 6px 12px;
116
+ // font-size: 14px;
117
+ // font-weight: normal;
118
+ // line-height: 1;
119
+ // text-align: center;
120
+ // border-left: solid thin var(--input-border);
121
+ padding: 4px 0px 4px 4px;
122
+ font-size: 12px;
111
123
  font-weight: normal;
112
124
  line-height: 1;
113
125
  text-align: center;
114
- border-left: solid thin var(--input-border);
126
+ position: absolute;
127
+ top: 5px;
128
+ right: 5px;
129
+ // background-color: #fff;
115
130
  }
116
131
  }
117
132
 
118
133
  &.suffix INPUT {
119
- padding-right: 8px;
134
+ padding-right: 0px;
135
+ width: $input-width;
120
136
  }
121
137
 
122
138
  .cron-label,
@@ -124,17 +140,29 @@
124
140
  position: absolute;
125
141
  top: 100%;
126
142
  width: 100%;
127
- padding-top: 5px;
143
+ // padding-top: 5px;
144
+ padding-top: 0px;
128
145
  left: 0;
129
- color: var(--input-label);
130
- pointer-events: initial;
146
+ width: 400px !important;
147
+ color: var(--outline);
148
+ // color: var(--input-label);
149
+ pointer-events:initial;
131
150
  }
132
151
 
133
152
  .validation-message,
134
153
  .sub-label.validation-message {
135
154
  color: var(--error);
136
155
  }
156
+ }
137
157
 
158
+ .TEXTAREA, TEXTAREA:hover, TEXTAREA:focus{
159
+ border: solid var(--border-width) var(--input-border);
160
+ }
138
161
 
139
-
162
+ @media(max-width:1400px) {
163
+ .labeled-input{
164
+ &.suffix INPUT {
165
+ width: 370px;
166
+ }
167
+ }
140
168
  }