diff --git a/src/assets/components/themes/arya-blue/theme.css b/src/assets/components/themes/arya-blue/theme.css index 7c31aaab34f..8f0f4339bc7 100644 --- a/src/assets/components/themes/arya-blue/theme.css +++ b/src/assets/components/themes/arya-blue/theme.css @@ -3992,70 +3992,6 @@ background: #383838; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 1px #93cbf9; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/arya-green/theme.css b/src/assets/components/themes/arya-green/theme.css index eb53bb4b33f..c5801dd31dd 100644 --- a/src/assets/components/themes/arya-green/theme.css +++ b/src/assets/components/themes/arya-green/theme.css @@ -3992,70 +3992,6 @@ background: #383838; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 1px #a7d8a9; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/arya-orange/theme.css b/src/assets/components/themes/arya-orange/theme.css index 1e54d6684d1..2ceb129793a 100644 --- a/src/assets/components/themes/arya-orange/theme.css +++ b/src/assets/components/themes/arya-orange/theme.css @@ -3992,70 +3992,6 @@ background: #383838; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 1px #ffe284; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/arya-purple/theme.css b/src/assets/components/themes/arya-purple/theme.css index c11e96ff974..0fc1fed4489 100644 --- a/src/assets/components/themes/arya-purple/theme.css +++ b/src/assets/components/themes/arya-purple/theme.css @@ -3992,70 +3992,6 @@ background: #383838; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 1px #cf95d9; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/aura-dark-amber/theme.css b/src/assets/components/themes/aura-dark-amber/theme.css index bfe9ddb4ece..441815c5af7 100644 --- a/src/assets/components/themes/aura-dark-amber/theme.css +++ b/src/assets/components/themes/aura-dark-amber/theme.css @@ -4058,70 +4058,6 @@ background: #3f3f46; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 1px solid var(--p-focus-ring-color); - outline-offset: 2px; - box-shadow: none; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; @@ -7538,11 +7474,9 @@ .p-toast .p-toast-message .p-toast-message-content .p-toast-detail { font-size: 0.875rem; } - .p-toast .p-toast-message .p-toast-icon-close { + .p-toast .p-toast-message .p-toast-message-content .p-toast-icon-close { width: 1.75rem; height: 1.75rem; - margin-top: -25%; - right: -25%; position: relative; } diff --git a/src/assets/components/themes/aura-dark-blue/theme.css b/src/assets/components/themes/aura-dark-blue/theme.css index 2d939037041..ebf3781ac5b 100644 --- a/src/assets/components/themes/aura-dark-blue/theme.css +++ b/src/assets/components/themes/aura-dark-blue/theme.css @@ -4058,70 +4058,6 @@ background: #3f3f46; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 1px solid var(--p-focus-ring-color); - outline-offset: 2px; - box-shadow: none; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; @@ -7538,11 +7474,9 @@ .p-toast .p-toast-message .p-toast-message-content .p-toast-detail { font-size: 0.875rem; } - .p-toast .p-toast-message .p-toast-icon-close { + .p-toast .p-toast-message .p-toast-message-content .p-toast-icon-close { width: 1.75rem; height: 1.75rem; - margin-top: -25%; - right: -25%; position: relative; } diff --git a/src/assets/components/themes/aura-dark-cyan/theme.css b/src/assets/components/themes/aura-dark-cyan/theme.css index c247c804be6..4f06689d3f3 100644 --- a/src/assets/components/themes/aura-dark-cyan/theme.css +++ b/src/assets/components/themes/aura-dark-cyan/theme.css @@ -4058,70 +4058,6 @@ background: #3f3f46; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 1px solid var(--p-focus-ring-color); - outline-offset: 2px; - box-shadow: none; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; @@ -7538,11 +7474,9 @@ .p-toast .p-toast-message .p-toast-message-content .p-toast-detail { font-size: 0.875rem; } - .p-toast .p-toast-message .p-toast-icon-close { + .p-toast .p-toast-message .p-toast-message-content .p-toast-icon-close { width: 1.75rem; height: 1.75rem; - margin-top: -25%; - right: -25%; position: relative; } diff --git a/src/assets/components/themes/aura-dark-green/theme.css b/src/assets/components/themes/aura-dark-green/theme.css index 6a35c3f6cdc..30bef306be4 100644 --- a/src/assets/components/themes/aura-dark-green/theme.css +++ b/src/assets/components/themes/aura-dark-green/theme.css @@ -4058,70 +4058,6 @@ background: #3f3f46; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 1px solid var(--p-focus-ring-color); - outline-offset: 2px; - box-shadow: none; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; @@ -7538,11 +7474,9 @@ .p-toast .p-toast-message .p-toast-message-content .p-toast-detail { font-size: 0.875rem; } - .p-toast .p-toast-message .p-toast-icon-close { + .p-toast .p-toast-message .p-toast-message-content .p-toast-icon-close { width: 1.75rem; height: 1.75rem; - margin-top: -25%; - right: -25%; position: relative; } diff --git a/src/assets/components/themes/aura-dark-indigo/theme.css b/src/assets/components/themes/aura-dark-indigo/theme.css index 70a3fb87e59..78a905354be 100644 --- a/src/assets/components/themes/aura-dark-indigo/theme.css +++ b/src/assets/components/themes/aura-dark-indigo/theme.css @@ -4058,70 +4058,6 @@ background: #3f3f46; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 1px solid var(--p-focus-ring-color); - outline-offset: 2px; - box-shadow: none; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; @@ -7538,11 +7474,9 @@ .p-toast .p-toast-message .p-toast-message-content .p-toast-detail { font-size: 0.875rem; } - .p-toast .p-toast-message .p-toast-icon-close { + .p-toast .p-toast-message .p-toast-message-content .p-toast-icon-close { width: 1.75rem; height: 1.75rem; - margin-top: -25%; - right: -25%; position: relative; } diff --git a/src/assets/components/themes/aura-dark-lime/theme.css b/src/assets/components/themes/aura-dark-lime/theme.css index fa1d596b13e..b2f734a3d2b 100644 --- a/src/assets/components/themes/aura-dark-lime/theme.css +++ b/src/assets/components/themes/aura-dark-lime/theme.css @@ -4058,70 +4058,6 @@ background: #3f3f46; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 1px solid var(--p-focus-ring-color); - outline-offset: 2px; - box-shadow: none; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; @@ -7538,11 +7474,9 @@ .p-toast .p-toast-message .p-toast-message-content .p-toast-detail { font-size: 0.875rem; } - .p-toast .p-toast-message .p-toast-icon-close { + .p-toast .p-toast-message .p-toast-message-content .p-toast-icon-close { width: 1.75rem; height: 1.75rem; - margin-top: -25%; - right: -25%; position: relative; } diff --git a/src/assets/components/themes/aura-dark-noir/theme.css b/src/assets/components/themes/aura-dark-noir/theme.css index e9656678fe5..752776cf64c 100644 --- a/src/assets/components/themes/aura-dark-noir/theme.css +++ b/src/assets/components/themes/aura-dark-noir/theme.css @@ -4058,70 +4058,6 @@ background: #3f3f46; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 1px solid var(--p-focus-ring-color); - outline-offset: 2px; - box-shadow: none; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; @@ -7538,11 +7474,9 @@ .p-toast .p-toast-message .p-toast-message-content .p-toast-detail { font-size: 0.875rem; } - .p-toast .p-toast-message .p-toast-icon-close { + .p-toast .p-toast-message .p-toast-message-content .p-toast-icon-close { width: 1.75rem; height: 1.75rem; - margin-top: -25%; - right: -25%; position: relative; } diff --git a/src/assets/components/themes/aura-dark-pink/theme.css b/src/assets/components/themes/aura-dark-pink/theme.css index b51987a2a1d..2f683c6c146 100644 --- a/src/assets/components/themes/aura-dark-pink/theme.css +++ b/src/assets/components/themes/aura-dark-pink/theme.css @@ -4058,70 +4058,6 @@ background: #3f3f46; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 1px solid var(--p-focus-ring-color); - outline-offset: 2px; - box-shadow: none; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; @@ -7538,11 +7474,9 @@ .p-toast .p-toast-message .p-toast-message-content .p-toast-detail { font-size: 0.875rem; } - .p-toast .p-toast-message .p-toast-icon-close { + .p-toast .p-toast-message .p-toast-message-content .p-toast-icon-close { width: 1.75rem; height: 1.75rem; - margin-top: -25%; - right: -25%; position: relative; } diff --git a/src/assets/components/themes/aura-dark-purple/theme.css b/src/assets/components/themes/aura-dark-purple/theme.css index 671e25de6e3..eaeb418df35 100644 --- a/src/assets/components/themes/aura-dark-purple/theme.css +++ b/src/assets/components/themes/aura-dark-purple/theme.css @@ -4058,70 +4058,6 @@ background: #3f3f46; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 1px solid var(--p-focus-ring-color); - outline-offset: 2px; - box-shadow: none; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; @@ -7538,11 +7474,9 @@ .p-toast .p-toast-message .p-toast-message-content .p-toast-detail { font-size: 0.875rem; } - .p-toast .p-toast-message .p-toast-icon-close { + .p-toast .p-toast-message .p-toast-message-content .p-toast-icon-close { width: 1.75rem; height: 1.75rem; - margin-top: -25%; - right: -25%; position: relative; } diff --git a/src/assets/components/themes/aura-dark-teal/theme.css b/src/assets/components/themes/aura-dark-teal/theme.css index 284c7869b04..d9d81919ca9 100644 --- a/src/assets/components/themes/aura-dark-teal/theme.css +++ b/src/assets/components/themes/aura-dark-teal/theme.css @@ -4058,70 +4058,6 @@ background: #3f3f46; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 1px solid var(--p-focus-ring-color); - outline-offset: 2px; - box-shadow: none; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; @@ -7538,11 +7474,9 @@ .p-toast .p-toast-message .p-toast-message-content .p-toast-detail { font-size: 0.875rem; } - .p-toast .p-toast-message .p-toast-icon-close { + .p-toast .p-toast-message .p-toast-message-content .p-toast-icon-close { width: 1.75rem; height: 1.75rem; - margin-top: -25%; - right: -25%; position: relative; } diff --git a/src/assets/components/themes/aura-light-amber/theme.css b/src/assets/components/themes/aura-light-amber/theme.css index 686815df2b4..f17ae9bb1f3 100644 --- a/src/assets/components/themes/aura-light-amber/theme.css +++ b/src/assets/components/themes/aura-light-amber/theme.css @@ -4060,70 +4060,6 @@ background: #e2e8f0; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 1px solid var(--p-focus-ring-color); - outline-offset: 2px; - box-shadow: none; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; @@ -7540,11 +7476,9 @@ .p-toast .p-toast-message .p-toast-message-content .p-toast-detail { font-size: 0.875rem; } - .p-toast .p-toast-message .p-toast-icon-close { + .p-toast .p-toast-message .p-toast-message-content .p-toast-icon-close { width: 1.75rem; height: 1.75rem; - margin-top: -25%; - right: -25%; position: relative; } diff --git a/src/assets/components/themes/aura-light-blue/theme.css b/src/assets/components/themes/aura-light-blue/theme.css index e4891eb756b..33bc73b7797 100644 --- a/src/assets/components/themes/aura-light-blue/theme.css +++ b/src/assets/components/themes/aura-light-blue/theme.css @@ -4060,70 +4060,6 @@ background: #e2e8f0; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 1px solid var(--p-focus-ring-color); - outline-offset: 2px; - box-shadow: none; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; @@ -7540,11 +7476,9 @@ .p-toast .p-toast-message .p-toast-message-content .p-toast-detail { font-size: 0.875rem; } - .p-toast .p-toast-message .p-toast-icon-close { + .p-toast .p-toast-message .p-toast-message-content .p-toast-icon-close { width: 1.75rem; height: 1.75rem; - margin-top: -25%; - right: -25%; position: relative; } diff --git a/src/assets/components/themes/aura-light-cyan/theme.css b/src/assets/components/themes/aura-light-cyan/theme.css index c7e291486fe..7c01a2a5229 100644 --- a/src/assets/components/themes/aura-light-cyan/theme.css +++ b/src/assets/components/themes/aura-light-cyan/theme.css @@ -4060,70 +4060,6 @@ background: #e2e8f0; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 1px solid var(--p-focus-ring-color); - outline-offset: 2px; - box-shadow: none; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; @@ -7540,11 +7476,9 @@ .p-toast .p-toast-message .p-toast-message-content .p-toast-detail { font-size: 0.875rem; } - .p-toast .p-toast-message .p-toast-icon-close { + .p-toast .p-toast-message .p-toast-message-content .p-toast-icon-close { width: 1.75rem; height: 1.75rem; - margin-top: -25%; - right: -25%; position: relative; } diff --git a/src/assets/components/themes/aura-light-green/theme.css b/src/assets/components/themes/aura-light-green/theme.css index 662d1828a3a..683272febbd 100644 --- a/src/assets/components/themes/aura-light-green/theme.css +++ b/src/assets/components/themes/aura-light-green/theme.css @@ -4060,70 +4060,6 @@ background: #e2e8f0; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 1px solid var(--p-focus-ring-color); - outline-offset: 2px; - box-shadow: none; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; @@ -7540,11 +7476,9 @@ .p-toast .p-toast-message .p-toast-message-content .p-toast-detail { font-size: 0.875rem; } - .p-toast .p-toast-message .p-toast-icon-close { + .p-toast .p-toast-message .p-toast-message-content .p-toast-icon-close { width: 1.75rem; height: 1.75rem; - margin-top: -25%; - right: -25%; position: relative; } diff --git a/src/assets/components/themes/aura-light-indigo/theme.css b/src/assets/components/themes/aura-light-indigo/theme.css index fa66a085e10..9e0889d6379 100644 --- a/src/assets/components/themes/aura-light-indigo/theme.css +++ b/src/assets/components/themes/aura-light-indigo/theme.css @@ -4060,70 +4060,6 @@ background: #e2e8f0; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 1px solid var(--p-focus-ring-color); - outline-offset: 2px; - box-shadow: none; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; @@ -7540,11 +7476,9 @@ .p-toast .p-toast-message .p-toast-message-content .p-toast-detail { font-size: 0.875rem; } - .p-toast .p-toast-message .p-toast-icon-close { + .p-toast .p-toast-message .p-toast-message-content .p-toast-icon-close { width: 1.75rem; height: 1.75rem; - margin-top: -25%; - right: -25%; position: relative; } diff --git a/src/assets/components/themes/aura-light-lime/theme.css b/src/assets/components/themes/aura-light-lime/theme.css index 00728753fe3..bff3e21d6de 100644 --- a/src/assets/components/themes/aura-light-lime/theme.css +++ b/src/assets/components/themes/aura-light-lime/theme.css @@ -4060,70 +4060,6 @@ background: #e2e8f0; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 1px solid var(--p-focus-ring-color); - outline-offset: 2px; - box-shadow: none; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; @@ -7540,11 +7476,9 @@ .p-toast .p-toast-message .p-toast-message-content .p-toast-detail { font-size: 0.875rem; } - .p-toast .p-toast-message .p-toast-icon-close { + .p-toast .p-toast-message .p-toast-message-content .p-toast-icon-close { width: 1.75rem; height: 1.75rem; - margin-top: -25%; - right: -25%; position: relative; } diff --git a/src/assets/components/themes/aura-light-noir/theme.css b/src/assets/components/themes/aura-light-noir/theme.css index 3b945efbb38..783dc6f7eaf 100644 --- a/src/assets/components/themes/aura-light-noir/theme.css +++ b/src/assets/components/themes/aura-light-noir/theme.css @@ -4068,70 +4068,6 @@ background: #e2e8f0; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 1px solid var(--p-focus-ring-color); - outline-offset: 2px; - box-shadow: none; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; @@ -7548,11 +7484,9 @@ .p-toast .p-toast-message .p-toast-message-content .p-toast-detail { font-size: 0.875rem; } - .p-toast .p-toast-message .p-toast-icon-close { + .p-toast .p-toast-message .p-toast-message-content .p-toast-icon-close { width: 1.75rem; height: 1.75rem; - margin-top: -25%; - right: -25%; position: relative; } diff --git a/src/assets/components/themes/aura-light-pink/theme.css b/src/assets/components/themes/aura-light-pink/theme.css index eab05d1d197..9b38d4f35e7 100644 --- a/src/assets/components/themes/aura-light-pink/theme.css +++ b/src/assets/components/themes/aura-light-pink/theme.css @@ -4060,70 +4060,6 @@ background: #e2e8f0; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 1px solid var(--p-focus-ring-color); - outline-offset: 2px; - box-shadow: none; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; @@ -7540,11 +7476,9 @@ .p-toast .p-toast-message .p-toast-message-content .p-toast-detail { font-size: 0.875rem; } - .p-toast .p-toast-message .p-toast-icon-close { + .p-toast .p-toast-message .p-toast-message-content .p-toast-icon-close { width: 1.75rem; height: 1.75rem; - margin-top: -25%; - right: -25%; position: relative; } diff --git a/src/assets/components/themes/aura-light-purple/theme.css b/src/assets/components/themes/aura-light-purple/theme.css index c847870fe37..b1f0185b049 100644 --- a/src/assets/components/themes/aura-light-purple/theme.css +++ b/src/assets/components/themes/aura-light-purple/theme.css @@ -4060,70 +4060,6 @@ background: #e2e8f0; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 1px solid var(--p-focus-ring-color); - outline-offset: 2px; - box-shadow: none; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; @@ -7540,11 +7476,9 @@ .p-toast .p-toast-message .p-toast-message-content .p-toast-detail { font-size: 0.875rem; } - .p-toast .p-toast-message .p-toast-icon-close { + .p-toast .p-toast-message .p-toast-message-content .p-toast-icon-close { width: 1.75rem; height: 1.75rem; - margin-top: -25%; - right: -25%; position: relative; } diff --git a/src/assets/components/themes/aura-light-teal/theme.css b/src/assets/components/themes/aura-light-teal/theme.css index 32f9d2e1e18..31c8a78c807 100644 --- a/src/assets/components/themes/aura-light-teal/theme.css +++ b/src/assets/components/themes/aura-light-teal/theme.css @@ -4060,70 +4060,6 @@ background: #e2e8f0; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 1px solid var(--p-focus-ring-color); - outline-offset: 2px; - box-shadow: none; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; @@ -7540,11 +7476,9 @@ .p-toast .p-toast-message .p-toast-message-content .p-toast-detail { font-size: 0.875rem; } - .p-toast .p-toast-message .p-toast-icon-close { + .p-toast .p-toast-message .p-toast-message-content .p-toast-icon-close { width: 1.75rem; height: 1.75rem; - margin-top: -25%; - right: -25%; position: relative; } diff --git a/src/assets/components/themes/bootstrap4-dark-blue/theme.css b/src/assets/components/themes/bootstrap4-dark-blue/theme.css index eca423b4157..9d869843853 100644 --- a/src/assets/components/themes/bootstrap4-dark-blue/theme.css +++ b/src/assets/components/themes/bootstrap4-dark-blue/theme.css @@ -4004,70 +4004,6 @@ background: #3f4b5b; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 1px #e3f3fe; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/bootstrap4-dark-purple/theme.css b/src/assets/components/themes/bootstrap4-dark-purple/theme.css index 2f6c5cbecf1..d24e4e55431 100644 --- a/src/assets/components/themes/bootstrap4-dark-purple/theme.css +++ b/src/assets/components/themes/bootstrap4-dark-purple/theme.css @@ -4004,70 +4004,6 @@ background: #3f4b5b; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 1px #f0e6f5; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/bootstrap4-light-blue/theme.css b/src/assets/components/themes/bootstrap4-light-blue/theme.css index 9e4542f7aa9..007fb74232e 100644 --- a/src/assets/components/themes/bootstrap4-light-blue/theme.css +++ b/src/assets/components/themes/bootstrap4-light-blue/theme.css @@ -4004,70 +4004,6 @@ background: #dee2e6; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/bootstrap4-light-purple/theme.css b/src/assets/components/themes/bootstrap4-light-purple/theme.css index 6c5c73daa13..7549b3ef3bd 100644 --- a/src/assets/components/themes/bootstrap4-light-purple/theme.css +++ b/src/assets/components/themes/bootstrap4-light-purple/theme.css @@ -4004,70 +4004,6 @@ background: #dee2e6; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5); - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/fluent-light/theme.css b/src/assets/components/themes/fluent-light/theme.css index 5b2fb718ee9..134f13953f4 100644 --- a/src/assets/components/themes/fluent-light/theme.css +++ b/src/assets/components/themes/fluent-light/theme.css @@ -3968,70 +3968,6 @@ background: #edebe9; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/lara-dark-blue/theme.css b/src/assets/components/themes/lara-dark-blue/theme.css index 0ee972df77f..11a396c42a4 100644 --- a/src/assets/components/themes/lara-dark-blue/theme.css +++ b/src/assets/components/themes/lara-dark-blue/theme.css @@ -4034,70 +4034,6 @@ background: #424b57; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2); - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/lara-dark-indigo/theme.css b/src/assets/components/themes/lara-dark-indigo/theme.css index 4e082e84a65..34db505ba09 100644 --- a/src/assets/components/themes/lara-dark-indigo/theme.css +++ b/src/assets/components/themes/lara-dark-indigo/theme.css @@ -4034,70 +4034,6 @@ background: #424b57; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2); - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/lara-dark-purple/theme.css b/src/assets/components/themes/lara-dark-purple/theme.css index f8b3586152f..3b9f85785e1 100644 --- a/src/assets/components/themes/lara-dark-purple/theme.css +++ b/src/assets/components/themes/lara-dark-purple/theme.css @@ -4034,70 +4034,6 @@ background: #424b57; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2); - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/lara-dark-teal/theme.css b/src/assets/components/themes/lara-dark-teal/theme.css index 1b9b99e744c..294c75fe068 100644 --- a/src/assets/components/themes/lara-dark-teal/theme.css +++ b/src/assets/components/themes/lara-dark-teal/theme.css @@ -4034,70 +4034,6 @@ background: #424b57; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(45, 212, 191, 0.2); - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/lara-light-blue/theme.css b/src/assets/components/themes/lara-light-blue/theme.css index b9a23e9a733..ea442b58921 100644 --- a/src/assets/components/themes/lara-light-blue/theme.css +++ b/src/assets/components/themes/lara-light-blue/theme.css @@ -3985,70 +3985,6 @@ background: #e5e7eb; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/lara-light-indigo/theme.css b/src/assets/components/themes/lara-light-indigo/theme.css index c5e62a7d338..4615008c44c 100644 --- a/src/assets/components/themes/lara-light-indigo/theme.css +++ b/src/assets/components/themes/lara-light-indigo/theme.css @@ -3985,70 +3985,6 @@ background: #e5e7eb; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 0.2rem #C7D2FE; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/lara-light-purple/theme.css b/src/assets/components/themes/lara-light-purple/theme.css index 3c054be2019..1c76ad63b55 100644 --- a/src/assets/components/themes/lara-light-purple/theme.css +++ b/src/assets/components/themes/lara-light-purple/theme.css @@ -3985,70 +3985,6 @@ background: #e5e7eb; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 0.2rem #DDD6FE; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/lara-light-teal/theme.css b/src/assets/components/themes/lara-light-teal/theme.css index f39797f0b33..80b06e2f759 100644 --- a/src/assets/components/themes/lara-light-teal/theme.css +++ b/src/assets/components/themes/lara-light-teal/theme.css @@ -3985,70 +3985,6 @@ background: #e5e7eb; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 0.2rem #99f6e4; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/luna-amber/theme.css b/src/assets/components/themes/luna-amber/theme.css index 4a22e9817c3..2666f53a2a9 100644 --- a/src/assets/components/themes/luna-amber/theme.css +++ b/src/assets/components/themes/luna-amber/theme.css @@ -3980,70 +3980,6 @@ background: #4b4b4b; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 0.1rem white; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/luna-blue/theme.css b/src/assets/components/themes/luna-blue/theme.css index 557eaa0dbf3..0a60547d611 100644 --- a/src/assets/components/themes/luna-blue/theme.css +++ b/src/assets/components/themes/luna-blue/theme.css @@ -3980,70 +3980,6 @@ background: #4b4b4b; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 0.1rem white; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/luna-green/theme.css b/src/assets/components/themes/luna-green/theme.css index b57e9cba2ac..2e7b9fd631b 100644 --- a/src/assets/components/themes/luna-green/theme.css +++ b/src/assets/components/themes/luna-green/theme.css @@ -3980,70 +3980,6 @@ background: #4b4b4b; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 0.1rem white; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/luna-pink/theme.css b/src/assets/components/themes/luna-pink/theme.css index ed37313a33e..8aedc2e94ce 100644 --- a/src/assets/components/themes/luna-pink/theme.css +++ b/src/assets/components/themes/luna-pink/theme.css @@ -3980,70 +3980,6 @@ background: #4b4b4b; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 0.1rem white; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/md-dark-deeppurple/theme.css b/src/assets/components/themes/md-dark-deeppurple/theme.css index b9445da2165..8dffa11251c 100644 --- a/src/assets/components/themes/md-dark-deeppurple/theme.css +++ b/src/assets/components/themes/md-dark-deeppurple/theme.css @@ -4064,70 +4064,6 @@ background: rgba(255, 255, 255, 0.12); } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: none; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/md-dark-indigo/theme.css b/src/assets/components/themes/md-dark-indigo/theme.css index dba2ef2df8f..ea119a5625b 100644 --- a/src/assets/components/themes/md-dark-indigo/theme.css +++ b/src/assets/components/themes/md-dark-indigo/theme.css @@ -4064,70 +4064,6 @@ background: rgba(255, 255, 255, 0.12); } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: none; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/md-light-deeppurple/theme.css b/src/assets/components/themes/md-light-deeppurple/theme.css index e5caaebfaf0..6ff4f64f8e7 100644 --- a/src/assets/components/themes/md-light-deeppurple/theme.css +++ b/src/assets/components/themes/md-light-deeppurple/theme.css @@ -4064,70 +4064,6 @@ background: rgba(0, 0, 0, 0.12); } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: none; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/md-light-indigo/theme.css b/src/assets/components/themes/md-light-indigo/theme.css index cab1edbc080..9618db79326 100644 --- a/src/assets/components/themes/md-light-indigo/theme.css +++ b/src/assets/components/themes/md-light-indigo/theme.css @@ -4064,70 +4064,6 @@ background: rgba(0, 0, 0, 0.12); } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: none; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/mdc-dark-deeppurple/theme.css b/src/assets/components/themes/mdc-dark-deeppurple/theme.css index 3bc757c53e6..0702b8893f7 100644 --- a/src/assets/components/themes/mdc-dark-deeppurple/theme.css +++ b/src/assets/components/themes/mdc-dark-deeppurple/theme.css @@ -4064,70 +4064,6 @@ background: rgba(255, 255, 255, 0.12); } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: none; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/mdc-dark-indigo/theme.css b/src/assets/components/themes/mdc-dark-indigo/theme.css index e750a581a06..6a18d777f2d 100644 --- a/src/assets/components/themes/mdc-dark-indigo/theme.css +++ b/src/assets/components/themes/mdc-dark-indigo/theme.css @@ -4064,70 +4064,6 @@ background: rgba(255, 255, 255, 0.12); } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: none; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/mdc-light-deeppurple/theme.css b/src/assets/components/themes/mdc-light-deeppurple/theme.css index a620b67f4d1..bdeb67eef61 100644 --- a/src/assets/components/themes/mdc-light-deeppurple/theme.css +++ b/src/assets/components/themes/mdc-light-deeppurple/theme.css @@ -4064,70 +4064,6 @@ background: rgba(0, 0, 0, 0.12); } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: none; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/mdc-light-indigo/theme.css b/src/assets/components/themes/mdc-light-indigo/theme.css index e136a2fb611..3d553ceae22 100644 --- a/src/assets/components/themes/mdc-light-indigo/theme.css +++ b/src/assets/components/themes/mdc-light-indigo/theme.css @@ -4064,70 +4064,6 @@ background: rgba(0, 0, 0, 0.12); } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: none; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/mira/theme.css b/src/assets/components/themes/mira/theme.css index f79b95eb914..fff1cf7e46b 100644 --- a/src/assets/components/themes/mira/theme.css +++ b/src/assets/components/themes/mira/theme.css @@ -4018,70 +4018,6 @@ background: #c2c7d1; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c0d0e0; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/nano/theme.css b/src/assets/components/themes/nano/theme.css index e22858acef4..9825120e60c 100644 --- a/src/assets/components/themes/nano/theme.css +++ b/src/assets/components/themes/nano/theme.css @@ -3992,70 +3992,6 @@ background: #dee2e6; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 0.2rem #90c9f5; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/nova-accent/theme.css b/src/assets/components/themes/nova-accent/theme.css index ad348ef1802..4e02978efe3 100644 --- a/src/assets/components/themes/nova-accent/theme.css +++ b/src/assets/components/themes/nova-accent/theme.css @@ -3968,70 +3968,6 @@ background: #d8dae2; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/nova-alt/theme.css b/src/assets/components/themes/nova-alt/theme.css index 9d699f00e78..122382886bc 100644 --- a/src/assets/components/themes/nova-alt/theme.css +++ b/src/assets/components/themes/nova-alt/theme.css @@ -3980,70 +3980,6 @@ background: #d8dae2; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/nova/theme.css b/src/assets/components/themes/nova/theme.css index 369de800548..8592acf0ca8 100644 --- a/src/assets/components/themes/nova/theme.css +++ b/src/assets/components/themes/nova/theme.css @@ -3980,70 +3980,6 @@ background: #d8dae2; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/rhea/theme.css b/src/assets/components/themes/rhea/theme.css index 5088cbba436..618c784650f 100644 --- a/src/assets/components/themes/rhea/theme.css +++ b/src/assets/components/themes/rhea/theme.css @@ -3968,70 +3968,6 @@ background: #dadada; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/saga-blue/theme.css b/src/assets/components/themes/saga-blue/theme.css index cad9241b915..e8fb0aba90d 100644 --- a/src/assets/components/themes/saga-blue/theme.css +++ b/src/assets/components/themes/saga-blue/theme.css @@ -3992,70 +3992,6 @@ background: #dee2e6; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 0.2rem #a6d5fa; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/saga-green/theme.css b/src/assets/components/themes/saga-green/theme.css index a105694c97c..49eb7f53d47 100644 --- a/src/assets/components/themes/saga-green/theme.css +++ b/src/assets/components/themes/saga-green/theme.css @@ -3992,70 +3992,6 @@ background: #dee2e6; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 0.2rem #b7e0b8; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/saga-orange/theme.css b/src/assets/components/themes/saga-orange/theme.css index fbca5e329e7..438779484fb 100644 --- a/src/assets/components/themes/saga-orange/theme.css +++ b/src/assets/components/themes/saga-orange/theme.css @@ -3992,70 +3992,6 @@ background: #dee2e6; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 0.2rem #ffe69c; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/saga-purple/theme.css b/src/assets/components/themes/saga-purple/theme.css index 125486054a7..93a516124c7 100644 --- a/src/assets/components/themes/saga-purple/theme.css +++ b/src/assets/components/themes/saga-purple/theme.css @@ -3992,70 +3992,6 @@ background: #dee2e6; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 0.2rem #df9eea; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/soho-dark/theme.css b/src/assets/components/themes/soho-dark/theme.css index 5034da566fc..ee2edd279c9 100644 --- a/src/assets/components/themes/soho-dark/theme.css +++ b/src/assets/components/themes/soho-dark/theme.css @@ -3990,70 +3990,6 @@ background: #3e4053; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 1px #e0d8fc; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/soho-light/theme.css b/src/assets/components/themes/soho-light/theme.css index 9b67bacb7e9..7672a81c54a 100644 --- a/src/assets/components/themes/soho-light/theme.css +++ b/src/assets/components/themes/soho-light/theme.css @@ -3990,70 +3990,6 @@ background: #dfe7ef; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 1px #c7bbfa; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/tailwind-light/theme.css b/src/assets/components/themes/tailwind-light/theme.css index caca8549d14..04580ad1887 100644 --- a/src/assets/components/themes/tailwind-light/theme.css +++ b/src/assets/components/themes/tailwind-light/theme.css @@ -858,6 +858,7 @@ color: #3f3f46; border-radius: 0.375rem; transition: none; + outline-color: transparent; } .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; @@ -1694,6 +1695,7 @@ color: #3f3f46; border-radius: 50%; transition: none; + outline-color: transparent; } .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover { border-color: #d4d4d8; @@ -4026,70 +4028,6 @@ background: #e5e7eb; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 1px #6366f1; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/vela-blue/theme.css b/src/assets/components/themes/vela-blue/theme.css index fadfd01e21e..3c31ce023ad 100644 --- a/src/assets/components/themes/vela-blue/theme.css +++ b/src/assets/components/themes/vela-blue/theme.css @@ -3992,70 +3992,6 @@ background: #304562; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 1px #93cbf9; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/vela-green/theme.css b/src/assets/components/themes/vela-green/theme.css index a2c4f809e11..f9c14d88b78 100644 --- a/src/assets/components/themes/vela-green/theme.css +++ b/src/assets/components/themes/vela-green/theme.css @@ -3992,70 +3992,6 @@ background: #304562; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 1px #a7d8a9; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/vela-orange/theme.css b/src/assets/components/themes/vela-orange/theme.css index d2b2d4975d4..ab54f87e765 100644 --- a/src/assets/components/themes/vela-orange/theme.css +++ b/src/assets/components/themes/vela-orange/theme.css @@ -3992,70 +3992,6 @@ background: #304562; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 1px #ffe284; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/vela-purple/theme.css b/src/assets/components/themes/vela-purple/theme.css index f27f06ba8d6..eb7fe5d1756 100644 --- a/src/assets/components/themes/vela-purple/theme.css +++ b/src/assets/components/themes/vela-purple/theme.css @@ -3992,70 +3992,6 @@ background: #304562; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 1px #cf95d9; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/viva-dark/theme.css b/src/assets/components/themes/viva-dark/theme.css index 7144577c2aa..3fcda80bdb2 100644 --- a/src/assets/components/themes/viva-dark/theme.css +++ b/src/assets/components/themes/viva-dark/theme.css @@ -4022,70 +4022,6 @@ background: #263238; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 1px #9eade6; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between; diff --git a/src/assets/components/themes/viva-light/theme.css b/src/assets/components/themes/viva-light/theme.css index a6babe6adc2..459c2e72f8a 100644 --- a/src/assets/components/themes/viva-light/theme.css +++ b/src/assets/components/themes/viva-light/theme.css @@ -4023,70 +4023,6 @@ background: #ebebeb; } - .p-stepper .p-stepper-nav { - position: relative; - display: flex; - justify-content: space-between; - align-items: center; - margin: 0; - padding: 0; - list-style-type: none; - overflow-x: auto; - } - - .p-stepper-vertical .p-stepper-nav { - flex-direction: column; - } - - .p-stepper-header { - position: relative; - display: flex; - flex: 1 1 auto; - align-items: center; - } - .p-stepper-header:last-of-type { - flex: initial; - } - - .p-stepper-header .p-stepper-action { - border: 0 none; - display: inline-flex; - align-items: center; - text-decoration: none; - cursor: pointer; - } - .p-stepper-header .p-stepper-action:focus-visible { - outline: 0 none; - outline-offset: 0; - box-shadow: 0 0 0 0.1rem #bbc7ee; - } - - .p-stepper.p-stepper-readonly .p-stepper-header { - cursor: auto; - } - - .p-stepper-header.p-highlight .p-stepper-action { - cursor: default; - } - - .p-stepper-title { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - } - - .p-stepper-number { - display: flex; - align-items: center; - justify-content: center; - } - - .p-stepper-separator { - flex: 1 1 0; - } - .p-stepper .p-stepper-nav { display: flex; justify-content: space-between;