1004 lines
39 KiB
CSS
1004 lines
39 KiB
CSS
.landing-themes * {
|
|
box-sizing: border-box;
|
|
}
|
|
.landing-themes .p-component {
|
|
font-family: var(--font-family);
|
|
font-feature-settings: var(--font-feature-settings, normal);
|
|
font-size: 1rem;
|
|
font-weight: normal;
|
|
}
|
|
.landing-themes .p-component-overlay {
|
|
background-color: rgba(0, 0, 0, 0.4);
|
|
transition-duration: 0.2s;
|
|
}
|
|
.landing-themes .p-disabled, .landing-themes .p-component:disabled {
|
|
opacity: 0.4;
|
|
}
|
|
.landing-themes .p-error {
|
|
color: #FCA5A5;
|
|
}
|
|
.landing-themes .p-text-secondary {
|
|
color: rgba(255, 255, 255, 0.6);
|
|
}
|
|
.landing-themes .pi {
|
|
font-size: 1rem;
|
|
}
|
|
.landing-themes .p-icon {
|
|
width: 1rem;
|
|
height: 1rem;
|
|
}
|
|
.landing-themes .p-link {
|
|
font-family: var(--font-family);
|
|
font-feature-settings: var(--font-feature-settings, normal);
|
|
font-size: 1rem;
|
|
border-radius: 6px;
|
|
}
|
|
.landing-themes .p-link:focus-visible {
|
|
outline: 0 none;
|
|
outline-offset: 0;
|
|
box-shadow: 0 0 0 0.2rem #ecfdf5;
|
|
}
|
|
.landing-themes .p-component-overlay-enter {
|
|
animation: p-component-overlay-enter-animation 150ms forwards;
|
|
}
|
|
.landing-themes .p-component-overlay-leave {
|
|
animation: p-component-overlay-leave-animation 150ms forwards;
|
|
}
|
|
@keyframes p-component-overlay-enter-animation {
|
|
from {
|
|
background-color: transparent;
|
|
}
|
|
to {
|
|
background-color: var(--maskbg);
|
|
}
|
|
}
|
|
@keyframes p-component-overlay-leave-animation {
|
|
from {
|
|
background-color: var(--maskbg);
|
|
}
|
|
to {
|
|
background-color: transparent;
|
|
}
|
|
}
|
|
.landing-themes .p-inputtext {
|
|
font-family: var(--font-family);
|
|
font-feature-settings: var(--font-feature-settings, normal);
|
|
font-size: 1rem;
|
|
color: rgba(255, 255, 255, 0.87);
|
|
background: #111827;
|
|
padding: 0.75rem 0.75rem;
|
|
border: 1px solid #424b57;
|
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
appearance: none;
|
|
border-radius: 6px;
|
|
}
|
|
.landing-themes .p-inputtext:enabled:hover {
|
|
border-color: #10b981;
|
|
}
|
|
.landing-themes .p-inputtext:enabled:focus {
|
|
outline: 0 none;
|
|
outline-offset: 0;
|
|
box-shadow: 0 0 0 0.2rem #ecfdf5;
|
|
border-color: #10b981;
|
|
}
|
|
.landing-themes .p-inputtext.p-invalid.p-component {
|
|
border-color: #FCA5A5;
|
|
}
|
|
.landing-themes .p-inputtext.p-inputtext-sm {
|
|
font-size: 0.875rem;
|
|
padding: 0.65625rem 0.65625rem;
|
|
}
|
|
.landing-themes .p-inputtext.p-inputtext-lg {
|
|
font-size: 1.25rem;
|
|
padding: 0.9375rem 0.9375rem;
|
|
}
|
|
.landing-themes .p-float-label > label {
|
|
left: 0.75rem;
|
|
color: rgba(255, 255, 255, 0.6);
|
|
transition-duration: 0.2s;
|
|
}
|
|
.landing-themes .p-float-label > .p-invalid + label {
|
|
color: #FCA5A5;
|
|
}
|
|
.landing-themes .p-input-icon-left > svg:first-of-type,
|
|
.landing-themes .p-input-icon-left > i:first-of-type {
|
|
left: 0.75rem;
|
|
color: rgba(255, 255, 255, 0.6);
|
|
}
|
|
.landing-themes .p-input-icon-left > .p-inputtext {
|
|
padding-left: 2.5rem;
|
|
}
|
|
.landing-themes .p-input-icon-left.p-float-label > label {
|
|
left: 2.5rem;
|
|
}
|
|
.landing-themes .p-input-icon-right > svg:last-of-type,
|
|
.landing-themes .p-input-icon-right > i:last-of-type {
|
|
right: 0.75rem;
|
|
color: rgba(255, 255, 255, 0.6);
|
|
}
|
|
.landing-themes .p-input-icon-right > .p-inputtext {
|
|
padding-right: 2.5rem;
|
|
}
|
|
.landing-themes ::-webkit-input-placeholder {
|
|
color: rgba(255, 255, 255, 0.6);
|
|
}
|
|
.landing-themes :-moz-placeholder {
|
|
color: rgba(255, 255, 255, 0.6);
|
|
}
|
|
.landing-themes ::-moz-placeholder {
|
|
color: rgba(255, 255, 255, 0.6);
|
|
}
|
|
.landing-themes :-ms-input-placeholder {
|
|
color: rgba(255, 255, 255, 0.6);
|
|
}
|
|
.landing-themes .p-input-filled .p-inputtext {
|
|
background-color: #424b57;
|
|
}
|
|
.landing-themes .p-input-filled .p-inputtext:enabled:hover {
|
|
background-color: #424b57;
|
|
}
|
|
.landing-themes .p-input-filled .p-inputtext:enabled:focus {
|
|
background-color: #424b57;
|
|
}
|
|
.landing-themes .p-inputtext-sm .p-inputtext {
|
|
font-size: 0.875rem;
|
|
padding: 0.65625rem 0.65625rem;
|
|
}
|
|
.landing-themes .p-inputtext-lg .p-inputtext {
|
|
font-size: 1.25rem;
|
|
padding: 0.9375rem 0.9375rem;
|
|
}
|
|
.landing-themes .p-button {
|
|
color: #ffffff;
|
|
background: #10b981;
|
|
border: 1px solid #10b981;
|
|
padding: 0.75rem 1.25rem;
|
|
font-size: 1rem;
|
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
border-radius: 6px;
|
|
}
|
|
.landing-themes .p-button:enabled:hover {
|
|
background: #059669;
|
|
color: #ffffff;
|
|
border-color: #059669;
|
|
}
|
|
.landing-themes .p-button:enabled:active {
|
|
background: #047857;
|
|
color: #ffffff;
|
|
border-color: #047857;
|
|
}
|
|
.landing-themes .p-button.p-button-outlined {
|
|
background-color: transparent;
|
|
color: #10b981;
|
|
border: 1px solid;
|
|
}
|
|
.landing-themes .p-button.p-button-outlined:enabled:hover {
|
|
background: rgba(16, 185, 129, 0.04);
|
|
color: #10b981;
|
|
border: 1px solid;
|
|
}
|
|
.landing-themes .p-button.p-button-outlined:enabled:active {
|
|
background: rgba(16, 185, 129, 0.16);
|
|
color: #10b981;
|
|
border: 1px solid;
|
|
}
|
|
.landing-themes .p-button.p-button-outlined.p-button-plain {
|
|
color: rgba(255, 255, 255, 0.6);
|
|
border-color: rgba(255, 255, 255, 0.6);
|
|
}
|
|
.landing-themes .p-button.p-button-outlined.p-button-plain:enabled:hover {
|
|
background: rgba(255, 255, 255, 0.03);
|
|
color: rgba(255, 255, 255, 0.6);
|
|
}
|
|
.landing-themes .p-button.p-button-outlined.p-button-plain:enabled:active {
|
|
background: rgba(255, 255, 255, 0.16);
|
|
color: rgba(255, 255, 255, 0.6);
|
|
}
|
|
.landing-themes .p-button.p-button-text {
|
|
background-color: transparent;
|
|
color: #10b981;
|
|
border-color: transparent;
|
|
}
|
|
.landing-themes .p-button.p-button-text:enabled:hover {
|
|
background: rgba(16, 185, 129, 0.04);
|
|
color: #10b981;
|
|
border-color: transparent;
|
|
}
|
|
.landing-themes .p-button.p-button-text:enabled:active {
|
|
background: rgba(16, 185, 129, 0.16);
|
|
color: #10b981;
|
|
border-color: transparent;
|
|
}
|
|
.landing-themes .p-button.p-button-text.p-button-plain {
|
|
color: rgba(255, 255, 255, 0.6);
|
|
}
|
|
.landing-themes .p-button.p-button-text.p-button-plain:enabled:hover {
|
|
background: rgba(255, 255, 255, 0.03);
|
|
color: rgba(255, 255, 255, 0.6);
|
|
}
|
|
.landing-themes .p-button.p-button-text.p-button-plain:enabled:active {
|
|
background: rgba(255, 255, 255, 0.16);
|
|
color: rgba(255, 255, 255, 0.6);
|
|
}
|
|
.landing-themes .p-button:focus {
|
|
outline: 0 none;
|
|
outline-offset: 0;
|
|
box-shadow: 0 0 0 0.2rem #ecfdf5;
|
|
}
|
|
.landing-themes .p-button .p-button-label {
|
|
transition-duration: 0.2s;
|
|
}
|
|
.landing-themes .p-button .p-button-icon-left {
|
|
margin-right: 0.5rem;
|
|
}
|
|
.landing-themes .p-button .p-button-icon-right {
|
|
margin-left: 0.5rem;
|
|
}
|
|
.landing-themes .p-button .p-button-icon-bottom {
|
|
margin-top: 0.5rem;
|
|
}
|
|
.landing-themes .p-button .p-button-icon-top {
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
.landing-themes .p-button .p-badge {
|
|
margin-left: 0.5rem;
|
|
min-width: 1rem;
|
|
height: 1rem;
|
|
line-height: 1rem;
|
|
color: #10b981;
|
|
background-color: #ffffff;
|
|
}
|
|
.landing-themes .p-button.p-button-raised {
|
|
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
|
}
|
|
.landing-themes .p-button.p-button-rounded {
|
|
border-radius: 2rem;
|
|
}
|
|
.landing-themes .p-button.p-button-icon-only {
|
|
width: 3rem;
|
|
padding: 0.75rem 0;
|
|
}
|
|
.landing-themes .p-button.p-button-icon-only .p-button-icon-left,
|
|
.landing-themes .p-button.p-button-icon-only .p-button-icon-right {
|
|
margin: 0;
|
|
}
|
|
.landing-themes .p-button.p-button-icon-only.p-button-rounded {
|
|
border-radius: 50%;
|
|
height: 3rem;
|
|
}
|
|
.landing-themes .p-button.p-button-sm {
|
|
font-size: 0.875rem;
|
|
padding: 0.65625rem 1.09375rem;
|
|
}
|
|
.landing-themes .p-button.p-button-sm .p-button-icon {
|
|
font-size: 0.875rem;
|
|
}
|
|
.landing-themes .p-button.p-button-lg {
|
|
font-size: 1.25rem;
|
|
padding: 0.9375rem 1.5625rem;
|
|
}
|
|
.landing-themes .p-button.p-button-lg .p-button-icon {
|
|
font-size: 1.25rem;
|
|
}
|
|
.landing-themes .p-button.p-button-loading-label-only .p-button-label {
|
|
margin-left: 0.5rem;
|
|
}
|
|
.landing-themes .p-button.p-button-loading-label-only .p-button-loading-icon {
|
|
margin-right: 0;
|
|
}
|
|
.landing-themes .p-fluid .p-button {
|
|
width: 100%;
|
|
}
|
|
.landing-themes .p-fluid .p-button-icon-only {
|
|
width: 3rem;
|
|
}
|
|
.landing-themes .p-fluid .p-buttonset {
|
|
display: flex;
|
|
}
|
|
.landing-themes .p-fluid .p-buttonset .p-button {
|
|
flex: 1;
|
|
}
|
|
.landing-themes .p-button.p-button-secondary, .landing-themes .p-buttonset.p-button-secondary > .p-button, .landing-themes .p-splitbutton.p-button-secondary > .p-button {
|
|
color: #1c2127;
|
|
background: #CBD5E1;
|
|
border: 1px solid #CBD5E1;
|
|
}
|
|
.landing-themes .p-button.p-button-secondary:enabled:hover, .landing-themes .p-buttonset.p-button-secondary > .p-button:enabled:hover, .landing-themes .p-splitbutton.p-button-secondary > .p-button:enabled:hover {
|
|
background: #b0bfd1;
|
|
color: #1c2127;
|
|
border-color: #b0bfd1;
|
|
}
|
|
.landing-themes .p-button.p-button-secondary:enabled:focus, .landing-themes .p-buttonset.p-button-secondary > .p-button:enabled:focus, .landing-themes .p-splitbutton.p-button-secondary > .p-button:enabled:focus {
|
|
box-shadow: 0 0 0 1px #dbe2ea;
|
|
}
|
|
.landing-themes .p-button.p-button-secondary:enabled:active, .landing-themes .p-buttonset.p-button-secondary > .p-button:enabled:active, .landing-themes .p-splitbutton.p-button-secondary > .p-button:enabled:active {
|
|
background: #95a9c2;
|
|
color: #1c2127;
|
|
border-color: #95a9c2;
|
|
}
|
|
.landing-themes .p-button.p-button-secondary.p-button-outlined, .landing-themes .p-buttonset.p-button-secondary > .p-button.p-button-outlined, .landing-themes .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
|
|
background-color: transparent;
|
|
color: #CBD5E1;
|
|
border: 1px solid;
|
|
}
|
|
.landing-themes .p-button.p-button-secondary.p-button-outlined:enabled:hover, .landing-themes .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:hover, .landing-themes .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:hover {
|
|
background: rgba(203, 213, 225, 0.04);
|
|
color: #CBD5E1;
|
|
border: 1px solid;
|
|
}
|
|
.landing-themes .p-button.p-button-secondary.p-button-outlined:enabled:active, .landing-themes .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:active, .landing-themes .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:active {
|
|
background: rgba(203, 213, 225, 0.16);
|
|
color: #CBD5E1;
|
|
border: 1px solid;
|
|
}
|
|
.landing-themes .p-button.p-button-secondary.p-button-text, .landing-themes .p-buttonset.p-button-secondary > .p-button.p-button-text, .landing-themes .p-splitbutton.p-button-secondary > .p-button.p-button-text {
|
|
background-color: transparent;
|
|
color: #CBD5E1;
|
|
border-color: transparent;
|
|
}
|
|
.landing-themes .p-button.p-button-secondary.p-button-text:enabled:hover, .landing-themes .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:hover, .landing-themes .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:hover {
|
|
background: rgba(203, 213, 225, 0.04);
|
|
border-color: transparent;
|
|
color: #CBD5E1;
|
|
}
|
|
.landing-themes .p-button.p-button-secondary.p-button-text:enabled:active, .landing-themes .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:active, .landing-themes .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:active {
|
|
background: rgba(203, 213, 225, 0.16);
|
|
border-color: transparent;
|
|
color: #CBD5E1;
|
|
}
|
|
.landing-themes .p-button.p-button-info, .landing-themes .p-buttonset.p-button-info > .p-button, .landing-themes .p-splitbutton.p-button-info > .p-button {
|
|
color: #1c2127;
|
|
background: #93C5FD;
|
|
border: 1px solid #93C5FD;
|
|
}
|
|
.landing-themes .p-button.p-button-info:enabled:hover, .landing-themes .p-buttonset.p-button-info > .p-button:enabled:hover, .landing-themes .p-splitbutton.p-button-info > .p-button:enabled:hover {
|
|
background: #6cb0fc;
|
|
color: #1c2127;
|
|
border-color: #6cb0fc;
|
|
}
|
|
.landing-themes .p-button.p-button-info:enabled:focus, .landing-themes .p-buttonset.p-button-info > .p-button:enabled:focus, .landing-themes .p-splitbutton.p-button-info > .p-button:enabled:focus {
|
|
box-shadow: 0 0 0 1px #b3d6fe;
|
|
}
|
|
.landing-themes .p-button.p-button-info:enabled:active, .landing-themes .p-buttonset.p-button-info > .p-button:enabled:active, .landing-themes .p-splitbutton.p-button-info > .p-button:enabled:active {
|
|
background: #449bfc;
|
|
color: #1c2127;
|
|
border-color: #449bfc;
|
|
}
|
|
.landing-themes .p-button.p-button-info.p-button-outlined, .landing-themes .p-buttonset.p-button-info > .p-button.p-button-outlined, .landing-themes .p-splitbutton.p-button-info > .p-button.p-button-outlined {
|
|
background-color: transparent;
|
|
color: #93C5FD;
|
|
border: 1px solid;
|
|
}
|
|
.landing-themes .p-button.p-button-info.p-button-outlined:enabled:hover, .landing-themes .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:hover, .landing-themes .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:hover {
|
|
background: rgba(147, 197, 253, 0.04);
|
|
color: #93C5FD;
|
|
border: 1px solid;
|
|
}
|
|
.landing-themes .p-button.p-button-info.p-button-outlined:enabled:active, .landing-themes .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:active, .landing-themes .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:active {
|
|
background: rgba(147, 197, 253, 0.16);
|
|
color: #93C5FD;
|
|
border: 1px solid;
|
|
}
|
|
.landing-themes .p-button.p-button-info.p-button-text, .landing-themes .p-buttonset.p-button-info > .p-button.p-button-text, .landing-themes .p-splitbutton.p-button-info > .p-button.p-button-text {
|
|
background-color: transparent;
|
|
color: #93C5FD;
|
|
border-color: transparent;
|
|
}
|
|
.landing-themes .p-button.p-button-info.p-button-text:enabled:hover, .landing-themes .p-buttonset.p-button-info > .p-button.p-button-text:enabled:hover, .landing-themes .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:hover {
|
|
background: rgba(147, 197, 253, 0.04);
|
|
border-color: transparent;
|
|
color: #93C5FD;
|
|
}
|
|
.landing-themes .p-button.p-button-info.p-button-text:enabled:active, .landing-themes .p-buttonset.p-button-info > .p-button.p-button-text:enabled:active, .landing-themes .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:active {
|
|
background: rgba(147, 197, 253, 0.16);
|
|
border-color: transparent;
|
|
color: #93C5FD;
|
|
}
|
|
.landing-themes .p-button.p-button-success, .landing-themes .p-buttonset.p-button-success > .p-button, .landing-themes .p-splitbutton.p-button-success > .p-button {
|
|
color: #1c2127;
|
|
background: #86EFAC;
|
|
border: 1px solid #86EFAC;
|
|
}
|
|
.landing-themes .p-button.p-button-success:enabled:hover, .landing-themes .p-buttonset.p-button-success > .p-button:enabled:hover, .landing-themes .p-splitbutton.p-button-success > .p-button:enabled:hover {
|
|
background: #65eb95;
|
|
color: #1c2127;
|
|
border-color: #65eb95;
|
|
}
|
|
.landing-themes .p-button.p-button-success:enabled:focus, .landing-themes .p-buttonset.p-button-success > .p-button:enabled:focus, .landing-themes .p-splitbutton.p-button-success > .p-button:enabled:focus {
|
|
box-shadow: 0 0 0 1px #aaf4c5;
|
|
}
|
|
.landing-themes .p-button.p-button-success:enabled:active, .landing-themes .p-buttonset.p-button-success > .p-button:enabled:active, .landing-themes .p-splitbutton.p-button-success > .p-button:enabled:active {
|
|
background: #44e67f;
|
|
color: #1c2127;
|
|
border-color: #44e67f;
|
|
}
|
|
.landing-themes .p-button.p-button-success.p-button-outlined, .landing-themes .p-buttonset.p-button-success > .p-button.p-button-outlined, .landing-themes .p-splitbutton.p-button-success > .p-button.p-button-outlined {
|
|
background-color: transparent;
|
|
color: #86EFAC;
|
|
border: 1px solid;
|
|
}
|
|
.landing-themes .p-button.p-button-success.p-button-outlined:enabled:hover, .landing-themes .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:hover, .landing-themes .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:hover {
|
|
background: rgba(134, 239, 172, 0.04);
|
|
color: #86EFAC;
|
|
border: 1px solid;
|
|
}
|
|
.landing-themes .p-button.p-button-success.p-button-outlined:enabled:active, .landing-themes .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:active, .landing-themes .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:active {
|
|
background: rgba(134, 239, 172, 0.16);
|
|
color: #86EFAC;
|
|
border: 1px solid;
|
|
}
|
|
.landing-themes .p-button.p-button-success.p-button-text, .landing-themes .p-buttonset.p-button-success > .p-button.p-button-text, .landing-themes .p-splitbutton.p-button-success > .p-button.p-button-text {
|
|
background-color: transparent;
|
|
color: #86EFAC;
|
|
border-color: transparent;
|
|
}
|
|
.landing-themes .p-button.p-button-success.p-button-text:enabled:hover, .landing-themes .p-buttonset.p-button-success > .p-button.p-button-text:enabled:hover, .landing-themes .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:hover {
|
|
background: rgba(134, 239, 172, 0.04);
|
|
border-color: transparent;
|
|
color: #86EFAC;
|
|
}
|
|
.landing-themes .p-button.p-button-success.p-button-text:enabled:active, .landing-themes .p-buttonset.p-button-success > .p-button.p-button-text:enabled:active, .landing-themes .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:active {
|
|
background: rgba(134, 239, 172, 0.16);
|
|
border-color: transparent;
|
|
color: #86EFAC;
|
|
}
|
|
.landing-themes .p-button.p-button-warning, .landing-themes .p-buttonset.p-button-warning > .p-button, .landing-themes .p-splitbutton.p-button-warning > .p-button {
|
|
color: #1c2127;
|
|
background: #FCD34D;
|
|
border: 1px solid #FCD34D;
|
|
}
|
|
.landing-themes .p-button.p-button-warning:enabled:hover, .landing-themes .p-buttonset.p-button-warning > .p-button:enabled:hover, .landing-themes .p-splitbutton.p-button-warning > .p-button:enabled:hover {
|
|
background: #fbcb2d;
|
|
color: #1c2127;
|
|
border-color: #fbcb2d;
|
|
}
|
|
.landing-themes .p-button.p-button-warning:enabled:focus, .landing-themes .p-buttonset.p-button-warning > .p-button:enabled:focus, .landing-themes .p-splitbutton.p-button-warning > .p-button:enabled:focus {
|
|
box-shadow: 0 0 0 1px #fde082;
|
|
}
|
|
.landing-themes .p-button.p-button-warning:enabled:active, .landing-themes .p-buttonset.p-button-warning > .p-button:enabled:active, .landing-themes .p-splitbutton.p-button-warning > .p-button:enabled:active {
|
|
background: #fbc30c;
|
|
color: #1c2127;
|
|
border-color: #fbc30c;
|
|
}
|
|
.landing-themes .p-button.p-button-warning.p-button-outlined, .landing-themes .p-buttonset.p-button-warning > .p-button.p-button-outlined, .landing-themes .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
|
|
background-color: transparent;
|
|
color: #FCD34D;
|
|
border: 1px solid;
|
|
}
|
|
.landing-themes .p-button.p-button-warning.p-button-outlined:enabled:hover, .landing-themes .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:hover, .landing-themes .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:hover {
|
|
background: rgba(252, 211, 77, 0.04);
|
|
color: #FCD34D;
|
|
border: 1px solid;
|
|
}
|
|
.landing-themes .p-button.p-button-warning.p-button-outlined:enabled:active, .landing-themes .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:active, .landing-themes .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:active {
|
|
background: rgba(252, 211, 77, 0.16);
|
|
color: #FCD34D;
|
|
border: 1px solid;
|
|
}
|
|
.landing-themes .p-button.p-button-warning.p-button-text, .landing-themes .p-buttonset.p-button-warning > .p-button.p-button-text, .landing-themes .p-splitbutton.p-button-warning > .p-button.p-button-text {
|
|
background-color: transparent;
|
|
color: #FCD34D;
|
|
border-color: transparent;
|
|
}
|
|
.landing-themes .p-button.p-button-warning.p-button-text:enabled:hover, .landing-themes .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:hover, .landing-themes .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:hover {
|
|
background: rgba(252, 211, 77, 0.04);
|
|
border-color: transparent;
|
|
color: #FCD34D;
|
|
}
|
|
.landing-themes .p-button.p-button-warning.p-button-text:enabled:active, .landing-themes .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:active, .landing-themes .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:active {
|
|
background: rgba(252, 211, 77, 0.16);
|
|
border-color: transparent;
|
|
color: #FCD34D;
|
|
}
|
|
.landing-themes .p-button.p-button-help, .landing-themes .p-buttonset.p-button-help > .p-button, .landing-themes .p-splitbutton.p-button-help > .p-button {
|
|
color: #1c2127;
|
|
background: #D8B4FE;
|
|
border: 1px solid #D8B4FE;
|
|
}
|
|
.landing-themes .p-button.p-button-help:enabled:hover, .landing-themes .p-buttonset.p-button-help > .p-button:enabled:hover, .landing-themes .p-splitbutton.p-button-help > .p-button:enabled:hover {
|
|
background: #c289fd;
|
|
color: #1c2127;
|
|
border-color: #c289fd;
|
|
}
|
|
.landing-themes .p-button.p-button-help:enabled:focus, .landing-themes .p-buttonset.p-button-help > .p-button:enabled:focus, .landing-themes .p-splitbutton.p-button-help > .p-button:enabled:focus {
|
|
box-shadow: 0 0 0 1px #e4cbfe;
|
|
}
|
|
.landing-themes .p-button.p-button-help:enabled:active, .landing-themes .p-buttonset.p-button-help > .p-button:enabled:active, .landing-themes .p-splitbutton.p-button-help > .p-button:enabled:active {
|
|
background: #ab5efd;
|
|
color: #1c2127;
|
|
border-color: #ab5efd;
|
|
}
|
|
.landing-themes .p-button.p-button-help.p-button-outlined, .landing-themes .p-buttonset.p-button-help > .p-button.p-button-outlined, .landing-themes .p-splitbutton.p-button-help > .p-button.p-button-outlined {
|
|
background-color: transparent;
|
|
color: #D8B4FE;
|
|
border: 1px solid;
|
|
}
|
|
.landing-themes .p-button.p-button-help.p-button-outlined:enabled:hover, .landing-themes .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:hover, .landing-themes .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:hover {
|
|
background: rgba(216, 180, 254, 0.04);
|
|
color: #D8B4FE;
|
|
border: 1px solid;
|
|
}
|
|
.landing-themes .p-button.p-button-help.p-button-outlined:enabled:active, .landing-themes .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:active, .landing-themes .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:active {
|
|
background: rgba(216, 180, 254, 0.16);
|
|
color: #D8B4FE;
|
|
border: 1px solid;
|
|
}
|
|
.landing-themes .p-button.p-button-help.p-button-text, .landing-themes .p-buttonset.p-button-help > .p-button.p-button-text, .landing-themes .p-splitbutton.p-button-help > .p-button.p-button-text {
|
|
background-color: transparent;
|
|
color: #D8B4FE;
|
|
border-color: transparent;
|
|
}
|
|
.landing-themes .p-button.p-button-help.p-button-text:enabled:hover, .landing-themes .p-buttonset.p-button-help > .p-button.p-button-text:enabled:hover, .landing-themes .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:hover {
|
|
background: rgba(216, 180, 254, 0.04);
|
|
border-color: transparent;
|
|
color: #D8B4FE;
|
|
}
|
|
.landing-themes .p-button.p-button-help.p-button-text:enabled:active, .landing-themes .p-buttonset.p-button-help > .p-button.p-button-text:enabled:active, .landing-themes .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:active {
|
|
background: rgba(216, 180, 254, 0.16);
|
|
border-color: transparent;
|
|
color: #D8B4FE;
|
|
}
|
|
.landing-themes .p-button.p-button-danger, .landing-themes .p-buttonset.p-button-danger > .p-button, .landing-themes .p-splitbutton.p-button-danger > .p-button {
|
|
color: #1c2127;
|
|
background: #FCA5A5;
|
|
border: 1px solid #FCA5A5;
|
|
}
|
|
.landing-themes .p-button.p-button-danger:enabled:hover, .landing-themes .p-buttonset.p-button-danger > .p-button:enabled:hover, .landing-themes .p-splitbutton.p-button-danger > .p-button:enabled:hover {
|
|
background: #fb7d7d;
|
|
color: #1c2127;
|
|
border-color: #fb7d7d;
|
|
}
|
|
.landing-themes .p-button.p-button-danger:enabled:focus, .landing-themes .p-buttonset.p-button-danger > .p-button:enabled:focus, .landing-themes .p-splitbutton.p-button-danger > .p-button:enabled:focus {
|
|
box-shadow: 0 0 0 1px #fdc0c0;
|
|
}
|
|
.landing-themes .p-button.p-button-danger:enabled:active, .landing-themes .p-buttonset.p-button-danger > .p-button:enabled:active, .landing-themes .p-splitbutton.p-button-danger > .p-button:enabled:active {
|
|
background: #f95454;
|
|
color: #1c2127;
|
|
border-color: #f95454;
|
|
}
|
|
.landing-themes .p-button.p-button-danger.p-button-outlined, .landing-themes .p-buttonset.p-button-danger > .p-button.p-button-outlined, .landing-themes .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
|
|
background-color: transparent;
|
|
color: #FCA5A5;
|
|
border: 1px solid;
|
|
}
|
|
.landing-themes .p-button.p-button-danger.p-button-outlined:enabled:hover, .landing-themes .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:hover, .landing-themes .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:hover {
|
|
background: rgba(252, 165, 165, 0.04);
|
|
color: #FCA5A5;
|
|
border: 1px solid;
|
|
}
|
|
.landing-themes .p-button.p-button-danger.p-button-outlined:enabled:active, .landing-themes .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:active, .landing-themes .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:active {
|
|
background: rgba(252, 165, 165, 0.16);
|
|
color: #FCA5A5;
|
|
border: 1px solid;
|
|
}
|
|
.landing-themes .p-button.p-button-danger.p-button-text, .landing-themes .p-buttonset.p-button-danger > .p-button.p-button-text, .landing-themes .p-splitbutton.p-button-danger > .p-button.p-button-text {
|
|
background-color: transparent;
|
|
color: #FCA5A5;
|
|
border-color: transparent;
|
|
}
|
|
.landing-themes .p-button.p-button-danger.p-button-text:enabled:hover, .landing-themes .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:hover, .landing-themes .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:hover {
|
|
background: rgba(252, 165, 165, 0.04);
|
|
border-color: transparent;
|
|
color: #FCA5A5;
|
|
}
|
|
.landing-themes .p-button.p-button-danger.p-button-text:enabled:active, .landing-themes .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:active, .landing-themes .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:active {
|
|
background: rgba(252, 165, 165, 0.16);
|
|
border-color: transparent;
|
|
color: #FCA5A5;
|
|
}
|
|
.landing-themes .p-button.p-button-link {
|
|
color: #10b981;
|
|
background: transparent;
|
|
border: transparent;
|
|
}
|
|
.landing-themes .p-button.p-button-link:enabled:hover {
|
|
background: transparent;
|
|
color: #10b981;
|
|
border-color: transparent;
|
|
}
|
|
.landing-themes .p-button.p-button-link:enabled:hover .p-button-label {
|
|
text-decoration: underline;
|
|
}
|
|
.landing-themes .p-button.p-button-link:enabled:focus {
|
|
background: transparent;
|
|
box-shadow: 0 0 0 1px #ecfdf5;
|
|
border-color: transparent;
|
|
}
|
|
.landing-themes .p-button.p-button-link:enabled:active {
|
|
background: transparent;
|
|
color: #10b981;
|
|
border-color: transparent;
|
|
}
|
|
.landing-themes .p-badge {
|
|
background: #10b981;
|
|
color: #ffffff;
|
|
font-size: 0.75rem;
|
|
font-weight: 700;
|
|
min-width: 1.5rem;
|
|
height: 1.5rem;
|
|
line-height: 1.5rem;
|
|
}
|
|
.landing-themes .p-badge.p-badge-secondary {
|
|
background-color: #CBD5E1;
|
|
color: #1c2127;
|
|
}
|
|
.landing-themes .p-badge.p-badge-success {
|
|
background-color: #86EFAC;
|
|
color: #1c2127;
|
|
}
|
|
.landing-themes .p-badge.p-badge-info {
|
|
background-color: #93C5FD;
|
|
color: #1c2127;
|
|
}
|
|
.landing-themes .p-badge.p-badge-warning {
|
|
background-color: #FCD34D;
|
|
color: #1c2127;
|
|
}
|
|
.landing-themes .p-badge.p-badge-danger {
|
|
background-color: #FCA5A5;
|
|
color: #1c2127;
|
|
}
|
|
.landing-themes .p-badge.p-badge-lg {
|
|
font-size: 1.125rem;
|
|
min-width: 2.25rem;
|
|
height: 2.25rem;
|
|
line-height: 2.25rem;
|
|
}
|
|
.landing-themes .p-badge.p-badge-xl {
|
|
font-size: 1.5rem;
|
|
min-width: 3rem;
|
|
height: 3rem;
|
|
line-height: 3rem;
|
|
}
|
|
.landing-themes .p-progressbar {
|
|
border: 0 none;
|
|
height: 1.5rem;
|
|
background: #424b57;
|
|
border-radius: 6px;
|
|
}
|
|
.landing-themes .p-progressbar .p-progressbar-value {
|
|
border: 0 none;
|
|
margin: 0;
|
|
background: #10b981;
|
|
}
|
|
.landing-themes .p-progressbar .p-progressbar-label {
|
|
color: #ffffff;
|
|
line-height: 1.5rem;
|
|
}
|
|
.landing-themes .p-datatable .p-paginator-top {
|
|
border-width: 1px 0 1px 0;
|
|
border-radius: 0;
|
|
}
|
|
.landing-themes .p-datatable .p-paginator-bottom {
|
|
border-width: 0 0 1px 0;
|
|
border-radius: 0;
|
|
}
|
|
.landing-themes .p-datatable .p-datatable-header {
|
|
background: #1f2937;
|
|
color: rgba(255, 255, 255, 0.6);
|
|
border: 1px solid #424b57;
|
|
border-width: 0 0 1px 0;
|
|
padding: 1rem 1rem;
|
|
font-weight: 700;
|
|
}
|
|
.landing-themes .p-datatable .p-datatable-footer {
|
|
background: #1f2937;
|
|
color: rgba(255, 255, 255, 0.87);
|
|
border: 1px solid #424b57;
|
|
border-width: 0 0 1px 0;
|
|
padding: 1rem 1rem;
|
|
font-weight: 700;
|
|
}
|
|
.landing-themes .p-datatable .p-datatable-thead > tr > th {
|
|
text-align: left;
|
|
padding: 1rem 1rem;
|
|
border: 1px solid #424b57;
|
|
border-width: 0 0 1px 0;
|
|
font-weight: 700;
|
|
color: rgba(255, 255, 255, 0.87);
|
|
background: #1f2937;
|
|
transition: box-shadow 0.2s;
|
|
}
|
|
.landing-themes .p-datatable .p-datatable-tfoot > tr > td {
|
|
text-align: left;
|
|
padding: 1rem 1rem;
|
|
border: 1px solid #424b57;
|
|
border-width: 0 0 1px 0;
|
|
font-weight: 700;
|
|
color: rgba(255, 255, 255, 0.87);
|
|
background: #1f2937;
|
|
}
|
|
.landing-themes .p-datatable .p-sortable-column .p-sortable-column-icon {
|
|
color: rgba(255, 255, 255, 0.6);
|
|
margin-left: 0.5rem;
|
|
}
|
|
.landing-themes .p-datatable .p-sortable-column .p-sortable-column-badge {
|
|
border-radius: 50%;
|
|
height: 1.143rem;
|
|
min-width: 1.143rem;
|
|
line-height: 1.143rem;
|
|
color: rgba(255, 255, 255, 0.87);
|
|
background: rgba(94, 234, 212, 0.16);
|
|
margin-left: 0.5rem;
|
|
}
|
|
.landing-themes .p-datatable .p-sortable-column:not(.p-highlight):hover {
|
|
background: rgba(255, 255, 255, 0.03);
|
|
color: rgba(255, 255, 255, 0.87);
|
|
}
|
|
.landing-themes .p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
|
|
color: rgba(255, 255, 255, 0.87);
|
|
}
|
|
.landing-themes .p-datatable .p-sortable-column.p-highlight {
|
|
background: rgba(94, 234, 212, 0.16);
|
|
color: rgba(255, 255, 255, 0.87);
|
|
}
|
|
.landing-themes .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
|
color: rgba(255, 255, 255, 0.87);
|
|
}
|
|
.landing-themes .p-datatable .p-sortable-column.p-highlight:hover {
|
|
background: rgba(94, 234, 212, 0.16);
|
|
color: rgba(255, 255, 255, 0.87);
|
|
}
|
|
.landing-themes .p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
|
|
color: rgba(255, 255, 255, 0.87);
|
|
}
|
|
.landing-themes .p-datatable .p-sortable-column:focus-visible {
|
|
box-shadow: inset 0 0 0 0.15rem #ecfdf5;
|
|
outline: 0 none;
|
|
}
|
|
.landing-themes .p-datatable .p-datatable-tbody > tr {
|
|
background: #1f2937;
|
|
color: rgba(255, 255, 255, 0.87);
|
|
transition: box-shadow 0.2s;
|
|
}
|
|
.landing-themes .p-datatable .p-datatable-tbody > tr > td {
|
|
text-align: left;
|
|
border: 1px solid #424b57;
|
|
border-width: 0 0 1px 0;
|
|
padding: 1rem 1rem;
|
|
}
|
|
.landing-themes .p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
|
|
.landing-themes .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
|
|
.landing-themes .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
|
|
.landing-themes .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
|
|
width: 2rem;
|
|
height: 2rem;
|
|
color: rgba(255, 255, 255, 0.6);
|
|
border: 0 none;
|
|
background: transparent;
|
|
border-radius: 50%;
|
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
}
|
|
.landing-themes .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
|
|
.landing-themes .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
|
|
.landing-themes .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
|
|
.landing-themes .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
|
|
color: rgba(255, 255, 255, 0.87);
|
|
border-color: transparent;
|
|
background: rgba(255, 255, 255, 0.03);
|
|
}
|
|
.landing-themes .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible,
|
|
.landing-themes .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
|
|
.landing-themes .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
|
|
.landing-themes .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
|
|
outline: 0 none;
|
|
outline-offset: 0;
|
|
box-shadow: 0 0 0 0.2rem #ecfdf5;
|
|
}
|
|
.landing-themes .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
|
|
margin-right: 0.5rem;
|
|
}
|
|
.landing-themes .p-datatable .p-datatable-tbody > tr > td > .p-column-title {
|
|
font-weight: 700;
|
|
}
|
|
.landing-themes .p-datatable .p-datatable-tbody > tr:focus-visible {
|
|
outline: 0.15rem solid #ecfdf5;
|
|
outline-offset: -0.15rem;
|
|
}
|
|
.landing-themes .p-datatable .p-datatable-tbody > tr.p-highlight {
|
|
background: rgba(94, 234, 212, 0.16);
|
|
color: rgba(255, 255, 255, 0.87);
|
|
}
|
|
.landing-themes .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
|
box-shadow: inset 0 2px 0 0 rgba(94, 234, 212, 0.16);
|
|
}
|
|
.landing-themes .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
|
|
box-shadow: inset 0 -2px 0 0 rgba(94, 234, 212, 0.16);
|
|
}
|
|
.landing-themes .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
|
|
background: rgba(255, 255, 255, 0.03);
|
|
color: rgba(255, 255, 255, 0.87);
|
|
}
|
|
.landing-themes .p-datatable .p-column-resizer-helper {
|
|
background: #10b981;
|
|
}
|
|
.landing-themes .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
|
|
.landing-themes .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot, .landing-themes .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-thead,
|
|
.landing-themes .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-tfoot {
|
|
background-color: #1f2937;
|
|
}
|
|
.landing-themes .p-datatable .p-datatable-loading-icon {
|
|
font-size: 2rem;
|
|
}
|
|
.landing-themes .p-datatable .p-datatable-loading-icon.p-icon {
|
|
width: 2rem;
|
|
height: 2rem;
|
|
}
|
|
.landing-themes .p-datatable.p-datatable-gridlines .p-datatable-header {
|
|
border-width: 1px 1px 0 1px;
|
|
}
|
|
.landing-themes .p-datatable.p-datatable-gridlines .p-datatable-footer {
|
|
border-width: 0 1px 1px 1px;
|
|
}
|
|
.landing-themes .p-datatable.p-datatable-gridlines .p-paginator-top {
|
|
border-width: 0 1px 0 1px;
|
|
}
|
|
.landing-themes .p-datatable.p-datatable-gridlines .p-paginator-bottom {
|
|
border-width: 0 1px 1px 1px;
|
|
}
|
|
.landing-themes .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
|
|
border-width: 1px 0 1px 1px;
|
|
}
|
|
.landing-themes .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th:last-child {
|
|
border-width: 1px;
|
|
}
|
|
.landing-themes .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
|
|
border-width: 1px 0 0 1px;
|
|
}
|
|
.landing-themes .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td:last-child {
|
|
border-width: 1px 1px 0 1px;
|
|
}
|
|
.landing-themes .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td {
|
|
border-width: 1px 0 1px 1px;
|
|
}
|
|
.landing-themes .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td:last-child {
|
|
border-width: 1px;
|
|
}
|
|
.landing-themes .p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td {
|
|
border-width: 1px 0 1px 1px;
|
|
}
|
|
.landing-themes .p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td:last-child {
|
|
border-width: 1px 1px 1px 1px;
|
|
}
|
|
.landing-themes .p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td {
|
|
border-width: 0 0 1px 1px;
|
|
}
|
|
.landing-themes .p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td:last-child {
|
|
border-width: 0 1px 1px 1px;
|
|
}
|
|
.landing-themes .p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td {
|
|
border-width: 0 0 1px 1px;
|
|
}
|
|
.landing-themes .p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td:last-child {
|
|
border-width: 0 1px 1px 1px;
|
|
}
|
|
.landing-themes .p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td {
|
|
border-width: 0 0 0 1px;
|
|
}
|
|
.landing-themes .p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td:last-child {
|
|
border-width: 0 1px 0 1px;
|
|
}
|
|
.landing-themes .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
|
|
background: #1f2937;
|
|
}
|
|
.landing-themes .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
|
|
background: rgba(94, 234, 212, 0.16);
|
|
color: rgba(255, 255, 255, 0.87);
|
|
}
|
|
.landing-themes .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
|
|
color: rgba(255, 255, 255, 0.87);
|
|
}
|
|
.landing-themes .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
|
|
color: rgba(255, 255, 255, 0.87);
|
|
}
|
|
.landing-themes .p-datatable.p-datatable-sm .p-datatable-header {
|
|
padding: 0.5rem 0.5rem;
|
|
}
|
|
.landing-themes .p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
|
|
padding: 0.5rem 0.5rem;
|
|
}
|
|
.landing-themes .p-datatable.p-datatable-sm .p-datatable-tbody > tr > td {
|
|
padding: 0.5rem 0.5rem;
|
|
}
|
|
.landing-themes .p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td {
|
|
padding: 0.5rem 0.5rem;
|
|
}
|
|
.landing-themes .p-datatable.p-datatable-sm .p-datatable-footer {
|
|
padding: 0.5rem 0.5rem;
|
|
}
|
|
.landing-themes .p-datatable.p-datatable-lg .p-datatable-header {
|
|
padding: 1.25rem 1.25rem;
|
|
}
|
|
.landing-themes .p-datatable.p-datatable-lg .p-datatable-thead > tr > th {
|
|
padding: 1.25rem 1.25rem;
|
|
}
|
|
.landing-themes .p-datatable.p-datatable-lg .p-datatable-tbody > tr > td {
|
|
padding: 1.25rem 1.25rem;
|
|
}
|
|
.landing-themes .p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td {
|
|
padding: 1.25rem 1.25rem;
|
|
}
|
|
.landing-themes .p-datatable.p-datatable-lg .p-datatable-footer {
|
|
padding: 1.25rem 1.25rem;
|
|
}
|
|
.landing-themes .p-paginator {
|
|
background: #1f2937;
|
|
color: rgba(255, 255, 255, 0.6);
|
|
border: solid #424b57;
|
|
border-width: 0;
|
|
padding: 0.5rem 1rem;
|
|
border-radius: 6px;
|
|
}
|
|
.landing-themes .p-paginator .p-paginator-first,
|
|
.landing-themes .p-paginator .p-paginator-prev,
|
|
.landing-themes .p-paginator .p-paginator-next,
|
|
.landing-themes .p-paginator .p-paginator-last {
|
|
background-color: transparent;
|
|
border: 0 none;
|
|
color: rgba(255, 255, 255, 0.6);
|
|
min-width: 3rem;
|
|
height: 3rem;
|
|
margin: 0.143rem;
|
|
transition: box-shadow 0.2s;
|
|
border-radius: 6px;
|
|
}
|
|
.landing-themes .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
|
.landing-themes .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
|
|
.landing-themes .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
|
|
.landing-themes .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
|
|
background: rgba(255, 255, 255, 0.03);
|
|
border-color: transparent;
|
|
color: rgba(255, 255, 255, 0.87);
|
|
}
|
|
.landing-themes .p-paginator .p-paginator-first {
|
|
border-top-left-radius: 6px;
|
|
border-bottom-left-radius: 6px;
|
|
}
|
|
.landing-themes .p-paginator .p-paginator-last {
|
|
border-top-right-radius: 6px;
|
|
border-bottom-right-radius: 6px;
|
|
}
|
|
.landing-themes .p-paginator .p-dropdown {
|
|
margin-left: 0.5rem;
|
|
margin-right: 0.5rem;
|
|
height: 3rem;
|
|
}
|
|
.landing-themes .p-paginator .p-dropdown .p-dropdown-label {
|
|
padding-right: 0;
|
|
}
|
|
.landing-themes .p-paginator .p-paginator-page-input {
|
|
margin-left: 0.5rem;
|
|
margin-right: 0.5rem;
|
|
}
|
|
.landing-themes .p-paginator .p-paginator-page-input .p-inputtext {
|
|
max-width: 3rem;
|
|
}
|
|
.landing-themes .p-paginator .p-paginator-current {
|
|
background-color: transparent;
|
|
border: 0 none;
|
|
color: rgba(255, 255, 255, 0.6);
|
|
min-width: 3rem;
|
|
height: 3rem;
|
|
margin: 0.143rem;
|
|
padding: 0 0.5rem;
|
|
}
|
|
.landing-themes .p-paginator .p-paginator-pages .p-paginator-page {
|
|
background-color: transparent;
|
|
border: 0 none;
|
|
color: rgba(255, 255, 255, 0.6);
|
|
min-width: 3rem;
|
|
height: 3rem;
|
|
margin: 0.143rem;
|
|
transition: box-shadow 0.2s;
|
|
border-radius: 6px;
|
|
}
|
|
.landing-themes .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
|
background: rgba(94, 234, 212, 0.16);
|
|
border-color: rgba(94, 234, 212, 0.16);
|
|
color: rgba(255, 255, 255, 0.87);
|
|
}
|
|
.landing-themes .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
|
|
background: rgba(255, 255, 255, 0.03);
|
|
border-color: transparent;
|
|
color: rgba(255, 255, 255, 0.87);
|
|
} |