Refactor #4807 - Improved button severity colors
parent
ef57dc3884
commit
695ab67429
|
@ -1901,297 +1901,297 @@
|
|||
}
|
||||
|
||||
.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button {
|
||||
color: #1c2127;
|
||||
background: #CBD5E1;
|
||||
border: 1px solid #CBD5E1;
|
||||
color: #020617;
|
||||
background: #94a3b8;
|
||||
border: 1px solid #94a3b8;
|
||||
}
|
||||
.p-button.p-button-secondary:not(:disabled):hover, .p-buttonset.p-button-secondary > .p-button:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
|
||||
background: #b0bfd1;
|
||||
color: #1c2127;
|
||||
border-color: #b0bfd1;
|
||||
background: #cbd5e1;
|
||||
color: #020617;
|
||||
border-color: #cbd5e1;
|
||||
}
|
||||
.p-button.p-button-secondary:not(:disabled):focus, .p-buttonset.p-button-secondary > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #dbe2ea;
|
||||
box-shadow: 0 0 0 1px #b4bfcd;
|
||||
}
|
||||
.p-button.p-button-secondary:not(:disabled):active, .p-buttonset.p-button-secondary > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
|
||||
background: #95a9c2;
|
||||
color: #1c2127;
|
||||
border-color: #95a9c2;
|
||||
background: #e2e8f0;
|
||||
color: #020617;
|
||||
border-color: #e2e8f0;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-outlined, .p-buttonset.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(203, 213, 225, 0.04);
|
||||
color: #CBD5E1;
|
||||
background: rgba(148, 163, 184, 0.04);
|
||||
color: #94a3b8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(203, 213, 225, 0.16);
|
||||
color: #CBD5E1;
|
||||
background: rgba(148, 163, 184, 0.16);
|
||||
color: #94a3b8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-text, .p-buttonset.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-text:not(:disabled):hover, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(203, 213, 225, 0.04);
|
||||
background: rgba(148, 163, 184, 0.04);
|
||||
border-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-text:not(:disabled):active, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(203, 213, 225, 0.16);
|
||||
background: rgba(148, 163, 184, 0.16);
|
||||
border-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
}
|
||||
|
||||
.p-button.p-button-info, .p-buttonset.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button {
|
||||
color: #1c2127;
|
||||
background: #93C5FD;
|
||||
border: 1px solid #93C5FD;
|
||||
color: #082f49;
|
||||
background: #38bdf8;
|
||||
border: 1px solid #38bdf8;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):hover, .p-buttonset.p-button-info > .p-button:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
|
||||
background: #6cb0fc;
|
||||
color: #1c2127;
|
||||
border-color: #6cb0fc;
|
||||
background: #7dd3fc;
|
||||
color: #082f49;
|
||||
border-color: #7dd3fc;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):focus, .p-buttonset.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #b3d6fe;
|
||||
box-shadow: 0 0 0 1px #74d1fa;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):active, .p-buttonset.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
|
||||
background: #449bfc;
|
||||
color: #1c2127;
|
||||
border-color: #449bfc;
|
||||
background: #bae6fd;
|
||||
color: #082f49;
|
||||
border-color: #bae6fd;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined, .p-buttonset.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(147, 197, 253, 0.04);
|
||||
color: #93C5FD;
|
||||
background: rgba(56, 189, 248, 0.04);
|
||||
color: #38bdf8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(147, 197, 253, 0.16);
|
||||
color: #93C5FD;
|
||||
background: rgba(56, 189, 248, 0.16);
|
||||
color: #38bdf8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text, .p-buttonset.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text:not(:disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(147, 197, 253, 0.04);
|
||||
background: rgba(56, 189, 248, 0.04);
|
||||
border-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text:not(:disabled):active, .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(147, 197, 253, 0.16);
|
||||
background: rgba(56, 189, 248, 0.16);
|
||||
border-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
}
|
||||
|
||||
.p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button {
|
||||
color: #1c2127;
|
||||
background: #86EFAC;
|
||||
border: 1px solid #86EFAC;
|
||||
color: #052e16;
|
||||
background: #4ade80;
|
||||
border: 1px solid #4ade80;
|
||||
}
|
||||
.p-button.p-button-success:not(:disabled):hover, .p-buttonset.p-button-success > .p-button:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
|
||||
background: #65eb95;
|
||||
color: #1c2127;
|
||||
border-color: #65eb95;
|
||||
background: #86efac;
|
||||
color: #052e16;
|
||||
border-color: #86efac;
|
||||
}
|
||||
.p-button.p-button-success:not(:disabled):focus, .p-buttonset.p-button-success > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #aaf4c5;
|
||||
box-shadow: 0 0 0 1px #80e8a6;
|
||||
}
|
||||
.p-button.p-button-success:not(:disabled):active, .p-buttonset.p-button-success > .p-button:not(:disabled):active, .p-splitbutton.p-button-success > .p-button:not(:disabled):active {
|
||||
background: #44e67f;
|
||||
color: #1c2127;
|
||||
border-color: #44e67f;
|
||||
background: #bbf7d0;
|
||||
color: #052e16;
|
||||
border-color: #bbf7d0;
|
||||
}
|
||||
.p-button.p-button-success.p-button-outlined, .p-buttonset.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-success.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(134, 239, 172, 0.04);
|
||||
color: #86EFAC;
|
||||
background: rgba(74, 222, 128, 0.04);
|
||||
color: #4ade80;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-success.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(134, 239, 172, 0.16);
|
||||
color: #86EFAC;
|
||||
background: rgba(74, 222, 128, 0.16);
|
||||
color: #4ade80;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-success.p-button-text, .p-buttonset.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-success.p-button-text:not(:disabled):hover, .p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(134, 239, 172, 0.04);
|
||||
background: rgba(74, 222, 128, 0.04);
|
||||
border-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
}
|
||||
.p-button.p-button-success.p-button-text:not(:disabled):active, .p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(134, 239, 172, 0.16);
|
||||
background: rgba(74, 222, 128, 0.16);
|
||||
border-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
}
|
||||
|
||||
.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button {
|
||||
color: #1c2127;
|
||||
background: #FCD34D;
|
||||
border: 1px solid #FCD34D;
|
||||
color: #431407;
|
||||
background: #fb923c;
|
||||
border: 1px solid #fb923c;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
|
||||
background: #fbcb2d;
|
||||
color: #1c2127;
|
||||
border-color: #fbcb2d;
|
||||
background: #fdba74;
|
||||
color: #431407;
|
||||
border-color: #fdba74;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):focus, .p-buttonset.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #fde082;
|
||||
box-shadow: 0 0 0 1px #fcb377;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):active, .p-buttonset.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
|
||||
background: #fbc30c;
|
||||
color: #1c2127;
|
||||
border-color: #fbc30c;
|
||||
background: #fed7aa;
|
||||
color: #431407;
|
||||
border-color: #fed7aa;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined, .p-buttonset.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(252, 211, 77, 0.04);
|
||||
color: #FCD34D;
|
||||
background: rgba(251, 146, 60, 0.04);
|
||||
color: #fb923c;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(252, 211, 77, 0.16);
|
||||
color: #FCD34D;
|
||||
background: rgba(251, 146, 60, 0.16);
|
||||
color: #fb923c;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text, .p-buttonset.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(252, 211, 77, 0.04);
|
||||
background: rgba(251, 146, 60, 0.04);
|
||||
border-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text:not(:disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(252, 211, 77, 0.16);
|
||||
background: rgba(251, 146, 60, 0.16);
|
||||
border-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
}
|
||||
|
||||
.p-button.p-button-help, .p-buttonset.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button {
|
||||
color: #1c2127;
|
||||
background: #D8B4FE;
|
||||
border: 1px solid #D8B4FE;
|
||||
color: #3b0764;
|
||||
background: #c084fc;
|
||||
border: 1px solid #c084fc;
|
||||
}
|
||||
.p-button.p-button-help:not(:disabled):hover, .p-buttonset.p-button-help > .p-button:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
|
||||
background: #c289fd;
|
||||
color: #1c2127;
|
||||
border-color: #c289fd;
|
||||
background: #d8b4fe;
|
||||
color: #3b0764;
|
||||
border-color: #d8b4fe;
|
||||
}
|
||||
.p-button.p-button-help:not(:disabled):focus, .p-buttonset.p-button-help > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #e4cbfe;
|
||||
box-shadow: 0 0 0 1px #d3a9fd;
|
||||
}
|
||||
.p-button.p-button-help:not(:disabled):active, .p-buttonset.p-button-help > .p-button:not(:disabled):active, .p-splitbutton.p-button-help > .p-button:not(:disabled):active {
|
||||
background: #ab5efd;
|
||||
color: #1c2127;
|
||||
border-color: #ab5efd;
|
||||
background: #e9d5ff;
|
||||
color: #3b0764;
|
||||
border-color: #e9d5ff;
|
||||
}
|
||||
.p-button.p-button-help.p-button-outlined, .p-buttonset.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-help.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(216, 180, 254, 0.04);
|
||||
color: #D8B4FE;
|
||||
background: rgba(192, 132, 252, 0.04);
|
||||
color: #c084fc;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-help.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(216, 180, 254, 0.16);
|
||||
color: #D8B4FE;
|
||||
background: rgba(192, 132, 252, 0.16);
|
||||
color: #c084fc;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-help.p-button-text, .p-buttonset.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-help.p-button-text:not(:disabled):hover, .p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(216, 180, 254, 0.04);
|
||||
background: rgba(192, 132, 252, 0.04);
|
||||
border-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
}
|
||||
.p-button.p-button-help.p-button-text:not(:disabled):active, .p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(216, 180, 254, 0.16);
|
||||
background: rgba(192, 132, 252, 0.16);
|
||||
border-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
}
|
||||
|
||||
.p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button {
|
||||
color: #1c2127;
|
||||
background: #FCA5A5;
|
||||
border: 1px solid #FCA5A5;
|
||||
color: #450a0a;
|
||||
background: #f87171;
|
||||
border: 1px solid #f87171;
|
||||
}
|
||||
.p-button.p-button-danger:not(:disabled):hover, .p-buttonset.p-button-danger > .p-button:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
|
||||
background: #fb7d7d;
|
||||
color: #1c2127;
|
||||
border-color: #fb7d7d;
|
||||
background: #fca5a5;
|
||||
color: #450a0a;
|
||||
border-color: #fca5a5;
|
||||
}
|
||||
.p-button.p-button-danger:not(:disabled):focus, .p-buttonset.p-button-danger > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #fdc0c0;
|
||||
box-shadow: 0 0 0 1px #fa9c9c;
|
||||
}
|
||||
.p-button.p-button-danger:not(:disabled):active, .p-buttonset.p-button-danger > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
|
||||
background: #f95454;
|
||||
color: #1c2127;
|
||||
border-color: #f95454;
|
||||
background: #fecaca;
|
||||
color: #450a0a;
|
||||
border-color: #fecaca;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-outlined, .p-buttonset.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(252, 165, 165, 0.04);
|
||||
color: #FCA5A5;
|
||||
background: rgba(248, 113, 113, 0.04);
|
||||
color: #f87171;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(252, 165, 165, 0.16);
|
||||
color: #FCA5A5;
|
||||
background: rgba(248, 113, 113, 0.16);
|
||||
color: #f87171;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-text, .p-buttonset.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-text:not(:disabled):hover, .p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(252, 165, 165, 0.04);
|
||||
background: rgba(248, 113, 113, 0.04);
|
||||
border-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-text:not(:disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(252, 165, 165, 0.16);
|
||||
background: rgba(248, 113, 113, 0.16);
|
||||
border-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
}
|
||||
|
||||
.p-button.p-button-link {
|
||||
|
@ -2384,176 +2384,176 @@
|
|||
|
||||
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(203, 213, 225, 0.04);
|
||||
color: #CBD5E1;
|
||||
background: rgba(148, 163, 184, 0.04);
|
||||
color: #94a3b8;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(203, 213, 225, 0.16);
|
||||
color: #CBD5E1;
|
||||
background: rgba(148, 163, 184, 0.16);
|
||||
color: #94a3b8;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(203, 213, 225, 0.04);
|
||||
background: rgba(148, 163, 184, 0.04);
|
||||
border-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(203, 213, 225, 0.16);
|
||||
background: rgba(148, 163, 184, 0.16);
|
||||
border-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(147, 197, 253, 0.04);
|
||||
color: #93C5FD;
|
||||
background: rgba(56, 189, 248, 0.04);
|
||||
color: #38bdf8;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(147, 197, 253, 0.16);
|
||||
color: #93C5FD;
|
||||
background: rgba(56, 189, 248, 0.16);
|
||||
color: #38bdf8;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(147, 197, 253, 0.04);
|
||||
background: rgba(56, 189, 248, 0.04);
|
||||
border-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(147, 197, 253, 0.16);
|
||||
background: rgba(56, 189, 248, 0.16);
|
||||
border-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(134, 239, 172, 0.04);
|
||||
color: #86EFAC;
|
||||
background: rgba(74, 222, 128, 0.04);
|
||||
color: #4ade80;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(134, 239, 172, 0.16);
|
||||
color: #86EFAC;
|
||||
background: rgba(74, 222, 128, 0.16);
|
||||
color: #4ade80;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(134, 239, 172, 0.04);
|
||||
background: rgba(74, 222, 128, 0.04);
|
||||
border-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(134, 239, 172, 0.16);
|
||||
background: rgba(74, 222, 128, 0.16);
|
||||
border-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(252, 211, 77, 0.04);
|
||||
color: #FCD34D;
|
||||
background: rgba(251, 146, 60, 0.04);
|
||||
color: #fb923c;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(252, 211, 77, 0.16);
|
||||
color: #FCD34D;
|
||||
background: rgba(251, 146, 60, 0.16);
|
||||
color: #fb923c;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(252, 211, 77, 0.04);
|
||||
background: rgba(251, 146, 60, 0.04);
|
||||
border-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(252, 211, 77, 0.16);
|
||||
background: rgba(251, 146, 60, 0.16);
|
||||
border-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(216, 180, 254, 0.04);
|
||||
color: #D8B4FE;
|
||||
background: rgba(192, 132, 252, 0.04);
|
||||
color: #c084fc;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(216, 180, 254, 0.16);
|
||||
color: #D8B4FE;
|
||||
background: rgba(192, 132, 252, 0.16);
|
||||
color: #c084fc;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(216, 180, 254, 0.04);
|
||||
background: rgba(192, 132, 252, 0.04);
|
||||
border-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(216, 180, 254, 0.16);
|
||||
background: rgba(192, 132, 252, 0.16);
|
||||
border-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(252, 165, 165, 0.04);
|
||||
color: #FCA5A5;
|
||||
background: rgba(248, 113, 113, 0.04);
|
||||
color: #f87171;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(252, 165, 165, 0.16);
|
||||
color: #FCA5A5;
|
||||
background: rgba(248, 113, 113, 0.16);
|
||||
color: #f87171;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(252, 165, 165, 0.04);
|
||||
background: rgba(248, 113, 113, 0.04);
|
||||
border-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(252, 165, 165, 0.16);
|
||||
background: rgba(248, 113, 113, 0.16);
|
||||
border-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
}
|
||||
|
||||
.p-carousel .p-carousel-content .p-carousel-prev,
|
||||
|
@ -5449,24 +5449,24 @@
|
|||
line-height: 1.5rem;
|
||||
}
|
||||
.p-badge.p-badge-secondary {
|
||||
background-color: #CBD5E1;
|
||||
color: #1c2127;
|
||||
background-color: #94a3b8;
|
||||
color: #020617;
|
||||
}
|
||||
.p-badge.p-badge-success {
|
||||
background-color: #86EFAC;
|
||||
color: #1c2127;
|
||||
background-color: #4ade80;
|
||||
color: #052e16;
|
||||
}
|
||||
.p-badge.p-badge-info {
|
||||
background-color: #93C5FD;
|
||||
color: #1c2127;
|
||||
background-color: #38bdf8;
|
||||
color: #082f49;
|
||||
}
|
||||
.p-badge.p-badge-warning {
|
||||
background-color: #FCD34D;
|
||||
color: #1c2127;
|
||||
background-color: #fb923c;
|
||||
color: #431407;
|
||||
}
|
||||
.p-badge.p-badge-danger {
|
||||
background-color: #FCA5A5;
|
||||
color: #1c2127;
|
||||
background-color: #f87171;
|
||||
color: #450a0a;
|
||||
}
|
||||
.p-badge.p-badge-lg {
|
||||
font-size: 1.125rem;
|
||||
|
@ -5630,20 +5630,20 @@
|
|||
border-radius: 6px;
|
||||
}
|
||||
.p-tag.p-tag-success {
|
||||
background-color: #86EFAC;
|
||||
color: #1c2127;
|
||||
background-color: #4ade80;
|
||||
color: #052e16;
|
||||
}
|
||||
.p-tag.p-tag-info {
|
||||
background-color: #93C5FD;
|
||||
color: #1c2127;
|
||||
background-color: #38bdf8;
|
||||
color: #082f49;
|
||||
}
|
||||
.p-tag.p-tag-warning {
|
||||
background-color: #FCD34D;
|
||||
color: #1c2127;
|
||||
background-color: #fb923c;
|
||||
color: #431407;
|
||||
}
|
||||
.p-tag.p-tag-danger {
|
||||
background-color: #FCA5A5;
|
||||
color: #1c2127;
|
||||
background-color: #f87171;
|
||||
color: #450a0a;
|
||||
}
|
||||
.p-tag .p-tag-icon {
|
||||
margin-right: 0.25rem;
|
||||
|
@ -5700,22 +5700,22 @@
|
|||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(251, 191, 36, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-secondary:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(203, 213, 225, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(148, 163, 184, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-success:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(134, 239, 172, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(74, 222, 128, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-info:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(147, 197, 253, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(56, 189, 248, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-warning:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(252, 211, 77, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(251, 146, 60, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-help:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(216, 180, 254, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(192, 132, 252, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-danger:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(252, 165, 165, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(248, 113, 113, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
||||
|
|
|
@ -1901,297 +1901,297 @@
|
|||
}
|
||||
|
||||
.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button {
|
||||
color: #1c2127;
|
||||
background: #CBD5E1;
|
||||
border: 1px solid #CBD5E1;
|
||||
color: #020617;
|
||||
background: #94a3b8;
|
||||
border: 1px solid #94a3b8;
|
||||
}
|
||||
.p-button.p-button-secondary:not(:disabled):hover, .p-buttonset.p-button-secondary > .p-button:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
|
||||
background: #b0bfd1;
|
||||
color: #1c2127;
|
||||
border-color: #b0bfd1;
|
||||
background: #cbd5e1;
|
||||
color: #020617;
|
||||
border-color: #cbd5e1;
|
||||
}
|
||||
.p-button.p-button-secondary:not(:disabled):focus, .p-buttonset.p-button-secondary > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #dbe2ea;
|
||||
box-shadow: 0 0 0 1px #b4bfcd;
|
||||
}
|
||||
.p-button.p-button-secondary:not(:disabled):active, .p-buttonset.p-button-secondary > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
|
||||
background: #95a9c2;
|
||||
color: #1c2127;
|
||||
border-color: #95a9c2;
|
||||
background: #e2e8f0;
|
||||
color: #020617;
|
||||
border-color: #e2e8f0;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-outlined, .p-buttonset.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(203, 213, 225, 0.04);
|
||||
color: #CBD5E1;
|
||||
background: rgba(148, 163, 184, 0.04);
|
||||
color: #94a3b8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(203, 213, 225, 0.16);
|
||||
color: #CBD5E1;
|
||||
background: rgba(148, 163, 184, 0.16);
|
||||
color: #94a3b8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-text, .p-buttonset.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-text:not(:disabled):hover, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(203, 213, 225, 0.04);
|
||||
background: rgba(148, 163, 184, 0.04);
|
||||
border-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-text:not(:disabled):active, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(203, 213, 225, 0.16);
|
||||
background: rgba(148, 163, 184, 0.16);
|
||||
border-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
}
|
||||
|
||||
.p-button.p-button-info, .p-buttonset.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button {
|
||||
color: #1c2127;
|
||||
background: #93C5FD;
|
||||
border: 1px solid #93C5FD;
|
||||
color: #082f49;
|
||||
background: #38bdf8;
|
||||
border: 1px solid #38bdf8;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):hover, .p-buttonset.p-button-info > .p-button:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
|
||||
background: #6cb0fc;
|
||||
color: #1c2127;
|
||||
border-color: #6cb0fc;
|
||||
background: #7dd3fc;
|
||||
color: #082f49;
|
||||
border-color: #7dd3fc;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):focus, .p-buttonset.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #b3d6fe;
|
||||
box-shadow: 0 0 0 1px #74d1fa;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):active, .p-buttonset.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
|
||||
background: #449bfc;
|
||||
color: #1c2127;
|
||||
border-color: #449bfc;
|
||||
background: #bae6fd;
|
||||
color: #082f49;
|
||||
border-color: #bae6fd;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined, .p-buttonset.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(147, 197, 253, 0.04);
|
||||
color: #93C5FD;
|
||||
background: rgba(56, 189, 248, 0.04);
|
||||
color: #38bdf8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(147, 197, 253, 0.16);
|
||||
color: #93C5FD;
|
||||
background: rgba(56, 189, 248, 0.16);
|
||||
color: #38bdf8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text, .p-buttonset.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text:not(:disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(147, 197, 253, 0.04);
|
||||
background: rgba(56, 189, 248, 0.04);
|
||||
border-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text:not(:disabled):active, .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(147, 197, 253, 0.16);
|
||||
background: rgba(56, 189, 248, 0.16);
|
||||
border-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
}
|
||||
|
||||
.p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button {
|
||||
color: #1c2127;
|
||||
background: #86EFAC;
|
||||
border: 1px solid #86EFAC;
|
||||
color: #052e16;
|
||||
background: #4ade80;
|
||||
border: 1px solid #4ade80;
|
||||
}
|
||||
.p-button.p-button-success:not(:disabled):hover, .p-buttonset.p-button-success > .p-button:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
|
||||
background: #65eb95;
|
||||
color: #1c2127;
|
||||
border-color: #65eb95;
|
||||
background: #86efac;
|
||||
color: #052e16;
|
||||
border-color: #86efac;
|
||||
}
|
||||
.p-button.p-button-success:not(:disabled):focus, .p-buttonset.p-button-success > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #aaf4c5;
|
||||
box-shadow: 0 0 0 1px #80e8a6;
|
||||
}
|
||||
.p-button.p-button-success:not(:disabled):active, .p-buttonset.p-button-success > .p-button:not(:disabled):active, .p-splitbutton.p-button-success > .p-button:not(:disabled):active {
|
||||
background: #44e67f;
|
||||
color: #1c2127;
|
||||
border-color: #44e67f;
|
||||
background: #bbf7d0;
|
||||
color: #052e16;
|
||||
border-color: #bbf7d0;
|
||||
}
|
||||
.p-button.p-button-success.p-button-outlined, .p-buttonset.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-success.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(134, 239, 172, 0.04);
|
||||
color: #86EFAC;
|
||||
background: rgba(74, 222, 128, 0.04);
|
||||
color: #4ade80;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-success.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(134, 239, 172, 0.16);
|
||||
color: #86EFAC;
|
||||
background: rgba(74, 222, 128, 0.16);
|
||||
color: #4ade80;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-success.p-button-text, .p-buttonset.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-success.p-button-text:not(:disabled):hover, .p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(134, 239, 172, 0.04);
|
||||
background: rgba(74, 222, 128, 0.04);
|
||||
border-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
}
|
||||
.p-button.p-button-success.p-button-text:not(:disabled):active, .p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(134, 239, 172, 0.16);
|
||||
background: rgba(74, 222, 128, 0.16);
|
||||
border-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
}
|
||||
|
||||
.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button {
|
||||
color: #1c2127;
|
||||
background: #FCD34D;
|
||||
border: 1px solid #FCD34D;
|
||||
color: #431407;
|
||||
background: #fb923c;
|
||||
border: 1px solid #fb923c;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
|
||||
background: #fbcb2d;
|
||||
color: #1c2127;
|
||||
border-color: #fbcb2d;
|
||||
background: #fdba74;
|
||||
color: #431407;
|
||||
border-color: #fdba74;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):focus, .p-buttonset.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #fde082;
|
||||
box-shadow: 0 0 0 1px #fcb377;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):active, .p-buttonset.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
|
||||
background: #fbc30c;
|
||||
color: #1c2127;
|
||||
border-color: #fbc30c;
|
||||
background: #fed7aa;
|
||||
color: #431407;
|
||||
border-color: #fed7aa;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined, .p-buttonset.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(252, 211, 77, 0.04);
|
||||
color: #FCD34D;
|
||||
background: rgba(251, 146, 60, 0.04);
|
||||
color: #fb923c;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(252, 211, 77, 0.16);
|
||||
color: #FCD34D;
|
||||
background: rgba(251, 146, 60, 0.16);
|
||||
color: #fb923c;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text, .p-buttonset.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(252, 211, 77, 0.04);
|
||||
background: rgba(251, 146, 60, 0.04);
|
||||
border-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text:not(:disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(252, 211, 77, 0.16);
|
||||
background: rgba(251, 146, 60, 0.16);
|
||||
border-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
}
|
||||
|
||||
.p-button.p-button-help, .p-buttonset.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button {
|
||||
color: #1c2127;
|
||||
background: #D8B4FE;
|
||||
border: 1px solid #D8B4FE;
|
||||
color: #3b0764;
|
||||
background: #c084fc;
|
||||
border: 1px solid #c084fc;
|
||||
}
|
||||
.p-button.p-button-help:not(:disabled):hover, .p-buttonset.p-button-help > .p-button:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
|
||||
background: #c289fd;
|
||||
color: #1c2127;
|
||||
border-color: #c289fd;
|
||||
background: #d8b4fe;
|
||||
color: #3b0764;
|
||||
border-color: #d8b4fe;
|
||||
}
|
||||
.p-button.p-button-help:not(:disabled):focus, .p-buttonset.p-button-help > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #e4cbfe;
|
||||
box-shadow: 0 0 0 1px #d3a9fd;
|
||||
}
|
||||
.p-button.p-button-help:not(:disabled):active, .p-buttonset.p-button-help > .p-button:not(:disabled):active, .p-splitbutton.p-button-help > .p-button:not(:disabled):active {
|
||||
background: #ab5efd;
|
||||
color: #1c2127;
|
||||
border-color: #ab5efd;
|
||||
background: #e9d5ff;
|
||||
color: #3b0764;
|
||||
border-color: #e9d5ff;
|
||||
}
|
||||
.p-button.p-button-help.p-button-outlined, .p-buttonset.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-help.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(216, 180, 254, 0.04);
|
||||
color: #D8B4FE;
|
||||
background: rgba(192, 132, 252, 0.04);
|
||||
color: #c084fc;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-help.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(216, 180, 254, 0.16);
|
||||
color: #D8B4FE;
|
||||
background: rgba(192, 132, 252, 0.16);
|
||||
color: #c084fc;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-help.p-button-text, .p-buttonset.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-help.p-button-text:not(:disabled):hover, .p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(216, 180, 254, 0.04);
|
||||
background: rgba(192, 132, 252, 0.04);
|
||||
border-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
}
|
||||
.p-button.p-button-help.p-button-text:not(:disabled):active, .p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(216, 180, 254, 0.16);
|
||||
background: rgba(192, 132, 252, 0.16);
|
||||
border-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
}
|
||||
|
||||
.p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button {
|
||||
color: #1c2127;
|
||||
background: #FCA5A5;
|
||||
border: 1px solid #FCA5A5;
|
||||
color: #450a0a;
|
||||
background: #f87171;
|
||||
border: 1px solid #f87171;
|
||||
}
|
||||
.p-button.p-button-danger:not(:disabled):hover, .p-buttonset.p-button-danger > .p-button:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
|
||||
background: #fb7d7d;
|
||||
color: #1c2127;
|
||||
border-color: #fb7d7d;
|
||||
background: #fca5a5;
|
||||
color: #450a0a;
|
||||
border-color: #fca5a5;
|
||||
}
|
||||
.p-button.p-button-danger:not(:disabled):focus, .p-buttonset.p-button-danger > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #fdc0c0;
|
||||
box-shadow: 0 0 0 1px #fa9c9c;
|
||||
}
|
||||
.p-button.p-button-danger:not(:disabled):active, .p-buttonset.p-button-danger > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
|
||||
background: #f95454;
|
||||
color: #1c2127;
|
||||
border-color: #f95454;
|
||||
background: #fecaca;
|
||||
color: #450a0a;
|
||||
border-color: #fecaca;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-outlined, .p-buttonset.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(252, 165, 165, 0.04);
|
||||
color: #FCA5A5;
|
||||
background: rgba(248, 113, 113, 0.04);
|
||||
color: #f87171;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(252, 165, 165, 0.16);
|
||||
color: #FCA5A5;
|
||||
background: rgba(248, 113, 113, 0.16);
|
||||
color: #f87171;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-text, .p-buttonset.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-text:not(:disabled):hover, .p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(252, 165, 165, 0.04);
|
||||
background: rgba(248, 113, 113, 0.04);
|
||||
border-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-text:not(:disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(252, 165, 165, 0.16);
|
||||
background: rgba(248, 113, 113, 0.16);
|
||||
border-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
}
|
||||
|
||||
.p-button.p-button-link {
|
||||
|
@ -2384,176 +2384,176 @@
|
|||
|
||||
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(203, 213, 225, 0.04);
|
||||
color: #CBD5E1;
|
||||
background: rgba(148, 163, 184, 0.04);
|
||||
color: #94a3b8;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(203, 213, 225, 0.16);
|
||||
color: #CBD5E1;
|
||||
background: rgba(148, 163, 184, 0.16);
|
||||
color: #94a3b8;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(203, 213, 225, 0.04);
|
||||
background: rgba(148, 163, 184, 0.04);
|
||||
border-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(203, 213, 225, 0.16);
|
||||
background: rgba(148, 163, 184, 0.16);
|
||||
border-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(147, 197, 253, 0.04);
|
||||
color: #93C5FD;
|
||||
background: rgba(56, 189, 248, 0.04);
|
||||
color: #38bdf8;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(147, 197, 253, 0.16);
|
||||
color: #93C5FD;
|
||||
background: rgba(56, 189, 248, 0.16);
|
||||
color: #38bdf8;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(147, 197, 253, 0.04);
|
||||
background: rgba(56, 189, 248, 0.04);
|
||||
border-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(147, 197, 253, 0.16);
|
||||
background: rgba(56, 189, 248, 0.16);
|
||||
border-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(134, 239, 172, 0.04);
|
||||
color: #86EFAC;
|
||||
background: rgba(74, 222, 128, 0.04);
|
||||
color: #4ade80;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(134, 239, 172, 0.16);
|
||||
color: #86EFAC;
|
||||
background: rgba(74, 222, 128, 0.16);
|
||||
color: #4ade80;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(134, 239, 172, 0.04);
|
||||
background: rgba(74, 222, 128, 0.04);
|
||||
border-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(134, 239, 172, 0.16);
|
||||
background: rgba(74, 222, 128, 0.16);
|
||||
border-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(252, 211, 77, 0.04);
|
||||
color: #FCD34D;
|
||||
background: rgba(251, 146, 60, 0.04);
|
||||
color: #fb923c;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(252, 211, 77, 0.16);
|
||||
color: #FCD34D;
|
||||
background: rgba(251, 146, 60, 0.16);
|
||||
color: #fb923c;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(252, 211, 77, 0.04);
|
||||
background: rgba(251, 146, 60, 0.04);
|
||||
border-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(252, 211, 77, 0.16);
|
||||
background: rgba(251, 146, 60, 0.16);
|
||||
border-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(216, 180, 254, 0.04);
|
||||
color: #D8B4FE;
|
||||
background: rgba(192, 132, 252, 0.04);
|
||||
color: #c084fc;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(216, 180, 254, 0.16);
|
||||
color: #D8B4FE;
|
||||
background: rgba(192, 132, 252, 0.16);
|
||||
color: #c084fc;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(216, 180, 254, 0.04);
|
||||
background: rgba(192, 132, 252, 0.04);
|
||||
border-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(216, 180, 254, 0.16);
|
||||
background: rgba(192, 132, 252, 0.16);
|
||||
border-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(252, 165, 165, 0.04);
|
||||
color: #FCA5A5;
|
||||
background: rgba(248, 113, 113, 0.04);
|
||||
color: #f87171;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(252, 165, 165, 0.16);
|
||||
color: #FCA5A5;
|
||||
background: rgba(248, 113, 113, 0.16);
|
||||
color: #f87171;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(252, 165, 165, 0.04);
|
||||
background: rgba(248, 113, 113, 0.04);
|
||||
border-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(252, 165, 165, 0.16);
|
||||
background: rgba(248, 113, 113, 0.16);
|
||||
border-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
}
|
||||
|
||||
.p-carousel .p-carousel-content .p-carousel-prev,
|
||||
|
@ -5449,24 +5449,24 @@
|
|||
line-height: 1.5rem;
|
||||
}
|
||||
.p-badge.p-badge-secondary {
|
||||
background-color: #CBD5E1;
|
||||
color: #1c2127;
|
||||
background-color: #94a3b8;
|
||||
color: #020617;
|
||||
}
|
||||
.p-badge.p-badge-success {
|
||||
background-color: #86EFAC;
|
||||
color: #1c2127;
|
||||
background-color: #4ade80;
|
||||
color: #052e16;
|
||||
}
|
||||
.p-badge.p-badge-info {
|
||||
background-color: #93C5FD;
|
||||
color: #1c2127;
|
||||
background-color: #38bdf8;
|
||||
color: #082f49;
|
||||
}
|
||||
.p-badge.p-badge-warning {
|
||||
background-color: #FCD34D;
|
||||
color: #1c2127;
|
||||
background-color: #fb923c;
|
||||
color: #431407;
|
||||
}
|
||||
.p-badge.p-badge-danger {
|
||||
background-color: #FCA5A5;
|
||||
color: #1c2127;
|
||||
background-color: #f87171;
|
||||
color: #450a0a;
|
||||
}
|
||||
.p-badge.p-badge-lg {
|
||||
font-size: 1.125rem;
|
||||
|
@ -5630,20 +5630,20 @@
|
|||
border-radius: 6px;
|
||||
}
|
||||
.p-tag.p-tag-success {
|
||||
background-color: #86EFAC;
|
||||
color: #1c2127;
|
||||
background-color: #4ade80;
|
||||
color: #052e16;
|
||||
}
|
||||
.p-tag.p-tag-info {
|
||||
background-color: #93C5FD;
|
||||
color: #1c2127;
|
||||
background-color: #38bdf8;
|
||||
color: #082f49;
|
||||
}
|
||||
.p-tag.p-tag-warning {
|
||||
background-color: #FCD34D;
|
||||
color: #1c2127;
|
||||
background-color: #fb923c;
|
||||
color: #431407;
|
||||
}
|
||||
.p-tag.p-tag-danger {
|
||||
background-color: #FCA5A5;
|
||||
color: #1c2127;
|
||||
background-color: #f87171;
|
||||
color: #450a0a;
|
||||
}
|
||||
.p-tag .p-tag-icon {
|
||||
margin-right: 0.25rem;
|
||||
|
@ -5700,22 +5700,22 @@
|
|||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(96, 165, 250, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-secondary:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(203, 213, 225, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(148, 163, 184, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-success:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(134, 239, 172, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(74, 222, 128, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-info:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(147, 197, 253, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(56, 189, 248, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-warning:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(252, 211, 77, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(251, 146, 60, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-help:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(216, 180, 254, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(192, 132, 252, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-danger:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(252, 165, 165, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(248, 113, 113, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
||||
|
|
|
@ -1901,297 +1901,297 @@
|
|||
}
|
||||
|
||||
.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button {
|
||||
color: #1c2127;
|
||||
background: #CBD5E1;
|
||||
border: 1px solid #CBD5E1;
|
||||
color: #020617;
|
||||
background: #94a3b8;
|
||||
border: 1px solid #94a3b8;
|
||||
}
|
||||
.p-button.p-button-secondary:not(:disabled):hover, .p-buttonset.p-button-secondary > .p-button:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
|
||||
background: #b0bfd1;
|
||||
color: #1c2127;
|
||||
border-color: #b0bfd1;
|
||||
background: #cbd5e1;
|
||||
color: #020617;
|
||||
border-color: #cbd5e1;
|
||||
}
|
||||
.p-button.p-button-secondary:not(:disabled):focus, .p-buttonset.p-button-secondary > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #dbe2ea;
|
||||
box-shadow: 0 0 0 1px #b4bfcd;
|
||||
}
|
||||
.p-button.p-button-secondary:not(:disabled):active, .p-buttonset.p-button-secondary > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
|
||||
background: #95a9c2;
|
||||
color: #1c2127;
|
||||
border-color: #95a9c2;
|
||||
background: #e2e8f0;
|
||||
color: #020617;
|
||||
border-color: #e2e8f0;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-outlined, .p-buttonset.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(203, 213, 225, 0.04);
|
||||
color: #CBD5E1;
|
||||
background: rgba(148, 163, 184, 0.04);
|
||||
color: #94a3b8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(203, 213, 225, 0.16);
|
||||
color: #CBD5E1;
|
||||
background: rgba(148, 163, 184, 0.16);
|
||||
color: #94a3b8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-text, .p-buttonset.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-text:not(:disabled):hover, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(203, 213, 225, 0.04);
|
||||
background: rgba(148, 163, 184, 0.04);
|
||||
border-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-text:not(:disabled):active, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(203, 213, 225, 0.16);
|
||||
background: rgba(148, 163, 184, 0.16);
|
||||
border-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
}
|
||||
|
||||
.p-button.p-button-info, .p-buttonset.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button {
|
||||
color: #1c2127;
|
||||
background: #93C5FD;
|
||||
border: 1px solid #93C5FD;
|
||||
color: #082f49;
|
||||
background: #38bdf8;
|
||||
border: 1px solid #38bdf8;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):hover, .p-buttonset.p-button-info > .p-button:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
|
||||
background: #6cb0fc;
|
||||
color: #1c2127;
|
||||
border-color: #6cb0fc;
|
||||
background: #7dd3fc;
|
||||
color: #082f49;
|
||||
border-color: #7dd3fc;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):focus, .p-buttonset.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #b3d6fe;
|
||||
box-shadow: 0 0 0 1px #74d1fa;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):active, .p-buttonset.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
|
||||
background: #449bfc;
|
||||
color: #1c2127;
|
||||
border-color: #449bfc;
|
||||
background: #bae6fd;
|
||||
color: #082f49;
|
||||
border-color: #bae6fd;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined, .p-buttonset.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(147, 197, 253, 0.04);
|
||||
color: #93C5FD;
|
||||
background: rgba(56, 189, 248, 0.04);
|
||||
color: #38bdf8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(147, 197, 253, 0.16);
|
||||
color: #93C5FD;
|
||||
background: rgba(56, 189, 248, 0.16);
|
||||
color: #38bdf8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text, .p-buttonset.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text:not(:disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(147, 197, 253, 0.04);
|
||||
background: rgba(56, 189, 248, 0.04);
|
||||
border-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text:not(:disabled):active, .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(147, 197, 253, 0.16);
|
||||
background: rgba(56, 189, 248, 0.16);
|
||||
border-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
}
|
||||
|
||||
.p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button {
|
||||
color: #1c2127;
|
||||
background: #86EFAC;
|
||||
border: 1px solid #86EFAC;
|
||||
color: #052e16;
|
||||
background: #4ade80;
|
||||
border: 1px solid #4ade80;
|
||||
}
|
||||
.p-button.p-button-success:not(:disabled):hover, .p-buttonset.p-button-success > .p-button:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
|
||||
background: #65eb95;
|
||||
color: #1c2127;
|
||||
border-color: #65eb95;
|
||||
background: #86efac;
|
||||
color: #052e16;
|
||||
border-color: #86efac;
|
||||
}
|
||||
.p-button.p-button-success:not(:disabled):focus, .p-buttonset.p-button-success > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #aaf4c5;
|
||||
box-shadow: 0 0 0 1px #80e8a6;
|
||||
}
|
||||
.p-button.p-button-success:not(:disabled):active, .p-buttonset.p-button-success > .p-button:not(:disabled):active, .p-splitbutton.p-button-success > .p-button:not(:disabled):active {
|
||||
background: #44e67f;
|
||||
color: #1c2127;
|
||||
border-color: #44e67f;
|
||||
background: #bbf7d0;
|
||||
color: #052e16;
|
||||
border-color: #bbf7d0;
|
||||
}
|
||||
.p-button.p-button-success.p-button-outlined, .p-buttonset.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-success.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(134, 239, 172, 0.04);
|
||||
color: #86EFAC;
|
||||
background: rgba(74, 222, 128, 0.04);
|
||||
color: #4ade80;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-success.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(134, 239, 172, 0.16);
|
||||
color: #86EFAC;
|
||||
background: rgba(74, 222, 128, 0.16);
|
||||
color: #4ade80;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-success.p-button-text, .p-buttonset.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-success.p-button-text:not(:disabled):hover, .p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(134, 239, 172, 0.04);
|
||||
background: rgba(74, 222, 128, 0.04);
|
||||
border-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
}
|
||||
.p-button.p-button-success.p-button-text:not(:disabled):active, .p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(134, 239, 172, 0.16);
|
||||
background: rgba(74, 222, 128, 0.16);
|
||||
border-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
}
|
||||
|
||||
.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button {
|
||||
color: #1c2127;
|
||||
background: #FCD34D;
|
||||
border: 1px solid #FCD34D;
|
||||
color: #431407;
|
||||
background: #fb923c;
|
||||
border: 1px solid #fb923c;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
|
||||
background: #fbcb2d;
|
||||
color: #1c2127;
|
||||
border-color: #fbcb2d;
|
||||
background: #fdba74;
|
||||
color: #431407;
|
||||
border-color: #fdba74;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):focus, .p-buttonset.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #fde082;
|
||||
box-shadow: 0 0 0 1px #fcb377;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):active, .p-buttonset.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
|
||||
background: #fbc30c;
|
||||
color: #1c2127;
|
||||
border-color: #fbc30c;
|
||||
background: #fed7aa;
|
||||
color: #431407;
|
||||
border-color: #fed7aa;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined, .p-buttonset.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(252, 211, 77, 0.04);
|
||||
color: #FCD34D;
|
||||
background: rgba(251, 146, 60, 0.04);
|
||||
color: #fb923c;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(252, 211, 77, 0.16);
|
||||
color: #FCD34D;
|
||||
background: rgba(251, 146, 60, 0.16);
|
||||
color: #fb923c;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text, .p-buttonset.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(252, 211, 77, 0.04);
|
||||
background: rgba(251, 146, 60, 0.04);
|
||||
border-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text:not(:disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(252, 211, 77, 0.16);
|
||||
background: rgba(251, 146, 60, 0.16);
|
||||
border-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
}
|
||||
|
||||
.p-button.p-button-help, .p-buttonset.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button {
|
||||
color: #1c2127;
|
||||
background: #D8B4FE;
|
||||
border: 1px solid #D8B4FE;
|
||||
color: #3b0764;
|
||||
background: #c084fc;
|
||||
border: 1px solid #c084fc;
|
||||
}
|
||||
.p-button.p-button-help:not(:disabled):hover, .p-buttonset.p-button-help > .p-button:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
|
||||
background: #c289fd;
|
||||
color: #1c2127;
|
||||
border-color: #c289fd;
|
||||
background: #d8b4fe;
|
||||
color: #3b0764;
|
||||
border-color: #d8b4fe;
|
||||
}
|
||||
.p-button.p-button-help:not(:disabled):focus, .p-buttonset.p-button-help > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #e4cbfe;
|
||||
box-shadow: 0 0 0 1px #d3a9fd;
|
||||
}
|
||||
.p-button.p-button-help:not(:disabled):active, .p-buttonset.p-button-help > .p-button:not(:disabled):active, .p-splitbutton.p-button-help > .p-button:not(:disabled):active {
|
||||
background: #ab5efd;
|
||||
color: #1c2127;
|
||||
border-color: #ab5efd;
|
||||
background: #e9d5ff;
|
||||
color: #3b0764;
|
||||
border-color: #e9d5ff;
|
||||
}
|
||||
.p-button.p-button-help.p-button-outlined, .p-buttonset.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-help.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(216, 180, 254, 0.04);
|
||||
color: #D8B4FE;
|
||||
background: rgba(192, 132, 252, 0.04);
|
||||
color: #c084fc;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-help.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(216, 180, 254, 0.16);
|
||||
color: #D8B4FE;
|
||||
background: rgba(192, 132, 252, 0.16);
|
||||
color: #c084fc;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-help.p-button-text, .p-buttonset.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-help.p-button-text:not(:disabled):hover, .p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(216, 180, 254, 0.04);
|
||||
background: rgba(192, 132, 252, 0.04);
|
||||
border-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
}
|
||||
.p-button.p-button-help.p-button-text:not(:disabled):active, .p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(216, 180, 254, 0.16);
|
||||
background: rgba(192, 132, 252, 0.16);
|
||||
border-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
}
|
||||
|
||||
.p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button {
|
||||
color: #1c2127;
|
||||
background: #FCA5A5;
|
||||
border: 1px solid #FCA5A5;
|
||||
color: #450a0a;
|
||||
background: #f87171;
|
||||
border: 1px solid #f87171;
|
||||
}
|
||||
.p-button.p-button-danger:not(:disabled):hover, .p-buttonset.p-button-danger > .p-button:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
|
||||
background: #fb7d7d;
|
||||
color: #1c2127;
|
||||
border-color: #fb7d7d;
|
||||
background: #fca5a5;
|
||||
color: #450a0a;
|
||||
border-color: #fca5a5;
|
||||
}
|
||||
.p-button.p-button-danger:not(:disabled):focus, .p-buttonset.p-button-danger > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #fdc0c0;
|
||||
box-shadow: 0 0 0 1px #fa9c9c;
|
||||
}
|
||||
.p-button.p-button-danger:not(:disabled):active, .p-buttonset.p-button-danger > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
|
||||
background: #f95454;
|
||||
color: #1c2127;
|
||||
border-color: #f95454;
|
||||
background: #fecaca;
|
||||
color: #450a0a;
|
||||
border-color: #fecaca;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-outlined, .p-buttonset.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(252, 165, 165, 0.04);
|
||||
color: #FCA5A5;
|
||||
background: rgba(248, 113, 113, 0.04);
|
||||
color: #f87171;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(252, 165, 165, 0.16);
|
||||
color: #FCA5A5;
|
||||
background: rgba(248, 113, 113, 0.16);
|
||||
color: #f87171;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-text, .p-buttonset.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-text:not(:disabled):hover, .p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(252, 165, 165, 0.04);
|
||||
background: rgba(248, 113, 113, 0.04);
|
||||
border-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-text:not(:disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(252, 165, 165, 0.16);
|
||||
background: rgba(248, 113, 113, 0.16);
|
||||
border-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
}
|
||||
|
||||
.p-button.p-button-link {
|
||||
|
@ -2384,176 +2384,176 @@
|
|||
|
||||
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(203, 213, 225, 0.04);
|
||||
color: #CBD5E1;
|
||||
background: rgba(148, 163, 184, 0.04);
|
||||
color: #94a3b8;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(203, 213, 225, 0.16);
|
||||
color: #CBD5E1;
|
||||
background: rgba(148, 163, 184, 0.16);
|
||||
color: #94a3b8;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(203, 213, 225, 0.04);
|
||||
background: rgba(148, 163, 184, 0.04);
|
||||
border-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(203, 213, 225, 0.16);
|
||||
background: rgba(148, 163, 184, 0.16);
|
||||
border-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(147, 197, 253, 0.04);
|
||||
color: #93C5FD;
|
||||
background: rgba(56, 189, 248, 0.04);
|
||||
color: #38bdf8;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(147, 197, 253, 0.16);
|
||||
color: #93C5FD;
|
||||
background: rgba(56, 189, 248, 0.16);
|
||||
color: #38bdf8;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(147, 197, 253, 0.04);
|
||||
background: rgba(56, 189, 248, 0.04);
|
||||
border-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(147, 197, 253, 0.16);
|
||||
background: rgba(56, 189, 248, 0.16);
|
||||
border-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(134, 239, 172, 0.04);
|
||||
color: #86EFAC;
|
||||
background: rgba(74, 222, 128, 0.04);
|
||||
color: #4ade80;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(134, 239, 172, 0.16);
|
||||
color: #86EFAC;
|
||||
background: rgba(74, 222, 128, 0.16);
|
||||
color: #4ade80;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(134, 239, 172, 0.04);
|
||||
background: rgba(74, 222, 128, 0.04);
|
||||
border-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(134, 239, 172, 0.16);
|
||||
background: rgba(74, 222, 128, 0.16);
|
||||
border-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(252, 211, 77, 0.04);
|
||||
color: #FCD34D;
|
||||
background: rgba(251, 146, 60, 0.04);
|
||||
color: #fb923c;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(252, 211, 77, 0.16);
|
||||
color: #FCD34D;
|
||||
background: rgba(251, 146, 60, 0.16);
|
||||
color: #fb923c;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(252, 211, 77, 0.04);
|
||||
background: rgba(251, 146, 60, 0.04);
|
||||
border-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(252, 211, 77, 0.16);
|
||||
background: rgba(251, 146, 60, 0.16);
|
||||
border-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(216, 180, 254, 0.04);
|
||||
color: #D8B4FE;
|
||||
background: rgba(192, 132, 252, 0.04);
|
||||
color: #c084fc;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(216, 180, 254, 0.16);
|
||||
color: #D8B4FE;
|
||||
background: rgba(192, 132, 252, 0.16);
|
||||
color: #c084fc;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(216, 180, 254, 0.04);
|
||||
background: rgba(192, 132, 252, 0.04);
|
||||
border-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(216, 180, 254, 0.16);
|
||||
background: rgba(192, 132, 252, 0.16);
|
||||
border-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(252, 165, 165, 0.04);
|
||||
color: #FCA5A5;
|
||||
background: rgba(248, 113, 113, 0.04);
|
||||
color: #f87171;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(252, 165, 165, 0.16);
|
||||
color: #FCA5A5;
|
||||
background: rgba(248, 113, 113, 0.16);
|
||||
color: #f87171;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(252, 165, 165, 0.04);
|
||||
background: rgba(248, 113, 113, 0.04);
|
||||
border-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(252, 165, 165, 0.16);
|
||||
background: rgba(248, 113, 113, 0.16);
|
||||
border-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
}
|
||||
|
||||
.p-carousel .p-carousel-content .p-carousel-prev,
|
||||
|
@ -5449,24 +5449,24 @@
|
|||
line-height: 1.5rem;
|
||||
}
|
||||
.p-badge.p-badge-secondary {
|
||||
background-color: #CBD5E1;
|
||||
color: #1c2127;
|
||||
background-color: #94a3b8;
|
||||
color: #020617;
|
||||
}
|
||||
.p-badge.p-badge-success {
|
||||
background-color: #86EFAC;
|
||||
color: #1c2127;
|
||||
background-color: #4ade80;
|
||||
color: #052e16;
|
||||
}
|
||||
.p-badge.p-badge-info {
|
||||
background-color: #93C5FD;
|
||||
color: #1c2127;
|
||||
background-color: #38bdf8;
|
||||
color: #082f49;
|
||||
}
|
||||
.p-badge.p-badge-warning {
|
||||
background-color: #FCD34D;
|
||||
color: #1c2127;
|
||||
background-color: #fb923c;
|
||||
color: #431407;
|
||||
}
|
||||
.p-badge.p-badge-danger {
|
||||
background-color: #FCA5A5;
|
||||
color: #1c2127;
|
||||
background-color: #f87171;
|
||||
color: #450a0a;
|
||||
}
|
||||
.p-badge.p-badge-lg {
|
||||
font-size: 1.125rem;
|
||||
|
@ -5630,20 +5630,20 @@
|
|||
border-radius: 6px;
|
||||
}
|
||||
.p-tag.p-tag-success {
|
||||
background-color: #86EFAC;
|
||||
color: #1c2127;
|
||||
background-color: #4ade80;
|
||||
color: #052e16;
|
||||
}
|
||||
.p-tag.p-tag-info {
|
||||
background-color: #93C5FD;
|
||||
color: #1c2127;
|
||||
background-color: #38bdf8;
|
||||
color: #082f49;
|
||||
}
|
||||
.p-tag.p-tag-warning {
|
||||
background-color: #FCD34D;
|
||||
color: #1c2127;
|
||||
background-color: #fb923c;
|
||||
color: #431407;
|
||||
}
|
||||
.p-tag.p-tag-danger {
|
||||
background-color: #FCA5A5;
|
||||
color: #1c2127;
|
||||
background-color: #f87171;
|
||||
color: #450a0a;
|
||||
}
|
||||
.p-tag .p-tag-icon {
|
||||
margin-right: 0.25rem;
|
||||
|
@ -5700,22 +5700,22 @@
|
|||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(34, 211, 238, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-secondary:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(203, 213, 225, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(148, 163, 184, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-success:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(134, 239, 172, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(74, 222, 128, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-info:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(147, 197, 253, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(56, 189, 248, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-warning:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(252, 211, 77, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(251, 146, 60, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-help:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(216, 180, 254, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(192, 132, 252, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-danger:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(252, 165, 165, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(248, 113, 113, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
||||
|
|
|
@ -1901,297 +1901,297 @@
|
|||
}
|
||||
|
||||
.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button {
|
||||
color: #1c2127;
|
||||
background: #CBD5E1;
|
||||
border: 1px solid #CBD5E1;
|
||||
color: #020617;
|
||||
background: #94a3b8;
|
||||
border: 1px solid #94a3b8;
|
||||
}
|
||||
.p-button.p-button-secondary:not(:disabled):hover, .p-buttonset.p-button-secondary > .p-button:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
|
||||
background: #b0bfd1;
|
||||
color: #1c2127;
|
||||
border-color: #b0bfd1;
|
||||
background: #cbd5e1;
|
||||
color: #020617;
|
||||
border-color: #cbd5e1;
|
||||
}
|
||||
.p-button.p-button-secondary:not(:disabled):focus, .p-buttonset.p-button-secondary > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #dbe2ea;
|
||||
box-shadow: 0 0 0 1px #b4bfcd;
|
||||
}
|
||||
.p-button.p-button-secondary:not(:disabled):active, .p-buttonset.p-button-secondary > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
|
||||
background: #95a9c2;
|
||||
color: #1c2127;
|
||||
border-color: #95a9c2;
|
||||
background: #e2e8f0;
|
||||
color: #020617;
|
||||
border-color: #e2e8f0;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-outlined, .p-buttonset.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(203, 213, 225, 0.04);
|
||||
color: #CBD5E1;
|
||||
background: rgba(148, 163, 184, 0.04);
|
||||
color: #94a3b8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(203, 213, 225, 0.16);
|
||||
color: #CBD5E1;
|
||||
background: rgba(148, 163, 184, 0.16);
|
||||
color: #94a3b8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-text, .p-buttonset.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-text:not(:disabled):hover, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(203, 213, 225, 0.04);
|
||||
background: rgba(148, 163, 184, 0.04);
|
||||
border-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-text:not(:disabled):active, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(203, 213, 225, 0.16);
|
||||
background: rgba(148, 163, 184, 0.16);
|
||||
border-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
}
|
||||
|
||||
.p-button.p-button-info, .p-buttonset.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button {
|
||||
color: #1c2127;
|
||||
background: #93C5FD;
|
||||
border: 1px solid #93C5FD;
|
||||
color: #082f49;
|
||||
background: #38bdf8;
|
||||
border: 1px solid #38bdf8;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):hover, .p-buttonset.p-button-info > .p-button:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
|
||||
background: #6cb0fc;
|
||||
color: #1c2127;
|
||||
border-color: #6cb0fc;
|
||||
background: #7dd3fc;
|
||||
color: #082f49;
|
||||
border-color: #7dd3fc;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):focus, .p-buttonset.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #b3d6fe;
|
||||
box-shadow: 0 0 0 1px #74d1fa;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):active, .p-buttonset.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
|
||||
background: #449bfc;
|
||||
color: #1c2127;
|
||||
border-color: #449bfc;
|
||||
background: #bae6fd;
|
||||
color: #082f49;
|
||||
border-color: #bae6fd;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined, .p-buttonset.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(147, 197, 253, 0.04);
|
||||
color: #93C5FD;
|
||||
background: rgba(56, 189, 248, 0.04);
|
||||
color: #38bdf8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(147, 197, 253, 0.16);
|
||||
color: #93C5FD;
|
||||
background: rgba(56, 189, 248, 0.16);
|
||||
color: #38bdf8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text, .p-buttonset.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text:not(:disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(147, 197, 253, 0.04);
|
||||
background: rgba(56, 189, 248, 0.04);
|
||||
border-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text:not(:disabled):active, .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(147, 197, 253, 0.16);
|
||||
background: rgba(56, 189, 248, 0.16);
|
||||
border-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
}
|
||||
|
||||
.p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button {
|
||||
color: #1c2127;
|
||||
background: #86EFAC;
|
||||
border: 1px solid #86EFAC;
|
||||
color: #052e16;
|
||||
background: #4ade80;
|
||||
border: 1px solid #4ade80;
|
||||
}
|
||||
.p-button.p-button-success:not(:disabled):hover, .p-buttonset.p-button-success > .p-button:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
|
||||
background: #65eb95;
|
||||
color: #1c2127;
|
||||
border-color: #65eb95;
|
||||
background: #86efac;
|
||||
color: #052e16;
|
||||
border-color: #86efac;
|
||||
}
|
||||
.p-button.p-button-success:not(:disabled):focus, .p-buttonset.p-button-success > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #aaf4c5;
|
||||
box-shadow: 0 0 0 1px #80e8a6;
|
||||
}
|
||||
.p-button.p-button-success:not(:disabled):active, .p-buttonset.p-button-success > .p-button:not(:disabled):active, .p-splitbutton.p-button-success > .p-button:not(:disabled):active {
|
||||
background: #44e67f;
|
||||
color: #1c2127;
|
||||
border-color: #44e67f;
|
||||
background: #bbf7d0;
|
||||
color: #052e16;
|
||||
border-color: #bbf7d0;
|
||||
}
|
||||
.p-button.p-button-success.p-button-outlined, .p-buttonset.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-success.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(134, 239, 172, 0.04);
|
||||
color: #86EFAC;
|
||||
background: rgba(74, 222, 128, 0.04);
|
||||
color: #4ade80;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-success.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(134, 239, 172, 0.16);
|
||||
color: #86EFAC;
|
||||
background: rgba(74, 222, 128, 0.16);
|
||||
color: #4ade80;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-success.p-button-text, .p-buttonset.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-success.p-button-text:not(:disabled):hover, .p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(134, 239, 172, 0.04);
|
||||
background: rgba(74, 222, 128, 0.04);
|
||||
border-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
}
|
||||
.p-button.p-button-success.p-button-text:not(:disabled):active, .p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(134, 239, 172, 0.16);
|
||||
background: rgba(74, 222, 128, 0.16);
|
||||
border-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
}
|
||||
|
||||
.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button {
|
||||
color: #1c2127;
|
||||
background: #FCD34D;
|
||||
border: 1px solid #FCD34D;
|
||||
color: #431407;
|
||||
background: #fb923c;
|
||||
border: 1px solid #fb923c;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
|
||||
background: #fbcb2d;
|
||||
color: #1c2127;
|
||||
border-color: #fbcb2d;
|
||||
background: #fdba74;
|
||||
color: #431407;
|
||||
border-color: #fdba74;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):focus, .p-buttonset.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #fde082;
|
||||
box-shadow: 0 0 0 1px #fcb377;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):active, .p-buttonset.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
|
||||
background: #fbc30c;
|
||||
color: #1c2127;
|
||||
border-color: #fbc30c;
|
||||
background: #fed7aa;
|
||||
color: #431407;
|
||||
border-color: #fed7aa;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined, .p-buttonset.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(252, 211, 77, 0.04);
|
||||
color: #FCD34D;
|
||||
background: rgba(251, 146, 60, 0.04);
|
||||
color: #fb923c;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(252, 211, 77, 0.16);
|
||||
color: #FCD34D;
|
||||
background: rgba(251, 146, 60, 0.16);
|
||||
color: #fb923c;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text, .p-buttonset.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(252, 211, 77, 0.04);
|
||||
background: rgba(251, 146, 60, 0.04);
|
||||
border-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text:not(:disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(252, 211, 77, 0.16);
|
||||
background: rgba(251, 146, 60, 0.16);
|
||||
border-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
}
|
||||
|
||||
.p-button.p-button-help, .p-buttonset.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button {
|
||||
color: #1c2127;
|
||||
background: #D8B4FE;
|
||||
border: 1px solid #D8B4FE;
|
||||
color: #3b0764;
|
||||
background: #c084fc;
|
||||
border: 1px solid #c084fc;
|
||||
}
|
||||
.p-button.p-button-help:not(:disabled):hover, .p-buttonset.p-button-help > .p-button:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
|
||||
background: #c289fd;
|
||||
color: #1c2127;
|
||||
border-color: #c289fd;
|
||||
background: #d8b4fe;
|
||||
color: #3b0764;
|
||||
border-color: #d8b4fe;
|
||||
}
|
||||
.p-button.p-button-help:not(:disabled):focus, .p-buttonset.p-button-help > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #e4cbfe;
|
||||
box-shadow: 0 0 0 1px #d3a9fd;
|
||||
}
|
||||
.p-button.p-button-help:not(:disabled):active, .p-buttonset.p-button-help > .p-button:not(:disabled):active, .p-splitbutton.p-button-help > .p-button:not(:disabled):active {
|
||||
background: #ab5efd;
|
||||
color: #1c2127;
|
||||
border-color: #ab5efd;
|
||||
background: #e9d5ff;
|
||||
color: #3b0764;
|
||||
border-color: #e9d5ff;
|
||||
}
|
||||
.p-button.p-button-help.p-button-outlined, .p-buttonset.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-help.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(216, 180, 254, 0.04);
|
||||
color: #D8B4FE;
|
||||
background: rgba(192, 132, 252, 0.04);
|
||||
color: #c084fc;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-help.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(216, 180, 254, 0.16);
|
||||
color: #D8B4FE;
|
||||
background: rgba(192, 132, 252, 0.16);
|
||||
color: #c084fc;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-help.p-button-text, .p-buttonset.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-help.p-button-text:not(:disabled):hover, .p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(216, 180, 254, 0.04);
|
||||
background: rgba(192, 132, 252, 0.04);
|
||||
border-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
}
|
||||
.p-button.p-button-help.p-button-text:not(:disabled):active, .p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(216, 180, 254, 0.16);
|
||||
background: rgba(192, 132, 252, 0.16);
|
||||
border-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
}
|
||||
|
||||
.p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button {
|
||||
color: #1c2127;
|
||||
background: #FCA5A5;
|
||||
border: 1px solid #FCA5A5;
|
||||
color: #450a0a;
|
||||
background: #f87171;
|
||||
border: 1px solid #f87171;
|
||||
}
|
||||
.p-button.p-button-danger:not(:disabled):hover, .p-buttonset.p-button-danger > .p-button:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
|
||||
background: #fb7d7d;
|
||||
color: #1c2127;
|
||||
border-color: #fb7d7d;
|
||||
background: #fca5a5;
|
||||
color: #450a0a;
|
||||
border-color: #fca5a5;
|
||||
}
|
||||
.p-button.p-button-danger:not(:disabled):focus, .p-buttonset.p-button-danger > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #fdc0c0;
|
||||
box-shadow: 0 0 0 1px #fa9c9c;
|
||||
}
|
||||
.p-button.p-button-danger:not(:disabled):active, .p-buttonset.p-button-danger > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
|
||||
background: #f95454;
|
||||
color: #1c2127;
|
||||
border-color: #f95454;
|
||||
background: #fecaca;
|
||||
color: #450a0a;
|
||||
border-color: #fecaca;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-outlined, .p-buttonset.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(252, 165, 165, 0.04);
|
||||
color: #FCA5A5;
|
||||
background: rgba(248, 113, 113, 0.04);
|
||||
color: #f87171;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(252, 165, 165, 0.16);
|
||||
color: #FCA5A5;
|
||||
background: rgba(248, 113, 113, 0.16);
|
||||
color: #f87171;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-text, .p-buttonset.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-text:not(:disabled):hover, .p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(252, 165, 165, 0.04);
|
||||
background: rgba(248, 113, 113, 0.04);
|
||||
border-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-text:not(:disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(252, 165, 165, 0.16);
|
||||
background: rgba(248, 113, 113, 0.16);
|
||||
border-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
}
|
||||
|
||||
.p-button.p-button-link {
|
||||
|
@ -2384,176 +2384,176 @@
|
|||
|
||||
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(203, 213, 225, 0.04);
|
||||
color: #CBD5E1;
|
||||
background: rgba(148, 163, 184, 0.04);
|
||||
color: #94a3b8;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(203, 213, 225, 0.16);
|
||||
color: #CBD5E1;
|
||||
background: rgba(148, 163, 184, 0.16);
|
||||
color: #94a3b8;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(203, 213, 225, 0.04);
|
||||
background: rgba(148, 163, 184, 0.04);
|
||||
border-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(203, 213, 225, 0.16);
|
||||
background: rgba(148, 163, 184, 0.16);
|
||||
border-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(147, 197, 253, 0.04);
|
||||
color: #93C5FD;
|
||||
background: rgba(56, 189, 248, 0.04);
|
||||
color: #38bdf8;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(147, 197, 253, 0.16);
|
||||
color: #93C5FD;
|
||||
background: rgba(56, 189, 248, 0.16);
|
||||
color: #38bdf8;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(147, 197, 253, 0.04);
|
||||
background: rgba(56, 189, 248, 0.04);
|
||||
border-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(147, 197, 253, 0.16);
|
||||
background: rgba(56, 189, 248, 0.16);
|
||||
border-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(134, 239, 172, 0.04);
|
||||
color: #86EFAC;
|
||||
background: rgba(74, 222, 128, 0.04);
|
||||
color: #4ade80;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(134, 239, 172, 0.16);
|
||||
color: #86EFAC;
|
||||
background: rgba(74, 222, 128, 0.16);
|
||||
color: #4ade80;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(134, 239, 172, 0.04);
|
||||
background: rgba(74, 222, 128, 0.04);
|
||||
border-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(134, 239, 172, 0.16);
|
||||
background: rgba(74, 222, 128, 0.16);
|
||||
border-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(252, 211, 77, 0.04);
|
||||
color: #FCD34D;
|
||||
background: rgba(251, 146, 60, 0.04);
|
||||
color: #fb923c;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(252, 211, 77, 0.16);
|
||||
color: #FCD34D;
|
||||
background: rgba(251, 146, 60, 0.16);
|
||||
color: #fb923c;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(252, 211, 77, 0.04);
|
||||
background: rgba(251, 146, 60, 0.04);
|
||||
border-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(252, 211, 77, 0.16);
|
||||
background: rgba(251, 146, 60, 0.16);
|
||||
border-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(216, 180, 254, 0.04);
|
||||
color: #D8B4FE;
|
||||
background: rgba(192, 132, 252, 0.04);
|
||||
color: #c084fc;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(216, 180, 254, 0.16);
|
||||
color: #D8B4FE;
|
||||
background: rgba(192, 132, 252, 0.16);
|
||||
color: #c084fc;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(216, 180, 254, 0.04);
|
||||
background: rgba(192, 132, 252, 0.04);
|
||||
border-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(216, 180, 254, 0.16);
|
||||
background: rgba(192, 132, 252, 0.16);
|
||||
border-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(252, 165, 165, 0.04);
|
||||
color: #FCA5A5;
|
||||
background: rgba(248, 113, 113, 0.04);
|
||||
color: #f87171;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(252, 165, 165, 0.16);
|
||||
color: #FCA5A5;
|
||||
background: rgba(248, 113, 113, 0.16);
|
||||
color: #f87171;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(252, 165, 165, 0.04);
|
||||
background: rgba(248, 113, 113, 0.04);
|
||||
border-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(252, 165, 165, 0.16);
|
||||
background: rgba(248, 113, 113, 0.16);
|
||||
border-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
}
|
||||
|
||||
.p-carousel .p-carousel-content .p-carousel-prev,
|
||||
|
@ -5449,24 +5449,24 @@
|
|||
line-height: 1.5rem;
|
||||
}
|
||||
.p-badge.p-badge-secondary {
|
||||
background-color: #CBD5E1;
|
||||
color: #1c2127;
|
||||
background-color: #94a3b8;
|
||||
color: #020617;
|
||||
}
|
||||
.p-badge.p-badge-success {
|
||||
background-color: #86EFAC;
|
||||
color: #1c2127;
|
||||
background-color: #4ade80;
|
||||
color: #052e16;
|
||||
}
|
||||
.p-badge.p-badge-info {
|
||||
background-color: #93C5FD;
|
||||
color: #1c2127;
|
||||
background-color: #38bdf8;
|
||||
color: #082f49;
|
||||
}
|
||||
.p-badge.p-badge-warning {
|
||||
background-color: #FCD34D;
|
||||
color: #1c2127;
|
||||
background-color: #fb923c;
|
||||
color: #431407;
|
||||
}
|
||||
.p-badge.p-badge-danger {
|
||||
background-color: #FCA5A5;
|
||||
color: #1c2127;
|
||||
background-color: #f87171;
|
||||
color: #450a0a;
|
||||
}
|
||||
.p-badge.p-badge-lg {
|
||||
font-size: 1.125rem;
|
||||
|
@ -5630,20 +5630,20 @@
|
|||
border-radius: 6px;
|
||||
}
|
||||
.p-tag.p-tag-success {
|
||||
background-color: #86EFAC;
|
||||
color: #1c2127;
|
||||
background-color: #4ade80;
|
||||
color: #052e16;
|
||||
}
|
||||
.p-tag.p-tag-info {
|
||||
background-color: #93C5FD;
|
||||
color: #1c2127;
|
||||
background-color: #38bdf8;
|
||||
color: #082f49;
|
||||
}
|
||||
.p-tag.p-tag-warning {
|
||||
background-color: #FCD34D;
|
||||
color: #1c2127;
|
||||
background-color: #fb923c;
|
||||
color: #431407;
|
||||
}
|
||||
.p-tag.p-tag-danger {
|
||||
background-color: #FCA5A5;
|
||||
color: #1c2127;
|
||||
background-color: #f87171;
|
||||
color: #450a0a;
|
||||
}
|
||||
.p-tag .p-tag-icon {
|
||||
margin-right: 0.25rem;
|
||||
|
@ -5700,22 +5700,22 @@
|
|||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(52, 211, 153, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-secondary:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(203, 213, 225, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(148, 163, 184, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-success:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(134, 239, 172, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(74, 222, 128, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-info:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(147, 197, 253, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(56, 189, 248, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-warning:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(252, 211, 77, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(251, 146, 60, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-help:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(216, 180, 254, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(192, 132, 252, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-danger:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(252, 165, 165, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(248, 113, 113, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
||||
|
|
|
@ -1901,297 +1901,297 @@
|
|||
}
|
||||
|
||||
.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button {
|
||||
color: #1c2127;
|
||||
background: #CBD5E1;
|
||||
border: 1px solid #CBD5E1;
|
||||
color: #020617;
|
||||
background: #94a3b8;
|
||||
border: 1px solid #94a3b8;
|
||||
}
|
||||
.p-button.p-button-secondary:not(:disabled):hover, .p-buttonset.p-button-secondary > .p-button:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
|
||||
background: #b0bfd1;
|
||||
color: #1c2127;
|
||||
border-color: #b0bfd1;
|
||||
background: #cbd5e1;
|
||||
color: #020617;
|
||||
border-color: #cbd5e1;
|
||||
}
|
||||
.p-button.p-button-secondary:not(:disabled):focus, .p-buttonset.p-button-secondary > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #dbe2ea;
|
||||
box-shadow: 0 0 0 1px #b4bfcd;
|
||||
}
|
||||
.p-button.p-button-secondary:not(:disabled):active, .p-buttonset.p-button-secondary > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
|
||||
background: #95a9c2;
|
||||
color: #1c2127;
|
||||
border-color: #95a9c2;
|
||||
background: #e2e8f0;
|
||||
color: #020617;
|
||||
border-color: #e2e8f0;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-outlined, .p-buttonset.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(203, 213, 225, 0.04);
|
||||
color: #CBD5E1;
|
||||
background: rgba(148, 163, 184, 0.04);
|
||||
color: #94a3b8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(203, 213, 225, 0.16);
|
||||
color: #CBD5E1;
|
||||
background: rgba(148, 163, 184, 0.16);
|
||||
color: #94a3b8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-text, .p-buttonset.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-text:not(:disabled):hover, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(203, 213, 225, 0.04);
|
||||
background: rgba(148, 163, 184, 0.04);
|
||||
border-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-text:not(:disabled):active, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(203, 213, 225, 0.16);
|
||||
background: rgba(148, 163, 184, 0.16);
|
||||
border-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
}
|
||||
|
||||
.p-button.p-button-info, .p-buttonset.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button {
|
||||
color: #1c2127;
|
||||
background: #93C5FD;
|
||||
border: 1px solid #93C5FD;
|
||||
color: #082f49;
|
||||
background: #38bdf8;
|
||||
border: 1px solid #38bdf8;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):hover, .p-buttonset.p-button-info > .p-button:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
|
||||
background: #6cb0fc;
|
||||
color: #1c2127;
|
||||
border-color: #6cb0fc;
|
||||
background: #7dd3fc;
|
||||
color: #082f49;
|
||||
border-color: #7dd3fc;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):focus, .p-buttonset.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #b3d6fe;
|
||||
box-shadow: 0 0 0 1px #74d1fa;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):active, .p-buttonset.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
|
||||
background: #449bfc;
|
||||
color: #1c2127;
|
||||
border-color: #449bfc;
|
||||
background: #bae6fd;
|
||||
color: #082f49;
|
||||
border-color: #bae6fd;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined, .p-buttonset.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(147, 197, 253, 0.04);
|
||||
color: #93C5FD;
|
||||
background: rgba(56, 189, 248, 0.04);
|
||||
color: #38bdf8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(147, 197, 253, 0.16);
|
||||
color: #93C5FD;
|
||||
background: rgba(56, 189, 248, 0.16);
|
||||
color: #38bdf8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text, .p-buttonset.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text:not(:disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(147, 197, 253, 0.04);
|
||||
background: rgba(56, 189, 248, 0.04);
|
||||
border-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text:not(:disabled):active, .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(147, 197, 253, 0.16);
|
||||
background: rgba(56, 189, 248, 0.16);
|
||||
border-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
}
|
||||
|
||||
.p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button {
|
||||
color: #1c2127;
|
||||
background: #86EFAC;
|
||||
border: 1px solid #86EFAC;
|
||||
color: #052e16;
|
||||
background: #4ade80;
|
||||
border: 1px solid #4ade80;
|
||||
}
|
||||
.p-button.p-button-success:not(:disabled):hover, .p-buttonset.p-button-success > .p-button:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
|
||||
background: #65eb95;
|
||||
color: #1c2127;
|
||||
border-color: #65eb95;
|
||||
background: #86efac;
|
||||
color: #052e16;
|
||||
border-color: #86efac;
|
||||
}
|
||||
.p-button.p-button-success:not(:disabled):focus, .p-buttonset.p-button-success > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #aaf4c5;
|
||||
box-shadow: 0 0 0 1px #80e8a6;
|
||||
}
|
||||
.p-button.p-button-success:not(:disabled):active, .p-buttonset.p-button-success > .p-button:not(:disabled):active, .p-splitbutton.p-button-success > .p-button:not(:disabled):active {
|
||||
background: #44e67f;
|
||||
color: #1c2127;
|
||||
border-color: #44e67f;
|
||||
background: #bbf7d0;
|
||||
color: #052e16;
|
||||
border-color: #bbf7d0;
|
||||
}
|
||||
.p-button.p-button-success.p-button-outlined, .p-buttonset.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-success.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(134, 239, 172, 0.04);
|
||||
color: #86EFAC;
|
||||
background: rgba(74, 222, 128, 0.04);
|
||||
color: #4ade80;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-success.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(134, 239, 172, 0.16);
|
||||
color: #86EFAC;
|
||||
background: rgba(74, 222, 128, 0.16);
|
||||
color: #4ade80;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-success.p-button-text, .p-buttonset.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-success.p-button-text:not(:disabled):hover, .p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(134, 239, 172, 0.04);
|
||||
background: rgba(74, 222, 128, 0.04);
|
||||
border-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
}
|
||||
.p-button.p-button-success.p-button-text:not(:disabled):active, .p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(134, 239, 172, 0.16);
|
||||
background: rgba(74, 222, 128, 0.16);
|
||||
border-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
}
|
||||
|
||||
.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button {
|
||||
color: #1c2127;
|
||||
background: #FCD34D;
|
||||
border: 1px solid #FCD34D;
|
||||
color: #431407;
|
||||
background: #fb923c;
|
||||
border: 1px solid #fb923c;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
|
||||
background: #fbcb2d;
|
||||
color: #1c2127;
|
||||
border-color: #fbcb2d;
|
||||
background: #fdba74;
|
||||
color: #431407;
|
||||
border-color: #fdba74;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):focus, .p-buttonset.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #fde082;
|
||||
box-shadow: 0 0 0 1px #fcb377;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):active, .p-buttonset.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
|
||||
background: #fbc30c;
|
||||
color: #1c2127;
|
||||
border-color: #fbc30c;
|
||||
background: #fed7aa;
|
||||
color: #431407;
|
||||
border-color: #fed7aa;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined, .p-buttonset.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(252, 211, 77, 0.04);
|
||||
color: #FCD34D;
|
||||
background: rgba(251, 146, 60, 0.04);
|
||||
color: #fb923c;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(252, 211, 77, 0.16);
|
||||
color: #FCD34D;
|
||||
background: rgba(251, 146, 60, 0.16);
|
||||
color: #fb923c;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text, .p-buttonset.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(252, 211, 77, 0.04);
|
||||
background: rgba(251, 146, 60, 0.04);
|
||||
border-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text:not(:disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(252, 211, 77, 0.16);
|
||||
background: rgba(251, 146, 60, 0.16);
|
||||
border-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
}
|
||||
|
||||
.p-button.p-button-help, .p-buttonset.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button {
|
||||
color: #1c2127;
|
||||
background: #D8B4FE;
|
||||
border: 1px solid #D8B4FE;
|
||||
color: #3b0764;
|
||||
background: #c084fc;
|
||||
border: 1px solid #c084fc;
|
||||
}
|
||||
.p-button.p-button-help:not(:disabled):hover, .p-buttonset.p-button-help > .p-button:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
|
||||
background: #c289fd;
|
||||
color: #1c2127;
|
||||
border-color: #c289fd;
|
||||
background: #d8b4fe;
|
||||
color: #3b0764;
|
||||
border-color: #d8b4fe;
|
||||
}
|
||||
.p-button.p-button-help:not(:disabled):focus, .p-buttonset.p-button-help > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #e4cbfe;
|
||||
box-shadow: 0 0 0 1px #d3a9fd;
|
||||
}
|
||||
.p-button.p-button-help:not(:disabled):active, .p-buttonset.p-button-help > .p-button:not(:disabled):active, .p-splitbutton.p-button-help > .p-button:not(:disabled):active {
|
||||
background: #ab5efd;
|
||||
color: #1c2127;
|
||||
border-color: #ab5efd;
|
||||
background: #e9d5ff;
|
||||
color: #3b0764;
|
||||
border-color: #e9d5ff;
|
||||
}
|
||||
.p-button.p-button-help.p-button-outlined, .p-buttonset.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-help.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(216, 180, 254, 0.04);
|
||||
color: #D8B4FE;
|
||||
background: rgba(192, 132, 252, 0.04);
|
||||
color: #c084fc;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-help.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(216, 180, 254, 0.16);
|
||||
color: #D8B4FE;
|
||||
background: rgba(192, 132, 252, 0.16);
|
||||
color: #c084fc;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-help.p-button-text, .p-buttonset.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-help.p-button-text:not(:disabled):hover, .p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(216, 180, 254, 0.04);
|
||||
background: rgba(192, 132, 252, 0.04);
|
||||
border-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
}
|
||||
.p-button.p-button-help.p-button-text:not(:disabled):active, .p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(216, 180, 254, 0.16);
|
||||
background: rgba(192, 132, 252, 0.16);
|
||||
border-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
}
|
||||
|
||||
.p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button {
|
||||
color: #1c2127;
|
||||
background: #FCA5A5;
|
||||
border: 1px solid #FCA5A5;
|
||||
color: #450a0a;
|
||||
background: #f87171;
|
||||
border: 1px solid #f87171;
|
||||
}
|
||||
.p-button.p-button-danger:not(:disabled):hover, .p-buttonset.p-button-danger > .p-button:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
|
||||
background: #fb7d7d;
|
||||
color: #1c2127;
|
||||
border-color: #fb7d7d;
|
||||
background: #fca5a5;
|
||||
color: #450a0a;
|
||||
border-color: #fca5a5;
|
||||
}
|
||||
.p-button.p-button-danger:not(:disabled):focus, .p-buttonset.p-button-danger > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #fdc0c0;
|
||||
box-shadow: 0 0 0 1px #fa9c9c;
|
||||
}
|
||||
.p-button.p-button-danger:not(:disabled):active, .p-buttonset.p-button-danger > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
|
||||
background: #f95454;
|
||||
color: #1c2127;
|
||||
border-color: #f95454;
|
||||
background: #fecaca;
|
||||
color: #450a0a;
|
||||
border-color: #fecaca;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-outlined, .p-buttonset.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(252, 165, 165, 0.04);
|
||||
color: #FCA5A5;
|
||||
background: rgba(248, 113, 113, 0.04);
|
||||
color: #f87171;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(252, 165, 165, 0.16);
|
||||
color: #FCA5A5;
|
||||
background: rgba(248, 113, 113, 0.16);
|
||||
color: #f87171;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-text, .p-buttonset.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-text:not(:disabled):hover, .p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(252, 165, 165, 0.04);
|
||||
background: rgba(248, 113, 113, 0.04);
|
||||
border-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-text:not(:disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(252, 165, 165, 0.16);
|
||||
background: rgba(248, 113, 113, 0.16);
|
||||
border-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
}
|
||||
|
||||
.p-button.p-button-link {
|
||||
|
@ -2384,176 +2384,176 @@
|
|||
|
||||
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(203, 213, 225, 0.04);
|
||||
color: #CBD5E1;
|
||||
background: rgba(148, 163, 184, 0.04);
|
||||
color: #94a3b8;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(203, 213, 225, 0.16);
|
||||
color: #CBD5E1;
|
||||
background: rgba(148, 163, 184, 0.16);
|
||||
color: #94a3b8;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(203, 213, 225, 0.04);
|
||||
background: rgba(148, 163, 184, 0.04);
|
||||
border-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(203, 213, 225, 0.16);
|
||||
background: rgba(148, 163, 184, 0.16);
|
||||
border-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(147, 197, 253, 0.04);
|
||||
color: #93C5FD;
|
||||
background: rgba(56, 189, 248, 0.04);
|
||||
color: #38bdf8;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(147, 197, 253, 0.16);
|
||||
color: #93C5FD;
|
||||
background: rgba(56, 189, 248, 0.16);
|
||||
color: #38bdf8;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(147, 197, 253, 0.04);
|
||||
background: rgba(56, 189, 248, 0.04);
|
||||
border-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(147, 197, 253, 0.16);
|
||||
background: rgba(56, 189, 248, 0.16);
|
||||
border-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(134, 239, 172, 0.04);
|
||||
color: #86EFAC;
|
||||
background: rgba(74, 222, 128, 0.04);
|
||||
color: #4ade80;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(134, 239, 172, 0.16);
|
||||
color: #86EFAC;
|
||||
background: rgba(74, 222, 128, 0.16);
|
||||
color: #4ade80;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(134, 239, 172, 0.04);
|
||||
background: rgba(74, 222, 128, 0.04);
|
||||
border-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(134, 239, 172, 0.16);
|
||||
background: rgba(74, 222, 128, 0.16);
|
||||
border-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(252, 211, 77, 0.04);
|
||||
color: #FCD34D;
|
||||
background: rgba(251, 146, 60, 0.04);
|
||||
color: #fb923c;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(252, 211, 77, 0.16);
|
||||
color: #FCD34D;
|
||||
background: rgba(251, 146, 60, 0.16);
|
||||
color: #fb923c;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(252, 211, 77, 0.04);
|
||||
background: rgba(251, 146, 60, 0.04);
|
||||
border-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(252, 211, 77, 0.16);
|
||||
background: rgba(251, 146, 60, 0.16);
|
||||
border-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(216, 180, 254, 0.04);
|
||||
color: #D8B4FE;
|
||||
background: rgba(192, 132, 252, 0.04);
|
||||
color: #c084fc;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(216, 180, 254, 0.16);
|
||||
color: #D8B4FE;
|
||||
background: rgba(192, 132, 252, 0.16);
|
||||
color: #c084fc;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(216, 180, 254, 0.04);
|
||||
background: rgba(192, 132, 252, 0.04);
|
||||
border-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(216, 180, 254, 0.16);
|
||||
background: rgba(192, 132, 252, 0.16);
|
||||
border-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(252, 165, 165, 0.04);
|
||||
color: #FCA5A5;
|
||||
background: rgba(248, 113, 113, 0.04);
|
||||
color: #f87171;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(252, 165, 165, 0.16);
|
||||
color: #FCA5A5;
|
||||
background: rgba(248, 113, 113, 0.16);
|
||||
color: #f87171;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(252, 165, 165, 0.04);
|
||||
background: rgba(248, 113, 113, 0.04);
|
||||
border-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(252, 165, 165, 0.16);
|
||||
background: rgba(248, 113, 113, 0.16);
|
||||
border-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
}
|
||||
|
||||
.p-carousel .p-carousel-content .p-carousel-prev,
|
||||
|
@ -5449,24 +5449,24 @@
|
|||
line-height: 1.5rem;
|
||||
}
|
||||
.p-badge.p-badge-secondary {
|
||||
background-color: #CBD5E1;
|
||||
color: #1c2127;
|
||||
background-color: #94a3b8;
|
||||
color: #020617;
|
||||
}
|
||||
.p-badge.p-badge-success {
|
||||
background-color: #86EFAC;
|
||||
color: #1c2127;
|
||||
background-color: #4ade80;
|
||||
color: #052e16;
|
||||
}
|
||||
.p-badge.p-badge-info {
|
||||
background-color: #93C5FD;
|
||||
color: #1c2127;
|
||||
background-color: #38bdf8;
|
||||
color: #082f49;
|
||||
}
|
||||
.p-badge.p-badge-warning {
|
||||
background-color: #FCD34D;
|
||||
color: #1c2127;
|
||||
background-color: #fb923c;
|
||||
color: #431407;
|
||||
}
|
||||
.p-badge.p-badge-danger {
|
||||
background-color: #FCA5A5;
|
||||
color: #1c2127;
|
||||
background-color: #f87171;
|
||||
color: #450a0a;
|
||||
}
|
||||
.p-badge.p-badge-lg {
|
||||
font-size: 1.125rem;
|
||||
|
@ -5630,20 +5630,20 @@
|
|||
border-radius: 6px;
|
||||
}
|
||||
.p-tag.p-tag-success {
|
||||
background-color: #86EFAC;
|
||||
color: #1c2127;
|
||||
background-color: #4ade80;
|
||||
color: #052e16;
|
||||
}
|
||||
.p-tag.p-tag-info {
|
||||
background-color: #93C5FD;
|
||||
color: #1c2127;
|
||||
background-color: #38bdf8;
|
||||
color: #082f49;
|
||||
}
|
||||
.p-tag.p-tag-warning {
|
||||
background-color: #FCD34D;
|
||||
color: #1c2127;
|
||||
background-color: #fb923c;
|
||||
color: #431407;
|
||||
}
|
||||
.p-tag.p-tag-danger {
|
||||
background-color: #FCA5A5;
|
||||
color: #1c2127;
|
||||
background-color: #f87171;
|
||||
color: #450a0a;
|
||||
}
|
||||
.p-tag .p-tag-icon {
|
||||
margin-right: 0.25rem;
|
||||
|
@ -5700,22 +5700,22 @@
|
|||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(129, 140, 248, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-secondary:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(203, 213, 225, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(148, 163, 184, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-success:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(134, 239, 172, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(74, 222, 128, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-info:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(147, 197, 253, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(56, 189, 248, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-warning:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(252, 211, 77, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(251, 146, 60, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-help:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(216, 180, 254, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(192, 132, 252, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-danger:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(252, 165, 165, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(248, 113, 113, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
||||
|
|
|
@ -1901,297 +1901,297 @@
|
|||
}
|
||||
|
||||
.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button {
|
||||
color: #1c2127;
|
||||
background: #CBD5E1;
|
||||
border: 1px solid #CBD5E1;
|
||||
color: #020617;
|
||||
background: #94a3b8;
|
||||
border: 1px solid #94a3b8;
|
||||
}
|
||||
.p-button.p-button-secondary:not(:disabled):hover, .p-buttonset.p-button-secondary > .p-button:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
|
||||
background: #b0bfd1;
|
||||
color: #1c2127;
|
||||
border-color: #b0bfd1;
|
||||
background: #cbd5e1;
|
||||
color: #020617;
|
||||
border-color: #cbd5e1;
|
||||
}
|
||||
.p-button.p-button-secondary:not(:disabled):focus, .p-buttonset.p-button-secondary > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #dbe2ea;
|
||||
box-shadow: 0 0 0 1px #b4bfcd;
|
||||
}
|
||||
.p-button.p-button-secondary:not(:disabled):active, .p-buttonset.p-button-secondary > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
|
||||
background: #95a9c2;
|
||||
color: #1c2127;
|
||||
border-color: #95a9c2;
|
||||
background: #e2e8f0;
|
||||
color: #020617;
|
||||
border-color: #e2e8f0;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-outlined, .p-buttonset.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(203, 213, 225, 0.04);
|
||||
color: #CBD5E1;
|
||||
background: rgba(148, 163, 184, 0.04);
|
||||
color: #94a3b8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(203, 213, 225, 0.16);
|
||||
color: #CBD5E1;
|
||||
background: rgba(148, 163, 184, 0.16);
|
||||
color: #94a3b8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-text, .p-buttonset.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-text:not(:disabled):hover, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(203, 213, 225, 0.04);
|
||||
background: rgba(148, 163, 184, 0.04);
|
||||
border-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-text:not(:disabled):active, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(203, 213, 225, 0.16);
|
||||
background: rgba(148, 163, 184, 0.16);
|
||||
border-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
}
|
||||
|
||||
.p-button.p-button-info, .p-buttonset.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button {
|
||||
color: #1c2127;
|
||||
background: #93C5FD;
|
||||
border: 1px solid #93C5FD;
|
||||
color: #082f49;
|
||||
background: #38bdf8;
|
||||
border: 1px solid #38bdf8;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):hover, .p-buttonset.p-button-info > .p-button:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
|
||||
background: #6cb0fc;
|
||||
color: #1c2127;
|
||||
border-color: #6cb0fc;
|
||||
background: #7dd3fc;
|
||||
color: #082f49;
|
||||
border-color: #7dd3fc;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):focus, .p-buttonset.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #b3d6fe;
|
||||
box-shadow: 0 0 0 1px #74d1fa;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):active, .p-buttonset.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
|
||||
background: #449bfc;
|
||||
color: #1c2127;
|
||||
border-color: #449bfc;
|
||||
background: #bae6fd;
|
||||
color: #082f49;
|
||||
border-color: #bae6fd;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined, .p-buttonset.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(147, 197, 253, 0.04);
|
||||
color: #93C5FD;
|
||||
background: rgba(56, 189, 248, 0.04);
|
||||
color: #38bdf8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(147, 197, 253, 0.16);
|
||||
color: #93C5FD;
|
||||
background: rgba(56, 189, 248, 0.16);
|
||||
color: #38bdf8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text, .p-buttonset.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text:not(:disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(147, 197, 253, 0.04);
|
||||
background: rgba(56, 189, 248, 0.04);
|
||||
border-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text:not(:disabled):active, .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(147, 197, 253, 0.16);
|
||||
background: rgba(56, 189, 248, 0.16);
|
||||
border-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
}
|
||||
|
||||
.p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button {
|
||||
color: #1c2127;
|
||||
background: #86EFAC;
|
||||
border: 1px solid #86EFAC;
|
||||
color: #052e16;
|
||||
background: #4ade80;
|
||||
border: 1px solid #4ade80;
|
||||
}
|
||||
.p-button.p-button-success:not(:disabled):hover, .p-buttonset.p-button-success > .p-button:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
|
||||
background: #65eb95;
|
||||
color: #1c2127;
|
||||
border-color: #65eb95;
|
||||
background: #86efac;
|
||||
color: #052e16;
|
||||
border-color: #86efac;
|
||||
}
|
||||
.p-button.p-button-success:not(:disabled):focus, .p-buttonset.p-button-success > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #aaf4c5;
|
||||
box-shadow: 0 0 0 1px #80e8a6;
|
||||
}
|
||||
.p-button.p-button-success:not(:disabled):active, .p-buttonset.p-button-success > .p-button:not(:disabled):active, .p-splitbutton.p-button-success > .p-button:not(:disabled):active {
|
||||
background: #44e67f;
|
||||
color: #1c2127;
|
||||
border-color: #44e67f;
|
||||
background: #bbf7d0;
|
||||
color: #052e16;
|
||||
border-color: #bbf7d0;
|
||||
}
|
||||
.p-button.p-button-success.p-button-outlined, .p-buttonset.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-success.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(134, 239, 172, 0.04);
|
||||
color: #86EFAC;
|
||||
background: rgba(74, 222, 128, 0.04);
|
||||
color: #4ade80;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-success.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(134, 239, 172, 0.16);
|
||||
color: #86EFAC;
|
||||
background: rgba(74, 222, 128, 0.16);
|
||||
color: #4ade80;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-success.p-button-text, .p-buttonset.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-success.p-button-text:not(:disabled):hover, .p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(134, 239, 172, 0.04);
|
||||
background: rgba(74, 222, 128, 0.04);
|
||||
border-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
}
|
||||
.p-button.p-button-success.p-button-text:not(:disabled):active, .p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(134, 239, 172, 0.16);
|
||||
background: rgba(74, 222, 128, 0.16);
|
||||
border-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
}
|
||||
|
||||
.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button {
|
||||
color: #1c2127;
|
||||
background: #FCD34D;
|
||||
border: 1px solid #FCD34D;
|
||||
color: #431407;
|
||||
background: #fb923c;
|
||||
border: 1px solid #fb923c;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
|
||||
background: #fbcb2d;
|
||||
color: #1c2127;
|
||||
border-color: #fbcb2d;
|
||||
background: #fdba74;
|
||||
color: #431407;
|
||||
border-color: #fdba74;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):focus, .p-buttonset.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #fde082;
|
||||
box-shadow: 0 0 0 1px #fcb377;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):active, .p-buttonset.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
|
||||
background: #fbc30c;
|
||||
color: #1c2127;
|
||||
border-color: #fbc30c;
|
||||
background: #fed7aa;
|
||||
color: #431407;
|
||||
border-color: #fed7aa;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined, .p-buttonset.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(252, 211, 77, 0.04);
|
||||
color: #FCD34D;
|
||||
background: rgba(251, 146, 60, 0.04);
|
||||
color: #fb923c;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(252, 211, 77, 0.16);
|
||||
color: #FCD34D;
|
||||
background: rgba(251, 146, 60, 0.16);
|
||||
color: #fb923c;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text, .p-buttonset.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(252, 211, 77, 0.04);
|
||||
background: rgba(251, 146, 60, 0.04);
|
||||
border-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text:not(:disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(252, 211, 77, 0.16);
|
||||
background: rgba(251, 146, 60, 0.16);
|
||||
border-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
}
|
||||
|
||||
.p-button.p-button-help, .p-buttonset.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button {
|
||||
color: #1c2127;
|
||||
background: #D8B4FE;
|
||||
border: 1px solid #D8B4FE;
|
||||
color: #3b0764;
|
||||
background: #c084fc;
|
||||
border: 1px solid #c084fc;
|
||||
}
|
||||
.p-button.p-button-help:not(:disabled):hover, .p-buttonset.p-button-help > .p-button:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
|
||||
background: #c289fd;
|
||||
color: #1c2127;
|
||||
border-color: #c289fd;
|
||||
background: #d8b4fe;
|
||||
color: #3b0764;
|
||||
border-color: #d8b4fe;
|
||||
}
|
||||
.p-button.p-button-help:not(:disabled):focus, .p-buttonset.p-button-help > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #e4cbfe;
|
||||
box-shadow: 0 0 0 1px #d3a9fd;
|
||||
}
|
||||
.p-button.p-button-help:not(:disabled):active, .p-buttonset.p-button-help > .p-button:not(:disabled):active, .p-splitbutton.p-button-help > .p-button:not(:disabled):active {
|
||||
background: #ab5efd;
|
||||
color: #1c2127;
|
||||
border-color: #ab5efd;
|
||||
background: #e9d5ff;
|
||||
color: #3b0764;
|
||||
border-color: #e9d5ff;
|
||||
}
|
||||
.p-button.p-button-help.p-button-outlined, .p-buttonset.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-help.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(216, 180, 254, 0.04);
|
||||
color: #D8B4FE;
|
||||
background: rgba(192, 132, 252, 0.04);
|
||||
color: #c084fc;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-help.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(216, 180, 254, 0.16);
|
||||
color: #D8B4FE;
|
||||
background: rgba(192, 132, 252, 0.16);
|
||||
color: #c084fc;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-help.p-button-text, .p-buttonset.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-help.p-button-text:not(:disabled):hover, .p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(216, 180, 254, 0.04);
|
||||
background: rgba(192, 132, 252, 0.04);
|
||||
border-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
}
|
||||
.p-button.p-button-help.p-button-text:not(:disabled):active, .p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(216, 180, 254, 0.16);
|
||||
background: rgba(192, 132, 252, 0.16);
|
||||
border-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
}
|
||||
|
||||
.p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button {
|
||||
color: #1c2127;
|
||||
background: #FCA5A5;
|
||||
border: 1px solid #FCA5A5;
|
||||
color: #450a0a;
|
||||
background: #f87171;
|
||||
border: 1px solid #f87171;
|
||||
}
|
||||
.p-button.p-button-danger:not(:disabled):hover, .p-buttonset.p-button-danger > .p-button:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
|
||||
background: #fb7d7d;
|
||||
color: #1c2127;
|
||||
border-color: #fb7d7d;
|
||||
background: #fca5a5;
|
||||
color: #450a0a;
|
||||
border-color: #fca5a5;
|
||||
}
|
||||
.p-button.p-button-danger:not(:disabled):focus, .p-buttonset.p-button-danger > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #fdc0c0;
|
||||
box-shadow: 0 0 0 1px #fa9c9c;
|
||||
}
|
||||
.p-button.p-button-danger:not(:disabled):active, .p-buttonset.p-button-danger > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
|
||||
background: #f95454;
|
||||
color: #1c2127;
|
||||
border-color: #f95454;
|
||||
background: #fecaca;
|
||||
color: #450a0a;
|
||||
border-color: #fecaca;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-outlined, .p-buttonset.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(252, 165, 165, 0.04);
|
||||
color: #FCA5A5;
|
||||
background: rgba(248, 113, 113, 0.04);
|
||||
color: #f87171;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(252, 165, 165, 0.16);
|
||||
color: #FCA5A5;
|
||||
background: rgba(248, 113, 113, 0.16);
|
||||
color: #f87171;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-text, .p-buttonset.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-text:not(:disabled):hover, .p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(252, 165, 165, 0.04);
|
||||
background: rgba(248, 113, 113, 0.04);
|
||||
border-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-text:not(:disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(252, 165, 165, 0.16);
|
||||
background: rgba(248, 113, 113, 0.16);
|
||||
border-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
}
|
||||
|
||||
.p-button.p-button-link {
|
||||
|
@ -2384,176 +2384,176 @@
|
|||
|
||||
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(203, 213, 225, 0.04);
|
||||
color: #CBD5E1;
|
||||
background: rgba(148, 163, 184, 0.04);
|
||||
color: #94a3b8;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(203, 213, 225, 0.16);
|
||||
color: #CBD5E1;
|
||||
background: rgba(148, 163, 184, 0.16);
|
||||
color: #94a3b8;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(203, 213, 225, 0.04);
|
||||
background: rgba(148, 163, 184, 0.04);
|
||||
border-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(203, 213, 225, 0.16);
|
||||
background: rgba(148, 163, 184, 0.16);
|
||||
border-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(147, 197, 253, 0.04);
|
||||
color: #93C5FD;
|
||||
background: rgba(56, 189, 248, 0.04);
|
||||
color: #38bdf8;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(147, 197, 253, 0.16);
|
||||
color: #93C5FD;
|
||||
background: rgba(56, 189, 248, 0.16);
|
||||
color: #38bdf8;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(147, 197, 253, 0.04);
|
||||
background: rgba(56, 189, 248, 0.04);
|
||||
border-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(147, 197, 253, 0.16);
|
||||
background: rgba(56, 189, 248, 0.16);
|
||||
border-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(134, 239, 172, 0.04);
|
||||
color: #86EFAC;
|
||||
background: rgba(74, 222, 128, 0.04);
|
||||
color: #4ade80;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(134, 239, 172, 0.16);
|
||||
color: #86EFAC;
|
||||
background: rgba(74, 222, 128, 0.16);
|
||||
color: #4ade80;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(134, 239, 172, 0.04);
|
||||
background: rgba(74, 222, 128, 0.04);
|
||||
border-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(134, 239, 172, 0.16);
|
||||
background: rgba(74, 222, 128, 0.16);
|
||||
border-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(252, 211, 77, 0.04);
|
||||
color: #FCD34D;
|
||||
background: rgba(251, 146, 60, 0.04);
|
||||
color: #fb923c;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(252, 211, 77, 0.16);
|
||||
color: #FCD34D;
|
||||
background: rgba(251, 146, 60, 0.16);
|
||||
color: #fb923c;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(252, 211, 77, 0.04);
|
||||
background: rgba(251, 146, 60, 0.04);
|
||||
border-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(252, 211, 77, 0.16);
|
||||
background: rgba(251, 146, 60, 0.16);
|
||||
border-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(216, 180, 254, 0.04);
|
||||
color: #D8B4FE;
|
||||
background: rgba(192, 132, 252, 0.04);
|
||||
color: #c084fc;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(216, 180, 254, 0.16);
|
||||
color: #D8B4FE;
|
||||
background: rgba(192, 132, 252, 0.16);
|
||||
color: #c084fc;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(216, 180, 254, 0.04);
|
||||
background: rgba(192, 132, 252, 0.04);
|
||||
border-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(216, 180, 254, 0.16);
|
||||
background: rgba(192, 132, 252, 0.16);
|
||||
border-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(252, 165, 165, 0.04);
|
||||
color: #FCA5A5;
|
||||
background: rgba(248, 113, 113, 0.04);
|
||||
color: #f87171;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(252, 165, 165, 0.16);
|
||||
color: #FCA5A5;
|
||||
background: rgba(248, 113, 113, 0.16);
|
||||
color: #f87171;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(252, 165, 165, 0.04);
|
||||
background: rgba(248, 113, 113, 0.04);
|
||||
border-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(252, 165, 165, 0.16);
|
||||
background: rgba(248, 113, 113, 0.16);
|
||||
border-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
}
|
||||
|
||||
.p-carousel .p-carousel-content .p-carousel-prev,
|
||||
|
@ -5449,24 +5449,24 @@
|
|||
line-height: 1.5rem;
|
||||
}
|
||||
.p-badge.p-badge-secondary {
|
||||
background-color: #CBD5E1;
|
||||
color: #1c2127;
|
||||
background-color: #94a3b8;
|
||||
color: #020617;
|
||||
}
|
||||
.p-badge.p-badge-success {
|
||||
background-color: #86EFAC;
|
||||
color: #1c2127;
|
||||
background-color: #4ade80;
|
||||
color: #052e16;
|
||||
}
|
||||
.p-badge.p-badge-info {
|
||||
background-color: #93C5FD;
|
||||
color: #1c2127;
|
||||
background-color: #38bdf8;
|
||||
color: #082f49;
|
||||
}
|
||||
.p-badge.p-badge-warning {
|
||||
background-color: #FCD34D;
|
||||
color: #1c2127;
|
||||
background-color: #fb923c;
|
||||
color: #431407;
|
||||
}
|
||||
.p-badge.p-badge-danger {
|
||||
background-color: #FCA5A5;
|
||||
color: #1c2127;
|
||||
background-color: #f87171;
|
||||
color: #450a0a;
|
||||
}
|
||||
.p-badge.p-badge-lg {
|
||||
font-size: 1.125rem;
|
||||
|
@ -5630,20 +5630,20 @@
|
|||
border-radius: 6px;
|
||||
}
|
||||
.p-tag.p-tag-success {
|
||||
background-color: #86EFAC;
|
||||
color: #1c2127;
|
||||
background-color: #4ade80;
|
||||
color: #052e16;
|
||||
}
|
||||
.p-tag.p-tag-info {
|
||||
background-color: #93C5FD;
|
||||
color: #1c2127;
|
||||
background-color: #38bdf8;
|
||||
color: #082f49;
|
||||
}
|
||||
.p-tag.p-tag-warning {
|
||||
background-color: #FCD34D;
|
||||
color: #1c2127;
|
||||
background-color: #fb923c;
|
||||
color: #431407;
|
||||
}
|
||||
.p-tag.p-tag-danger {
|
||||
background-color: #FCA5A5;
|
||||
color: #1c2127;
|
||||
background-color: #f87171;
|
||||
color: #450a0a;
|
||||
}
|
||||
.p-tag .p-tag-icon {
|
||||
margin-right: 0.25rem;
|
||||
|
@ -5700,22 +5700,22 @@
|
|||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(244, 114, 182, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-secondary:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(203, 213, 225, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(148, 163, 184, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-success:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(134, 239, 172, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(74, 222, 128, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-info:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(147, 197, 253, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(56, 189, 248, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-warning:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(252, 211, 77, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(251, 146, 60, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-help:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(216, 180, 254, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(192, 132, 252, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-danger:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(252, 165, 165, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(248, 113, 113, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
||||
|
|
|
@ -1901,297 +1901,297 @@
|
|||
}
|
||||
|
||||
.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button {
|
||||
color: #1c2127;
|
||||
background: #CBD5E1;
|
||||
border: 1px solid #CBD5E1;
|
||||
color: #020617;
|
||||
background: #94a3b8;
|
||||
border: 1px solid #94a3b8;
|
||||
}
|
||||
.p-button.p-button-secondary:not(:disabled):hover, .p-buttonset.p-button-secondary > .p-button:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
|
||||
background: #b0bfd1;
|
||||
color: #1c2127;
|
||||
border-color: #b0bfd1;
|
||||
background: #cbd5e1;
|
||||
color: #020617;
|
||||
border-color: #cbd5e1;
|
||||
}
|
||||
.p-button.p-button-secondary:not(:disabled):focus, .p-buttonset.p-button-secondary > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #dbe2ea;
|
||||
box-shadow: 0 0 0 1px #b4bfcd;
|
||||
}
|
||||
.p-button.p-button-secondary:not(:disabled):active, .p-buttonset.p-button-secondary > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
|
||||
background: #95a9c2;
|
||||
color: #1c2127;
|
||||
border-color: #95a9c2;
|
||||
background: #e2e8f0;
|
||||
color: #020617;
|
||||
border-color: #e2e8f0;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-outlined, .p-buttonset.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(203, 213, 225, 0.04);
|
||||
color: #CBD5E1;
|
||||
background: rgba(148, 163, 184, 0.04);
|
||||
color: #94a3b8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(203, 213, 225, 0.16);
|
||||
color: #CBD5E1;
|
||||
background: rgba(148, 163, 184, 0.16);
|
||||
color: #94a3b8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-text, .p-buttonset.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-text:not(:disabled):hover, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(203, 213, 225, 0.04);
|
||||
background: rgba(148, 163, 184, 0.04);
|
||||
border-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-text:not(:disabled):active, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(203, 213, 225, 0.16);
|
||||
background: rgba(148, 163, 184, 0.16);
|
||||
border-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
}
|
||||
|
||||
.p-button.p-button-info, .p-buttonset.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button {
|
||||
color: #1c2127;
|
||||
background: #93C5FD;
|
||||
border: 1px solid #93C5FD;
|
||||
color: #082f49;
|
||||
background: #38bdf8;
|
||||
border: 1px solid #38bdf8;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):hover, .p-buttonset.p-button-info > .p-button:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
|
||||
background: #6cb0fc;
|
||||
color: #1c2127;
|
||||
border-color: #6cb0fc;
|
||||
background: #7dd3fc;
|
||||
color: #082f49;
|
||||
border-color: #7dd3fc;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):focus, .p-buttonset.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #b3d6fe;
|
||||
box-shadow: 0 0 0 1px #74d1fa;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):active, .p-buttonset.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
|
||||
background: #449bfc;
|
||||
color: #1c2127;
|
||||
border-color: #449bfc;
|
||||
background: #bae6fd;
|
||||
color: #082f49;
|
||||
border-color: #bae6fd;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined, .p-buttonset.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(147, 197, 253, 0.04);
|
||||
color: #93C5FD;
|
||||
background: rgba(56, 189, 248, 0.04);
|
||||
color: #38bdf8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(147, 197, 253, 0.16);
|
||||
color: #93C5FD;
|
||||
background: rgba(56, 189, 248, 0.16);
|
||||
color: #38bdf8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text, .p-buttonset.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text:not(:disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(147, 197, 253, 0.04);
|
||||
background: rgba(56, 189, 248, 0.04);
|
||||
border-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text:not(:disabled):active, .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(147, 197, 253, 0.16);
|
||||
background: rgba(56, 189, 248, 0.16);
|
||||
border-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
}
|
||||
|
||||
.p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button {
|
||||
color: #1c2127;
|
||||
background: #86EFAC;
|
||||
border: 1px solid #86EFAC;
|
||||
color: #052e16;
|
||||
background: #4ade80;
|
||||
border: 1px solid #4ade80;
|
||||
}
|
||||
.p-button.p-button-success:not(:disabled):hover, .p-buttonset.p-button-success > .p-button:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
|
||||
background: #65eb95;
|
||||
color: #1c2127;
|
||||
border-color: #65eb95;
|
||||
background: #86efac;
|
||||
color: #052e16;
|
||||
border-color: #86efac;
|
||||
}
|
||||
.p-button.p-button-success:not(:disabled):focus, .p-buttonset.p-button-success > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #aaf4c5;
|
||||
box-shadow: 0 0 0 1px #80e8a6;
|
||||
}
|
||||
.p-button.p-button-success:not(:disabled):active, .p-buttonset.p-button-success > .p-button:not(:disabled):active, .p-splitbutton.p-button-success > .p-button:not(:disabled):active {
|
||||
background: #44e67f;
|
||||
color: #1c2127;
|
||||
border-color: #44e67f;
|
||||
background: #bbf7d0;
|
||||
color: #052e16;
|
||||
border-color: #bbf7d0;
|
||||
}
|
||||
.p-button.p-button-success.p-button-outlined, .p-buttonset.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-success.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(134, 239, 172, 0.04);
|
||||
color: #86EFAC;
|
||||
background: rgba(74, 222, 128, 0.04);
|
||||
color: #4ade80;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-success.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(134, 239, 172, 0.16);
|
||||
color: #86EFAC;
|
||||
background: rgba(74, 222, 128, 0.16);
|
||||
color: #4ade80;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-success.p-button-text, .p-buttonset.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-success.p-button-text:not(:disabled):hover, .p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(134, 239, 172, 0.04);
|
||||
background: rgba(74, 222, 128, 0.04);
|
||||
border-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
}
|
||||
.p-button.p-button-success.p-button-text:not(:disabled):active, .p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(134, 239, 172, 0.16);
|
||||
background: rgba(74, 222, 128, 0.16);
|
||||
border-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
}
|
||||
|
||||
.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button {
|
||||
color: #1c2127;
|
||||
background: #FCD34D;
|
||||
border: 1px solid #FCD34D;
|
||||
color: #431407;
|
||||
background: #fb923c;
|
||||
border: 1px solid #fb923c;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
|
||||
background: #fbcb2d;
|
||||
color: #1c2127;
|
||||
border-color: #fbcb2d;
|
||||
background: #fdba74;
|
||||
color: #431407;
|
||||
border-color: #fdba74;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):focus, .p-buttonset.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #fde082;
|
||||
box-shadow: 0 0 0 1px #fcb377;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):active, .p-buttonset.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
|
||||
background: #fbc30c;
|
||||
color: #1c2127;
|
||||
border-color: #fbc30c;
|
||||
background: #fed7aa;
|
||||
color: #431407;
|
||||
border-color: #fed7aa;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined, .p-buttonset.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(252, 211, 77, 0.04);
|
||||
color: #FCD34D;
|
||||
background: rgba(251, 146, 60, 0.04);
|
||||
color: #fb923c;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(252, 211, 77, 0.16);
|
||||
color: #FCD34D;
|
||||
background: rgba(251, 146, 60, 0.16);
|
||||
color: #fb923c;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text, .p-buttonset.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(252, 211, 77, 0.04);
|
||||
background: rgba(251, 146, 60, 0.04);
|
||||
border-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text:not(:disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(252, 211, 77, 0.16);
|
||||
background: rgba(251, 146, 60, 0.16);
|
||||
border-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
}
|
||||
|
||||
.p-button.p-button-help, .p-buttonset.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button {
|
||||
color: #1c2127;
|
||||
background: #D8B4FE;
|
||||
border: 1px solid #D8B4FE;
|
||||
color: #3b0764;
|
||||
background: #c084fc;
|
||||
border: 1px solid #c084fc;
|
||||
}
|
||||
.p-button.p-button-help:not(:disabled):hover, .p-buttonset.p-button-help > .p-button:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
|
||||
background: #c289fd;
|
||||
color: #1c2127;
|
||||
border-color: #c289fd;
|
||||
background: #d8b4fe;
|
||||
color: #3b0764;
|
||||
border-color: #d8b4fe;
|
||||
}
|
||||
.p-button.p-button-help:not(:disabled):focus, .p-buttonset.p-button-help > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #e4cbfe;
|
||||
box-shadow: 0 0 0 1px #d3a9fd;
|
||||
}
|
||||
.p-button.p-button-help:not(:disabled):active, .p-buttonset.p-button-help > .p-button:not(:disabled):active, .p-splitbutton.p-button-help > .p-button:not(:disabled):active {
|
||||
background: #ab5efd;
|
||||
color: #1c2127;
|
||||
border-color: #ab5efd;
|
||||
background: #e9d5ff;
|
||||
color: #3b0764;
|
||||
border-color: #e9d5ff;
|
||||
}
|
||||
.p-button.p-button-help.p-button-outlined, .p-buttonset.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-help.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(216, 180, 254, 0.04);
|
||||
color: #D8B4FE;
|
||||
background: rgba(192, 132, 252, 0.04);
|
||||
color: #c084fc;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-help.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(216, 180, 254, 0.16);
|
||||
color: #D8B4FE;
|
||||
background: rgba(192, 132, 252, 0.16);
|
||||
color: #c084fc;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-help.p-button-text, .p-buttonset.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-help.p-button-text:not(:disabled):hover, .p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(216, 180, 254, 0.04);
|
||||
background: rgba(192, 132, 252, 0.04);
|
||||
border-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
}
|
||||
.p-button.p-button-help.p-button-text:not(:disabled):active, .p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(216, 180, 254, 0.16);
|
||||
background: rgba(192, 132, 252, 0.16);
|
||||
border-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
}
|
||||
|
||||
.p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button {
|
||||
color: #1c2127;
|
||||
background: #FCA5A5;
|
||||
border: 1px solid #FCA5A5;
|
||||
color: #450a0a;
|
||||
background: #f87171;
|
||||
border: 1px solid #f87171;
|
||||
}
|
||||
.p-button.p-button-danger:not(:disabled):hover, .p-buttonset.p-button-danger > .p-button:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
|
||||
background: #fb7d7d;
|
||||
color: #1c2127;
|
||||
border-color: #fb7d7d;
|
||||
background: #fca5a5;
|
||||
color: #450a0a;
|
||||
border-color: #fca5a5;
|
||||
}
|
||||
.p-button.p-button-danger:not(:disabled):focus, .p-buttonset.p-button-danger > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #fdc0c0;
|
||||
box-shadow: 0 0 0 1px #fa9c9c;
|
||||
}
|
||||
.p-button.p-button-danger:not(:disabled):active, .p-buttonset.p-button-danger > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
|
||||
background: #f95454;
|
||||
color: #1c2127;
|
||||
border-color: #f95454;
|
||||
background: #fecaca;
|
||||
color: #450a0a;
|
||||
border-color: #fecaca;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-outlined, .p-buttonset.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(252, 165, 165, 0.04);
|
||||
color: #FCA5A5;
|
||||
background: rgba(248, 113, 113, 0.04);
|
||||
color: #f87171;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(252, 165, 165, 0.16);
|
||||
color: #FCA5A5;
|
||||
background: rgba(248, 113, 113, 0.16);
|
||||
color: #f87171;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-text, .p-buttonset.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-text:not(:disabled):hover, .p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(252, 165, 165, 0.04);
|
||||
background: rgba(248, 113, 113, 0.04);
|
||||
border-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-text:not(:disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(252, 165, 165, 0.16);
|
||||
background: rgba(248, 113, 113, 0.16);
|
||||
border-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
}
|
||||
|
||||
.p-button.p-button-link {
|
||||
|
@ -2384,176 +2384,176 @@
|
|||
|
||||
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(203, 213, 225, 0.04);
|
||||
color: #CBD5E1;
|
||||
background: rgba(148, 163, 184, 0.04);
|
||||
color: #94a3b8;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(203, 213, 225, 0.16);
|
||||
color: #CBD5E1;
|
||||
background: rgba(148, 163, 184, 0.16);
|
||||
color: #94a3b8;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(203, 213, 225, 0.04);
|
||||
background: rgba(148, 163, 184, 0.04);
|
||||
border-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(203, 213, 225, 0.16);
|
||||
background: rgba(148, 163, 184, 0.16);
|
||||
border-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(147, 197, 253, 0.04);
|
||||
color: #93C5FD;
|
||||
background: rgba(56, 189, 248, 0.04);
|
||||
color: #38bdf8;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(147, 197, 253, 0.16);
|
||||
color: #93C5FD;
|
||||
background: rgba(56, 189, 248, 0.16);
|
||||
color: #38bdf8;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(147, 197, 253, 0.04);
|
||||
background: rgba(56, 189, 248, 0.04);
|
||||
border-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(147, 197, 253, 0.16);
|
||||
background: rgba(56, 189, 248, 0.16);
|
||||
border-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(134, 239, 172, 0.04);
|
||||
color: #86EFAC;
|
||||
background: rgba(74, 222, 128, 0.04);
|
||||
color: #4ade80;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(134, 239, 172, 0.16);
|
||||
color: #86EFAC;
|
||||
background: rgba(74, 222, 128, 0.16);
|
||||
color: #4ade80;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(134, 239, 172, 0.04);
|
||||
background: rgba(74, 222, 128, 0.04);
|
||||
border-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(134, 239, 172, 0.16);
|
||||
background: rgba(74, 222, 128, 0.16);
|
||||
border-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(252, 211, 77, 0.04);
|
||||
color: #FCD34D;
|
||||
background: rgba(251, 146, 60, 0.04);
|
||||
color: #fb923c;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(252, 211, 77, 0.16);
|
||||
color: #FCD34D;
|
||||
background: rgba(251, 146, 60, 0.16);
|
||||
color: #fb923c;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(252, 211, 77, 0.04);
|
||||
background: rgba(251, 146, 60, 0.04);
|
||||
border-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(252, 211, 77, 0.16);
|
||||
background: rgba(251, 146, 60, 0.16);
|
||||
border-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(216, 180, 254, 0.04);
|
||||
color: #D8B4FE;
|
||||
background: rgba(192, 132, 252, 0.04);
|
||||
color: #c084fc;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(216, 180, 254, 0.16);
|
||||
color: #D8B4FE;
|
||||
background: rgba(192, 132, 252, 0.16);
|
||||
color: #c084fc;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(216, 180, 254, 0.04);
|
||||
background: rgba(192, 132, 252, 0.04);
|
||||
border-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(216, 180, 254, 0.16);
|
||||
background: rgba(192, 132, 252, 0.16);
|
||||
border-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(252, 165, 165, 0.04);
|
||||
color: #FCA5A5;
|
||||
background: rgba(248, 113, 113, 0.04);
|
||||
color: #f87171;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(252, 165, 165, 0.16);
|
||||
color: #FCA5A5;
|
||||
background: rgba(248, 113, 113, 0.16);
|
||||
color: #f87171;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(252, 165, 165, 0.04);
|
||||
background: rgba(248, 113, 113, 0.04);
|
||||
border-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(252, 165, 165, 0.16);
|
||||
background: rgba(248, 113, 113, 0.16);
|
||||
border-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
}
|
||||
|
||||
.p-carousel .p-carousel-content .p-carousel-prev,
|
||||
|
@ -5449,24 +5449,24 @@
|
|||
line-height: 1.5rem;
|
||||
}
|
||||
.p-badge.p-badge-secondary {
|
||||
background-color: #CBD5E1;
|
||||
color: #1c2127;
|
||||
background-color: #94a3b8;
|
||||
color: #020617;
|
||||
}
|
||||
.p-badge.p-badge-success {
|
||||
background-color: #86EFAC;
|
||||
color: #1c2127;
|
||||
background-color: #4ade80;
|
||||
color: #052e16;
|
||||
}
|
||||
.p-badge.p-badge-info {
|
||||
background-color: #93C5FD;
|
||||
color: #1c2127;
|
||||
background-color: #38bdf8;
|
||||
color: #082f49;
|
||||
}
|
||||
.p-badge.p-badge-warning {
|
||||
background-color: #FCD34D;
|
||||
color: #1c2127;
|
||||
background-color: #fb923c;
|
||||
color: #431407;
|
||||
}
|
||||
.p-badge.p-badge-danger {
|
||||
background-color: #FCA5A5;
|
||||
color: #1c2127;
|
||||
background-color: #f87171;
|
||||
color: #450a0a;
|
||||
}
|
||||
.p-badge.p-badge-lg {
|
||||
font-size: 1.125rem;
|
||||
|
@ -5630,20 +5630,20 @@
|
|||
border-radius: 6px;
|
||||
}
|
||||
.p-tag.p-tag-success {
|
||||
background-color: #86EFAC;
|
||||
color: #1c2127;
|
||||
background-color: #4ade80;
|
||||
color: #052e16;
|
||||
}
|
||||
.p-tag.p-tag-info {
|
||||
background-color: #93C5FD;
|
||||
color: #1c2127;
|
||||
background-color: #38bdf8;
|
||||
color: #082f49;
|
||||
}
|
||||
.p-tag.p-tag-warning {
|
||||
background-color: #FCD34D;
|
||||
color: #1c2127;
|
||||
background-color: #fb923c;
|
||||
color: #431407;
|
||||
}
|
||||
.p-tag.p-tag-danger {
|
||||
background-color: #FCA5A5;
|
||||
color: #1c2127;
|
||||
background-color: #f87171;
|
||||
color: #450a0a;
|
||||
}
|
||||
.p-tag .p-tag-icon {
|
||||
margin-right: 0.25rem;
|
||||
|
@ -5700,22 +5700,22 @@
|
|||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(167, 139, 250, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-secondary:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(203, 213, 225, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(148, 163, 184, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-success:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(134, 239, 172, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(74, 222, 128, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-info:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(147, 197, 253, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(56, 189, 248, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-warning:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(252, 211, 77, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(251, 146, 60, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-help:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(216, 180, 254, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(192, 132, 252, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-danger:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(252, 165, 165, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(248, 113, 113, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
||||
|
|
|
@ -1901,297 +1901,297 @@
|
|||
}
|
||||
|
||||
.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button {
|
||||
color: #1c2127;
|
||||
background: #CBD5E1;
|
||||
border: 1px solid #CBD5E1;
|
||||
color: #020617;
|
||||
background: #94a3b8;
|
||||
border: 1px solid #94a3b8;
|
||||
}
|
||||
.p-button.p-button-secondary:not(:disabled):hover, .p-buttonset.p-button-secondary > .p-button:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
|
||||
background: #b0bfd1;
|
||||
color: #1c2127;
|
||||
border-color: #b0bfd1;
|
||||
background: #cbd5e1;
|
||||
color: #020617;
|
||||
border-color: #cbd5e1;
|
||||
}
|
||||
.p-button.p-button-secondary:not(:disabled):focus, .p-buttonset.p-button-secondary > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #dbe2ea;
|
||||
box-shadow: 0 0 0 1px #b4bfcd;
|
||||
}
|
||||
.p-button.p-button-secondary:not(:disabled):active, .p-buttonset.p-button-secondary > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
|
||||
background: #95a9c2;
|
||||
color: #1c2127;
|
||||
border-color: #95a9c2;
|
||||
background: #e2e8f0;
|
||||
color: #020617;
|
||||
border-color: #e2e8f0;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-outlined, .p-buttonset.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(203, 213, 225, 0.04);
|
||||
color: #CBD5E1;
|
||||
background: rgba(148, 163, 184, 0.04);
|
||||
color: #94a3b8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(203, 213, 225, 0.16);
|
||||
color: #CBD5E1;
|
||||
background: rgba(148, 163, 184, 0.16);
|
||||
color: #94a3b8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-text, .p-buttonset.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-text:not(:disabled):hover, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(203, 213, 225, 0.04);
|
||||
background: rgba(148, 163, 184, 0.04);
|
||||
border-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-text:not(:disabled):active, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(203, 213, 225, 0.16);
|
||||
background: rgba(148, 163, 184, 0.16);
|
||||
border-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
}
|
||||
|
||||
.p-button.p-button-info, .p-buttonset.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button {
|
||||
color: #1c2127;
|
||||
background: #93C5FD;
|
||||
border: 1px solid #93C5FD;
|
||||
color: #082f49;
|
||||
background: #38bdf8;
|
||||
border: 1px solid #38bdf8;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):hover, .p-buttonset.p-button-info > .p-button:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
|
||||
background: #6cb0fc;
|
||||
color: #1c2127;
|
||||
border-color: #6cb0fc;
|
||||
background: #7dd3fc;
|
||||
color: #082f49;
|
||||
border-color: #7dd3fc;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):focus, .p-buttonset.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #b3d6fe;
|
||||
box-shadow: 0 0 0 1px #74d1fa;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):active, .p-buttonset.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
|
||||
background: #449bfc;
|
||||
color: #1c2127;
|
||||
border-color: #449bfc;
|
||||
background: #bae6fd;
|
||||
color: #082f49;
|
||||
border-color: #bae6fd;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined, .p-buttonset.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(147, 197, 253, 0.04);
|
||||
color: #93C5FD;
|
||||
background: rgba(56, 189, 248, 0.04);
|
||||
color: #38bdf8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(147, 197, 253, 0.16);
|
||||
color: #93C5FD;
|
||||
background: rgba(56, 189, 248, 0.16);
|
||||
color: #38bdf8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text, .p-buttonset.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text:not(:disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(147, 197, 253, 0.04);
|
||||
background: rgba(56, 189, 248, 0.04);
|
||||
border-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text:not(:disabled):active, .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(147, 197, 253, 0.16);
|
||||
background: rgba(56, 189, 248, 0.16);
|
||||
border-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
}
|
||||
|
||||
.p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button {
|
||||
color: #1c2127;
|
||||
background: #86EFAC;
|
||||
border: 1px solid #86EFAC;
|
||||
color: #052e16;
|
||||
background: #4ade80;
|
||||
border: 1px solid #4ade80;
|
||||
}
|
||||
.p-button.p-button-success:not(:disabled):hover, .p-buttonset.p-button-success > .p-button:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
|
||||
background: #65eb95;
|
||||
color: #1c2127;
|
||||
border-color: #65eb95;
|
||||
background: #86efac;
|
||||
color: #052e16;
|
||||
border-color: #86efac;
|
||||
}
|
||||
.p-button.p-button-success:not(:disabled):focus, .p-buttonset.p-button-success > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #aaf4c5;
|
||||
box-shadow: 0 0 0 1px #80e8a6;
|
||||
}
|
||||
.p-button.p-button-success:not(:disabled):active, .p-buttonset.p-button-success > .p-button:not(:disabled):active, .p-splitbutton.p-button-success > .p-button:not(:disabled):active {
|
||||
background: #44e67f;
|
||||
color: #1c2127;
|
||||
border-color: #44e67f;
|
||||
background: #bbf7d0;
|
||||
color: #052e16;
|
||||
border-color: #bbf7d0;
|
||||
}
|
||||
.p-button.p-button-success.p-button-outlined, .p-buttonset.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-success.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(134, 239, 172, 0.04);
|
||||
color: #86EFAC;
|
||||
background: rgba(74, 222, 128, 0.04);
|
||||
color: #4ade80;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-success.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(134, 239, 172, 0.16);
|
||||
color: #86EFAC;
|
||||
background: rgba(74, 222, 128, 0.16);
|
||||
color: #4ade80;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-success.p-button-text, .p-buttonset.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-success.p-button-text:not(:disabled):hover, .p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(134, 239, 172, 0.04);
|
||||
background: rgba(74, 222, 128, 0.04);
|
||||
border-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
}
|
||||
.p-button.p-button-success.p-button-text:not(:disabled):active, .p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(134, 239, 172, 0.16);
|
||||
background: rgba(74, 222, 128, 0.16);
|
||||
border-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
}
|
||||
|
||||
.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button {
|
||||
color: #1c2127;
|
||||
background: #FCD34D;
|
||||
border: 1px solid #FCD34D;
|
||||
color: #431407;
|
||||
background: #fb923c;
|
||||
border: 1px solid #fb923c;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
|
||||
background: #fbcb2d;
|
||||
color: #1c2127;
|
||||
border-color: #fbcb2d;
|
||||
background: #fdba74;
|
||||
color: #431407;
|
||||
border-color: #fdba74;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):focus, .p-buttonset.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #fde082;
|
||||
box-shadow: 0 0 0 1px #fcb377;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):active, .p-buttonset.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
|
||||
background: #fbc30c;
|
||||
color: #1c2127;
|
||||
border-color: #fbc30c;
|
||||
background: #fed7aa;
|
||||
color: #431407;
|
||||
border-color: #fed7aa;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined, .p-buttonset.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(252, 211, 77, 0.04);
|
||||
color: #FCD34D;
|
||||
background: rgba(251, 146, 60, 0.04);
|
||||
color: #fb923c;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(252, 211, 77, 0.16);
|
||||
color: #FCD34D;
|
||||
background: rgba(251, 146, 60, 0.16);
|
||||
color: #fb923c;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text, .p-buttonset.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(252, 211, 77, 0.04);
|
||||
background: rgba(251, 146, 60, 0.04);
|
||||
border-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text:not(:disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(252, 211, 77, 0.16);
|
||||
background: rgba(251, 146, 60, 0.16);
|
||||
border-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
}
|
||||
|
||||
.p-button.p-button-help, .p-buttonset.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button {
|
||||
color: #1c2127;
|
||||
background: #D8B4FE;
|
||||
border: 1px solid #D8B4FE;
|
||||
color: #3b0764;
|
||||
background: #c084fc;
|
||||
border: 1px solid #c084fc;
|
||||
}
|
||||
.p-button.p-button-help:not(:disabled):hover, .p-buttonset.p-button-help > .p-button:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
|
||||
background: #c289fd;
|
||||
color: #1c2127;
|
||||
border-color: #c289fd;
|
||||
background: #d8b4fe;
|
||||
color: #3b0764;
|
||||
border-color: #d8b4fe;
|
||||
}
|
||||
.p-button.p-button-help:not(:disabled):focus, .p-buttonset.p-button-help > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #e4cbfe;
|
||||
box-shadow: 0 0 0 1px #d3a9fd;
|
||||
}
|
||||
.p-button.p-button-help:not(:disabled):active, .p-buttonset.p-button-help > .p-button:not(:disabled):active, .p-splitbutton.p-button-help > .p-button:not(:disabled):active {
|
||||
background: #ab5efd;
|
||||
color: #1c2127;
|
||||
border-color: #ab5efd;
|
||||
background: #e9d5ff;
|
||||
color: #3b0764;
|
||||
border-color: #e9d5ff;
|
||||
}
|
||||
.p-button.p-button-help.p-button-outlined, .p-buttonset.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-help.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(216, 180, 254, 0.04);
|
||||
color: #D8B4FE;
|
||||
background: rgba(192, 132, 252, 0.04);
|
||||
color: #c084fc;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-help.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(216, 180, 254, 0.16);
|
||||
color: #D8B4FE;
|
||||
background: rgba(192, 132, 252, 0.16);
|
||||
color: #c084fc;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-help.p-button-text, .p-buttonset.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-help.p-button-text:not(:disabled):hover, .p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(216, 180, 254, 0.04);
|
||||
background: rgba(192, 132, 252, 0.04);
|
||||
border-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
}
|
||||
.p-button.p-button-help.p-button-text:not(:disabled):active, .p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(216, 180, 254, 0.16);
|
||||
background: rgba(192, 132, 252, 0.16);
|
||||
border-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
}
|
||||
|
||||
.p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button {
|
||||
color: #1c2127;
|
||||
background: #FCA5A5;
|
||||
border: 1px solid #FCA5A5;
|
||||
color: #450a0a;
|
||||
background: #f87171;
|
||||
border: 1px solid #f87171;
|
||||
}
|
||||
.p-button.p-button-danger:not(:disabled):hover, .p-buttonset.p-button-danger > .p-button:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
|
||||
background: #fb7d7d;
|
||||
color: #1c2127;
|
||||
border-color: #fb7d7d;
|
||||
background: #fca5a5;
|
||||
color: #450a0a;
|
||||
border-color: #fca5a5;
|
||||
}
|
||||
.p-button.p-button-danger:not(:disabled):focus, .p-buttonset.p-button-danger > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 1px #fdc0c0;
|
||||
box-shadow: 0 0 0 1px #fa9c9c;
|
||||
}
|
||||
.p-button.p-button-danger:not(:disabled):active, .p-buttonset.p-button-danger > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
|
||||
background: #f95454;
|
||||
color: #1c2127;
|
||||
border-color: #f95454;
|
||||
background: #fecaca;
|
||||
color: #450a0a;
|
||||
border-color: #fecaca;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-outlined, .p-buttonset.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(252, 165, 165, 0.04);
|
||||
color: #FCA5A5;
|
||||
background: rgba(248, 113, 113, 0.04);
|
||||
color: #f87171;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(252, 165, 165, 0.16);
|
||||
color: #FCA5A5;
|
||||
background: rgba(248, 113, 113, 0.16);
|
||||
color: #f87171;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-text, .p-buttonset.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-text:not(:disabled):hover, .p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(252, 165, 165, 0.04);
|
||||
background: rgba(248, 113, 113, 0.04);
|
||||
border-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
}
|
||||
.p-button.p-button-danger.p-button-text:not(:disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(252, 165, 165, 0.16);
|
||||
background: rgba(248, 113, 113, 0.16);
|
||||
border-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
}
|
||||
|
||||
.p-button.p-button-link {
|
||||
|
@ -2384,176 +2384,176 @@
|
|||
|
||||
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(203, 213, 225, 0.04);
|
||||
color: #CBD5E1;
|
||||
background: rgba(148, 163, 184, 0.04);
|
||||
color: #94a3b8;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(203, 213, 225, 0.16);
|
||||
color: #CBD5E1;
|
||||
background: rgba(148, 163, 184, 0.16);
|
||||
color: #94a3b8;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(203, 213, 225, 0.04);
|
||||
background: rgba(148, 163, 184, 0.04);
|
||||
border-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
}
|
||||
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(203, 213, 225, 0.16);
|
||||
background: rgba(148, 163, 184, 0.16);
|
||||
border-color: transparent;
|
||||
color: #CBD5E1;
|
||||
color: #94a3b8;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(147, 197, 253, 0.04);
|
||||
color: #93C5FD;
|
||||
background: rgba(56, 189, 248, 0.04);
|
||||
color: #38bdf8;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(147, 197, 253, 0.16);
|
||||
color: #93C5FD;
|
||||
background: rgba(56, 189, 248, 0.16);
|
||||
color: #38bdf8;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(147, 197, 253, 0.04);
|
||||
background: rgba(56, 189, 248, 0.04);
|
||||
border-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(147, 197, 253, 0.16);
|
||||
background: rgba(56, 189, 248, 0.16);
|
||||
border-color: transparent;
|
||||
color: #93C5FD;
|
||||
color: #38bdf8;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(134, 239, 172, 0.04);
|
||||
color: #86EFAC;
|
||||
background: rgba(74, 222, 128, 0.04);
|
||||
color: #4ade80;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(134, 239, 172, 0.16);
|
||||
color: #86EFAC;
|
||||
background: rgba(74, 222, 128, 0.16);
|
||||
color: #4ade80;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(134, 239, 172, 0.04);
|
||||
background: rgba(74, 222, 128, 0.04);
|
||||
border-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
}
|
||||
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(134, 239, 172, 0.16);
|
||||
background: rgba(74, 222, 128, 0.16);
|
||||
border-color: transparent;
|
||||
color: #86EFAC;
|
||||
color: #4ade80;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(252, 211, 77, 0.04);
|
||||
color: #FCD34D;
|
||||
background: rgba(251, 146, 60, 0.04);
|
||||
color: #fb923c;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(252, 211, 77, 0.16);
|
||||
color: #FCD34D;
|
||||
background: rgba(251, 146, 60, 0.16);
|
||||
color: #fb923c;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(252, 211, 77, 0.04);
|
||||
background: rgba(251, 146, 60, 0.04);
|
||||
border-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(252, 211, 77, 0.16);
|
||||
background: rgba(251, 146, 60, 0.16);
|
||||
border-color: transparent;
|
||||
color: #FCD34D;
|
||||
color: #fb923c;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(216, 180, 254, 0.04);
|
||||
color: #D8B4FE;
|
||||
background: rgba(192, 132, 252, 0.04);
|
||||
color: #c084fc;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(216, 180, 254, 0.16);
|
||||
color: #D8B4FE;
|
||||
background: rgba(192, 132, 252, 0.16);
|
||||
color: #c084fc;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(216, 180, 254, 0.04);
|
||||
background: rgba(192, 132, 252, 0.04);
|
||||
border-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
}
|
||||
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(216, 180, 254, 0.16);
|
||||
background: rgba(192, 132, 252, 0.16);
|
||||
border-color: transparent;
|
||||
color: #D8B4FE;
|
||||
color: #c084fc;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(252, 165, 165, 0.04);
|
||||
color: #FCA5A5;
|
||||
background: rgba(248, 113, 113, 0.04);
|
||||
color: #f87171;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(252, 165, 165, 0.16);
|
||||
color: #FCA5A5;
|
||||
background: rgba(248, 113, 113, 0.16);
|
||||
color: #f87171;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(252, 165, 165, 0.04);
|
||||
background: rgba(248, 113, 113, 0.04);
|
||||
border-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
}
|
||||
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(252, 165, 165, 0.16);
|
||||
background: rgba(248, 113, 113, 0.16);
|
||||
border-color: transparent;
|
||||
color: #FCA5A5;
|
||||
color: #f87171;
|
||||
}
|
||||
|
||||
.p-carousel .p-carousel-content .p-carousel-prev,
|
||||
|
@ -5449,24 +5449,24 @@
|
|||
line-height: 1.5rem;
|
||||
}
|
||||
.p-badge.p-badge-secondary {
|
||||
background-color: #CBD5E1;
|
||||
color: #1c2127;
|
||||
background-color: #94a3b8;
|
||||
color: #020617;
|
||||
}
|
||||
.p-badge.p-badge-success {
|
||||
background-color: #86EFAC;
|
||||
color: #1c2127;
|
||||
background-color: #4ade80;
|
||||
color: #052e16;
|
||||
}
|
||||
.p-badge.p-badge-info {
|
||||
background-color: #93C5FD;
|
||||
color: #1c2127;
|
||||
background-color: #38bdf8;
|
||||
color: #082f49;
|
||||
}
|
||||
.p-badge.p-badge-warning {
|
||||
background-color: #FCD34D;
|
||||
color: #1c2127;
|
||||
background-color: #fb923c;
|
||||
color: #431407;
|
||||
}
|
||||
.p-badge.p-badge-danger {
|
||||
background-color: #FCA5A5;
|
||||
color: #1c2127;
|
||||
background-color: #f87171;
|
||||
color: #450a0a;
|
||||
}
|
||||
.p-badge.p-badge-lg {
|
||||
font-size: 1.125rem;
|
||||
|
@ -5630,20 +5630,20 @@
|
|||
border-radius: 6px;
|
||||
}
|
||||
.p-tag.p-tag-success {
|
||||
background-color: #86EFAC;
|
||||
color: #1c2127;
|
||||
background-color: #4ade80;
|
||||
color: #052e16;
|
||||
}
|
||||
.p-tag.p-tag-info {
|
||||
background-color: #93C5FD;
|
||||
color: #1c2127;
|
||||
background-color: #38bdf8;
|
||||
color: #082f49;
|
||||
}
|
||||
.p-tag.p-tag-warning {
|
||||
background-color: #FCD34D;
|
||||
color: #1c2127;
|
||||
background-color: #fb923c;
|
||||
color: #431407;
|
||||
}
|
||||
.p-tag.p-tag-danger {
|
||||
background-color: #FCA5A5;
|
||||
color: #1c2127;
|
||||
background-color: #f87171;
|
||||
color: #450a0a;
|
||||
}
|
||||
.p-tag .p-tag-icon {
|
||||
margin-right: 0.25rem;
|
||||
|
@ -5700,22 +5700,22 @@
|
|||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(45, 212, 191, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-secondary:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(203, 213, 225, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(148, 163, 184, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-success:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(134, 239, 172, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(74, 222, 128, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-info:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(147, 197, 253, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(56, 189, 248, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-warning:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(252, 211, 77, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(251, 146, 60, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-help:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(216, 180, 254, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(192, 132, 252, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.p-button.p-button-danger:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(252, 165, 165, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(248, 113, 113, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
||||
|
|
|
@ -1951,51 +1951,51 @@
|
|||
|
||||
.p-button.p-button-info, .p-buttonset.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button {
|
||||
color: #ffffff;
|
||||
background: #3B82F6;
|
||||
border: 1px solid #3B82F6;
|
||||
background: #0ea5e9;
|
||||
border: 1px solid #0ea5e9;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):hover, .p-buttonset.p-button-info > .p-button:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
|
||||
background: #2563EB;
|
||||
background: #0284c7;
|
||||
color: #ffffff;
|
||||
border-color: #2563EB;
|
||||
border-color: #0284c7;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):focus, .p-buttonset.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 0.2rem #BFDBFE;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):active, .p-buttonset.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
|
||||
background: #1D4ED8;
|
||||
background: #0369a1;
|
||||
color: #ffffff;
|
||||
border-color: #1D4ED8;
|
||||
border-color: #0369a1;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined, .p-buttonset.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(59, 130, 246, 0.04);
|
||||
color: #3B82F6;
|
||||
background: rgba(14, 165, 233, 0.04);
|
||||
color: #0ea5e9;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(59, 130, 246, 0.16);
|
||||
color: #3B82F6;
|
||||
background: rgba(14, 165, 233, 0.16);
|
||||
color: #0ea5e9;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text, .p-buttonset.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text:not(:disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(59, 130, 246, 0.04);
|
||||
background: rgba(14, 165, 233, 0.04);
|
||||
border-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text:not(:disabled):active, .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(59, 130, 246, 0.16);
|
||||
background: rgba(14, 165, 233, 0.16);
|
||||
border-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
}
|
||||
|
||||
.p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button {
|
||||
|
@ -2049,51 +2049,51 @@
|
|||
|
||||
.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button {
|
||||
color: #ffffff;
|
||||
background: #F59E0B;
|
||||
border: 1px solid #F59E0B;
|
||||
background: #f97316;
|
||||
border: 1px solid #f97316;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
|
||||
background: #D97706;
|
||||
background: #ea580c;
|
||||
color: #ffffff;
|
||||
border-color: #D97706;
|
||||
border-color: #ea580c;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):focus, .p-buttonset.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 0.2rem #FDE68A;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):active, .p-buttonset.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
|
||||
background: #B45309;
|
||||
background: #c2410c;
|
||||
color: #ffffff;
|
||||
border-color: #B45309;
|
||||
border-color: #c2410c;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined, .p-buttonset.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(245, 158, 11, 0.04);
|
||||
color: #F59E0B;
|
||||
background: rgba(249, 115, 22, 0.04);
|
||||
color: #f97316;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(245, 158, 11, 0.16);
|
||||
color: #F59E0B;
|
||||
background: rgba(249, 115, 22, 0.16);
|
||||
color: #f97316;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text, .p-buttonset.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(245, 158, 11, 0.04);
|
||||
background: rgba(249, 115, 22, 0.04);
|
||||
border-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text:not(:disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(245, 158, 11, 0.16);
|
||||
background: rgba(249, 115, 22, 0.16);
|
||||
border-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
}
|
||||
|
||||
.p-button.p-button-help, .p-buttonset.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button {
|
||||
|
@ -2413,31 +2413,31 @@
|
|||
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(59, 130, 246, 0.04);
|
||||
color: #3B82F6;
|
||||
background: rgba(14, 165, 233, 0.04);
|
||||
color: #0ea5e9;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(59, 130, 246, 0.16);
|
||||
color: #3B82F6;
|
||||
background: rgba(14, 165, 233, 0.16);
|
||||
color: #0ea5e9;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(59, 130, 246, 0.04);
|
||||
background: rgba(14, 165, 233, 0.04);
|
||||
border-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(59, 130, 246, 0.16);
|
||||
background: rgba(14, 165, 233, 0.16);
|
||||
border-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
||||
|
@ -2471,31 +2471,31 @@
|
|||
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(245, 158, 11, 0.04);
|
||||
color: #F59E0B;
|
||||
background: rgba(249, 115, 22, 0.04);
|
||||
color: #f97316;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(245, 158, 11, 0.16);
|
||||
color: #F59E0B;
|
||||
background: rgba(249, 115, 22, 0.16);
|
||||
color: #f97316;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(245, 158, 11, 0.04);
|
||||
background: rgba(249, 115, 22, 0.04);
|
||||
border-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(245, 158, 11, 0.16);
|
||||
background: rgba(249, 115, 22, 0.16);
|
||||
border-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
||||
|
@ -5457,11 +5457,11 @@
|
|||
color: #ffffff;
|
||||
}
|
||||
.p-badge.p-badge-info {
|
||||
background-color: #3B82F6;
|
||||
background-color: #0ea5e9;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-badge.p-badge-warning {
|
||||
background-color: #F59E0B;
|
||||
background-color: #f97316;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-badge.p-badge-danger {
|
||||
|
@ -5634,11 +5634,11 @@
|
|||
color: #ffffff;
|
||||
}
|
||||
.p-tag.p-tag-info {
|
||||
background-color: #3B82F6;
|
||||
background-color: #0ea5e9;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-tag.p-tag-warning {
|
||||
background-color: #F59E0B;
|
||||
background-color: #f97316;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-tag.p-tag-danger {
|
||||
|
@ -5706,10 +5706,10 @@
|
|||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #88eaac, 0 1px 2px 0 black;
|
||||
}
|
||||
.p-button.p-button-info:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #9dc1fb, 0 1px 2px 0 black;
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #83d3f8, 0 1px 2px 0 black;
|
||||
}
|
||||
.p-button.p-button-warning:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #facf85, 0 1px 2px 0 black;
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #fcb98b, 0 1px 2px 0 black;
|
||||
}
|
||||
.p-button.p-button-help:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #d4aafb, 0 1px 2px 0 black;
|
||||
|
|
|
@ -1951,51 +1951,51 @@
|
|||
|
||||
.p-button.p-button-info, .p-buttonset.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button {
|
||||
color: #ffffff;
|
||||
background: #3B82F6;
|
||||
border: 1px solid #3B82F6;
|
||||
background: #0ea5e9;
|
||||
border: 1px solid #0ea5e9;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):hover, .p-buttonset.p-button-info > .p-button:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
|
||||
background: #2563EB;
|
||||
background: #0284c7;
|
||||
color: #ffffff;
|
||||
border-color: #2563EB;
|
||||
border-color: #0284c7;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):focus, .p-buttonset.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 0.2rem #BFDBFE;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):active, .p-buttonset.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
|
||||
background: #1D4ED8;
|
||||
background: #0369a1;
|
||||
color: #ffffff;
|
||||
border-color: #1D4ED8;
|
||||
border-color: #0369a1;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined, .p-buttonset.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(59, 130, 246, 0.04);
|
||||
color: #3B82F6;
|
||||
background: rgba(14, 165, 233, 0.04);
|
||||
color: #0ea5e9;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(59, 130, 246, 0.16);
|
||||
color: #3B82F6;
|
||||
background: rgba(14, 165, 233, 0.16);
|
||||
color: #0ea5e9;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text, .p-buttonset.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text:not(:disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(59, 130, 246, 0.04);
|
||||
background: rgba(14, 165, 233, 0.04);
|
||||
border-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text:not(:disabled):active, .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(59, 130, 246, 0.16);
|
||||
background: rgba(14, 165, 233, 0.16);
|
||||
border-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
}
|
||||
|
||||
.p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button {
|
||||
|
@ -2049,51 +2049,51 @@
|
|||
|
||||
.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button {
|
||||
color: #ffffff;
|
||||
background: #F59E0B;
|
||||
border: 1px solid #F59E0B;
|
||||
background: #f97316;
|
||||
border: 1px solid #f97316;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
|
||||
background: #D97706;
|
||||
background: #ea580c;
|
||||
color: #ffffff;
|
||||
border-color: #D97706;
|
||||
border-color: #ea580c;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):focus, .p-buttonset.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 0.2rem #FDE68A;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):active, .p-buttonset.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
|
||||
background: #B45309;
|
||||
background: #c2410c;
|
||||
color: #ffffff;
|
||||
border-color: #B45309;
|
||||
border-color: #c2410c;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined, .p-buttonset.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(245, 158, 11, 0.04);
|
||||
color: #F59E0B;
|
||||
background: rgba(249, 115, 22, 0.04);
|
||||
color: #f97316;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(245, 158, 11, 0.16);
|
||||
color: #F59E0B;
|
||||
background: rgba(249, 115, 22, 0.16);
|
||||
color: #f97316;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text, .p-buttonset.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(245, 158, 11, 0.04);
|
||||
background: rgba(249, 115, 22, 0.04);
|
||||
border-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text:not(:disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(245, 158, 11, 0.16);
|
||||
background: rgba(249, 115, 22, 0.16);
|
||||
border-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
}
|
||||
|
||||
.p-button.p-button-help, .p-buttonset.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button {
|
||||
|
@ -2413,31 +2413,31 @@
|
|||
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(59, 130, 246, 0.04);
|
||||
color: #3B82F6;
|
||||
background: rgba(14, 165, 233, 0.04);
|
||||
color: #0ea5e9;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(59, 130, 246, 0.16);
|
||||
color: #3B82F6;
|
||||
background: rgba(14, 165, 233, 0.16);
|
||||
color: #0ea5e9;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(59, 130, 246, 0.04);
|
||||
background: rgba(14, 165, 233, 0.04);
|
||||
border-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(59, 130, 246, 0.16);
|
||||
background: rgba(14, 165, 233, 0.16);
|
||||
border-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
||||
|
@ -2471,31 +2471,31 @@
|
|||
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(245, 158, 11, 0.04);
|
||||
color: #F59E0B;
|
||||
background: rgba(249, 115, 22, 0.04);
|
||||
color: #f97316;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(245, 158, 11, 0.16);
|
||||
color: #F59E0B;
|
||||
background: rgba(249, 115, 22, 0.16);
|
||||
color: #f97316;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(245, 158, 11, 0.04);
|
||||
background: rgba(249, 115, 22, 0.04);
|
||||
border-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(245, 158, 11, 0.16);
|
||||
background: rgba(249, 115, 22, 0.16);
|
||||
border-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
||||
|
@ -5457,11 +5457,11 @@
|
|||
color: #ffffff;
|
||||
}
|
||||
.p-badge.p-badge-info {
|
||||
background-color: #3B82F6;
|
||||
background-color: #0ea5e9;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-badge.p-badge-warning {
|
||||
background-color: #F59E0B;
|
||||
background-color: #f97316;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-badge.p-badge-danger {
|
||||
|
@ -5634,11 +5634,11 @@
|
|||
color: #ffffff;
|
||||
}
|
||||
.p-tag.p-tag-info {
|
||||
background-color: #3B82F6;
|
||||
background-color: #0ea5e9;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-tag.p-tag-warning {
|
||||
background-color: #F59E0B;
|
||||
background-color: #f97316;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-tag.p-tag-danger {
|
||||
|
@ -5706,10 +5706,10 @@
|
|||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #88eaac, 0 1px 2px 0 black;
|
||||
}
|
||||
.p-button.p-button-info:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #9dc1fb, 0 1px 2px 0 black;
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #83d3f8, 0 1px 2px 0 black;
|
||||
}
|
||||
.p-button.p-button-warning:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #facf85, 0 1px 2px 0 black;
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #fcb98b, 0 1px 2px 0 black;
|
||||
}
|
||||
.p-button.p-button-help:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #d4aafb, 0 1px 2px 0 black;
|
||||
|
|
|
@ -1951,51 +1951,51 @@
|
|||
|
||||
.p-button.p-button-info, .p-buttonset.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button {
|
||||
color: #ffffff;
|
||||
background: #3B82F6;
|
||||
border: 1px solid #3B82F6;
|
||||
background: #0ea5e9;
|
||||
border: 1px solid #0ea5e9;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):hover, .p-buttonset.p-button-info > .p-button:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
|
||||
background: #2563EB;
|
||||
background: #0284c7;
|
||||
color: #ffffff;
|
||||
border-color: #2563EB;
|
||||
border-color: #0284c7;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):focus, .p-buttonset.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 0.2rem #BFDBFE;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):active, .p-buttonset.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
|
||||
background: #1D4ED8;
|
||||
background: #0369a1;
|
||||
color: #ffffff;
|
||||
border-color: #1D4ED8;
|
||||
border-color: #0369a1;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined, .p-buttonset.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(59, 130, 246, 0.04);
|
||||
color: #3B82F6;
|
||||
background: rgba(14, 165, 233, 0.04);
|
||||
color: #0ea5e9;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(59, 130, 246, 0.16);
|
||||
color: #3B82F6;
|
||||
background: rgba(14, 165, 233, 0.16);
|
||||
color: #0ea5e9;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text, .p-buttonset.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text:not(:disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(59, 130, 246, 0.04);
|
||||
background: rgba(14, 165, 233, 0.04);
|
||||
border-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text:not(:disabled):active, .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(59, 130, 246, 0.16);
|
||||
background: rgba(14, 165, 233, 0.16);
|
||||
border-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
}
|
||||
|
||||
.p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button {
|
||||
|
@ -2049,51 +2049,51 @@
|
|||
|
||||
.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button {
|
||||
color: #ffffff;
|
||||
background: #F59E0B;
|
||||
border: 1px solid #F59E0B;
|
||||
background: #f97316;
|
||||
border: 1px solid #f97316;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
|
||||
background: #D97706;
|
||||
background: #ea580c;
|
||||
color: #ffffff;
|
||||
border-color: #D97706;
|
||||
border-color: #ea580c;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):focus, .p-buttonset.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 0.2rem #FDE68A;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):active, .p-buttonset.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
|
||||
background: #B45309;
|
||||
background: #c2410c;
|
||||
color: #ffffff;
|
||||
border-color: #B45309;
|
||||
border-color: #c2410c;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined, .p-buttonset.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(245, 158, 11, 0.04);
|
||||
color: #F59E0B;
|
||||
background: rgba(249, 115, 22, 0.04);
|
||||
color: #f97316;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(245, 158, 11, 0.16);
|
||||
color: #F59E0B;
|
||||
background: rgba(249, 115, 22, 0.16);
|
||||
color: #f97316;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text, .p-buttonset.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(245, 158, 11, 0.04);
|
||||
background: rgba(249, 115, 22, 0.04);
|
||||
border-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text:not(:disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(245, 158, 11, 0.16);
|
||||
background: rgba(249, 115, 22, 0.16);
|
||||
border-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
}
|
||||
|
||||
.p-button.p-button-help, .p-buttonset.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button {
|
||||
|
@ -2413,31 +2413,31 @@
|
|||
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(59, 130, 246, 0.04);
|
||||
color: #3B82F6;
|
||||
background: rgba(14, 165, 233, 0.04);
|
||||
color: #0ea5e9;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(59, 130, 246, 0.16);
|
||||
color: #3B82F6;
|
||||
background: rgba(14, 165, 233, 0.16);
|
||||
color: #0ea5e9;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(59, 130, 246, 0.04);
|
||||
background: rgba(14, 165, 233, 0.04);
|
||||
border-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(59, 130, 246, 0.16);
|
||||
background: rgba(14, 165, 233, 0.16);
|
||||
border-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
||||
|
@ -2471,31 +2471,31 @@
|
|||
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(245, 158, 11, 0.04);
|
||||
color: #F59E0B;
|
||||
background: rgba(249, 115, 22, 0.04);
|
||||
color: #f97316;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(245, 158, 11, 0.16);
|
||||
color: #F59E0B;
|
||||
background: rgba(249, 115, 22, 0.16);
|
||||
color: #f97316;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(245, 158, 11, 0.04);
|
||||
background: rgba(249, 115, 22, 0.04);
|
||||
border-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(245, 158, 11, 0.16);
|
||||
background: rgba(249, 115, 22, 0.16);
|
||||
border-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
||||
|
@ -5457,11 +5457,11 @@
|
|||
color: #ffffff;
|
||||
}
|
||||
.p-badge.p-badge-info {
|
||||
background-color: #3B82F6;
|
||||
background-color: #0ea5e9;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-badge.p-badge-warning {
|
||||
background-color: #F59E0B;
|
||||
background-color: #f97316;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-badge.p-badge-danger {
|
||||
|
@ -5634,11 +5634,11 @@
|
|||
color: #ffffff;
|
||||
}
|
||||
.p-tag.p-tag-info {
|
||||
background-color: #3B82F6;
|
||||
background-color: #0ea5e9;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-tag.p-tag-warning {
|
||||
background-color: #F59E0B;
|
||||
background-color: #f97316;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-tag.p-tag-danger {
|
||||
|
@ -5706,10 +5706,10 @@
|
|||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #88eaac, 0 1px 2px 0 black;
|
||||
}
|
||||
.p-button.p-button-info:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #9dc1fb, 0 1px 2px 0 black;
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #83d3f8, 0 1px 2px 0 black;
|
||||
}
|
||||
.p-button.p-button-warning:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #facf85, 0 1px 2px 0 black;
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #fcb98b, 0 1px 2px 0 black;
|
||||
}
|
||||
.p-button.p-button-help:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #d4aafb, 0 1px 2px 0 black;
|
||||
|
|
|
@ -1951,51 +1951,51 @@
|
|||
|
||||
.p-button.p-button-info, .p-buttonset.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button {
|
||||
color: #ffffff;
|
||||
background: #3B82F6;
|
||||
border: 1px solid #3B82F6;
|
||||
background: #0ea5e9;
|
||||
border: 1px solid #0ea5e9;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):hover, .p-buttonset.p-button-info > .p-button:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
|
||||
background: #2563EB;
|
||||
background: #0284c7;
|
||||
color: #ffffff;
|
||||
border-color: #2563EB;
|
||||
border-color: #0284c7;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):focus, .p-buttonset.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 0.2rem #BFDBFE;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):active, .p-buttonset.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
|
||||
background: #1D4ED8;
|
||||
background: #0369a1;
|
||||
color: #ffffff;
|
||||
border-color: #1D4ED8;
|
||||
border-color: #0369a1;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined, .p-buttonset.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(59, 130, 246, 0.04);
|
||||
color: #3B82F6;
|
||||
background: rgba(14, 165, 233, 0.04);
|
||||
color: #0ea5e9;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(59, 130, 246, 0.16);
|
||||
color: #3B82F6;
|
||||
background: rgba(14, 165, 233, 0.16);
|
||||
color: #0ea5e9;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text, .p-buttonset.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text:not(:disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(59, 130, 246, 0.04);
|
||||
background: rgba(14, 165, 233, 0.04);
|
||||
border-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text:not(:disabled):active, .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(59, 130, 246, 0.16);
|
||||
background: rgba(14, 165, 233, 0.16);
|
||||
border-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
}
|
||||
|
||||
.p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button {
|
||||
|
@ -2049,51 +2049,51 @@
|
|||
|
||||
.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button {
|
||||
color: #ffffff;
|
||||
background: #F59E0B;
|
||||
border: 1px solid #F59E0B;
|
||||
background: #f97316;
|
||||
border: 1px solid #f97316;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
|
||||
background: #D97706;
|
||||
background: #ea580c;
|
||||
color: #ffffff;
|
||||
border-color: #D97706;
|
||||
border-color: #ea580c;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):focus, .p-buttonset.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 0.2rem #FDE68A;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):active, .p-buttonset.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
|
||||
background: #B45309;
|
||||
background: #c2410c;
|
||||
color: #ffffff;
|
||||
border-color: #B45309;
|
||||
border-color: #c2410c;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined, .p-buttonset.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(245, 158, 11, 0.04);
|
||||
color: #F59E0B;
|
||||
background: rgba(249, 115, 22, 0.04);
|
||||
color: #f97316;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(245, 158, 11, 0.16);
|
||||
color: #F59E0B;
|
||||
background: rgba(249, 115, 22, 0.16);
|
||||
color: #f97316;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text, .p-buttonset.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(245, 158, 11, 0.04);
|
||||
background: rgba(249, 115, 22, 0.04);
|
||||
border-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text:not(:disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(245, 158, 11, 0.16);
|
||||
background: rgba(249, 115, 22, 0.16);
|
||||
border-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
}
|
||||
|
||||
.p-button.p-button-help, .p-buttonset.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button {
|
||||
|
@ -2413,31 +2413,31 @@
|
|||
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(59, 130, 246, 0.04);
|
||||
color: #3B82F6;
|
||||
background: rgba(14, 165, 233, 0.04);
|
||||
color: #0ea5e9;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(59, 130, 246, 0.16);
|
||||
color: #3B82F6;
|
||||
background: rgba(14, 165, 233, 0.16);
|
||||
color: #0ea5e9;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(59, 130, 246, 0.04);
|
||||
background: rgba(14, 165, 233, 0.04);
|
||||
border-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(59, 130, 246, 0.16);
|
||||
background: rgba(14, 165, 233, 0.16);
|
||||
border-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
||||
|
@ -2471,31 +2471,31 @@
|
|||
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(245, 158, 11, 0.04);
|
||||
color: #F59E0B;
|
||||
background: rgba(249, 115, 22, 0.04);
|
||||
color: #f97316;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(245, 158, 11, 0.16);
|
||||
color: #F59E0B;
|
||||
background: rgba(249, 115, 22, 0.16);
|
||||
color: #f97316;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(245, 158, 11, 0.04);
|
||||
background: rgba(249, 115, 22, 0.04);
|
||||
border-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(245, 158, 11, 0.16);
|
||||
background: rgba(249, 115, 22, 0.16);
|
||||
border-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
||||
|
@ -5457,11 +5457,11 @@
|
|||
color: #ffffff;
|
||||
}
|
||||
.p-badge.p-badge-info {
|
||||
background-color: #3B82F6;
|
||||
background-color: #0ea5e9;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-badge.p-badge-warning {
|
||||
background-color: #F59E0B;
|
||||
background-color: #f97316;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-badge.p-badge-danger {
|
||||
|
@ -5634,11 +5634,11 @@
|
|||
color: #ffffff;
|
||||
}
|
||||
.p-tag.p-tag-info {
|
||||
background-color: #3B82F6;
|
||||
background-color: #0ea5e9;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-tag.p-tag-warning {
|
||||
background-color: #F59E0B;
|
||||
background-color: #f97316;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-tag.p-tag-danger {
|
||||
|
@ -5706,10 +5706,10 @@
|
|||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #88eaac, 0 1px 2px 0 black;
|
||||
}
|
||||
.p-button.p-button-info:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #9dc1fb, 0 1px 2px 0 black;
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #83d3f8, 0 1px 2px 0 black;
|
||||
}
|
||||
.p-button.p-button-warning:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #facf85, 0 1px 2px 0 black;
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #fcb98b, 0 1px 2px 0 black;
|
||||
}
|
||||
.p-button.p-button-help:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #d4aafb, 0 1px 2px 0 black;
|
||||
|
|
|
@ -1951,51 +1951,51 @@
|
|||
|
||||
.p-button.p-button-info, .p-buttonset.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button {
|
||||
color: #ffffff;
|
||||
background: #3B82F6;
|
||||
border: 1px solid #3B82F6;
|
||||
background: #0ea5e9;
|
||||
border: 1px solid #0ea5e9;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):hover, .p-buttonset.p-button-info > .p-button:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
|
||||
background: #2563EB;
|
||||
background: #0284c7;
|
||||
color: #ffffff;
|
||||
border-color: #2563EB;
|
||||
border-color: #0284c7;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):focus, .p-buttonset.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 0.2rem #BFDBFE;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):active, .p-buttonset.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
|
||||
background: #1D4ED8;
|
||||
background: #0369a1;
|
||||
color: #ffffff;
|
||||
border-color: #1D4ED8;
|
||||
border-color: #0369a1;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined, .p-buttonset.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(59, 130, 246, 0.04);
|
||||
color: #3B82F6;
|
||||
background: rgba(14, 165, 233, 0.04);
|
||||
color: #0ea5e9;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(59, 130, 246, 0.16);
|
||||
color: #3B82F6;
|
||||
background: rgba(14, 165, 233, 0.16);
|
||||
color: #0ea5e9;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text, .p-buttonset.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text:not(:disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(59, 130, 246, 0.04);
|
||||
background: rgba(14, 165, 233, 0.04);
|
||||
border-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text:not(:disabled):active, .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(59, 130, 246, 0.16);
|
||||
background: rgba(14, 165, 233, 0.16);
|
||||
border-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
}
|
||||
|
||||
.p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button {
|
||||
|
@ -2049,51 +2049,51 @@
|
|||
|
||||
.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button {
|
||||
color: #ffffff;
|
||||
background: #F59E0B;
|
||||
border: 1px solid #F59E0B;
|
||||
background: #f97316;
|
||||
border: 1px solid #f97316;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
|
||||
background: #D97706;
|
||||
background: #ea580c;
|
||||
color: #ffffff;
|
||||
border-color: #D97706;
|
||||
border-color: #ea580c;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):focus, .p-buttonset.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 0.2rem #FDE68A;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):active, .p-buttonset.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
|
||||
background: #B45309;
|
||||
background: #c2410c;
|
||||
color: #ffffff;
|
||||
border-color: #B45309;
|
||||
border-color: #c2410c;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined, .p-buttonset.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(245, 158, 11, 0.04);
|
||||
color: #F59E0B;
|
||||
background: rgba(249, 115, 22, 0.04);
|
||||
color: #f97316;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(245, 158, 11, 0.16);
|
||||
color: #F59E0B;
|
||||
background: rgba(249, 115, 22, 0.16);
|
||||
color: #f97316;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text, .p-buttonset.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(245, 158, 11, 0.04);
|
||||
background: rgba(249, 115, 22, 0.04);
|
||||
border-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text:not(:disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(245, 158, 11, 0.16);
|
||||
background: rgba(249, 115, 22, 0.16);
|
||||
border-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
}
|
||||
|
||||
.p-button.p-button-help, .p-buttonset.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button {
|
||||
|
@ -2413,31 +2413,31 @@
|
|||
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(59, 130, 246, 0.04);
|
||||
color: #3B82F6;
|
||||
background: rgba(14, 165, 233, 0.04);
|
||||
color: #0ea5e9;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(59, 130, 246, 0.16);
|
||||
color: #3B82F6;
|
||||
background: rgba(14, 165, 233, 0.16);
|
||||
color: #0ea5e9;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(59, 130, 246, 0.04);
|
||||
background: rgba(14, 165, 233, 0.04);
|
||||
border-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(59, 130, 246, 0.16);
|
||||
background: rgba(14, 165, 233, 0.16);
|
||||
border-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
||||
|
@ -2471,31 +2471,31 @@
|
|||
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(245, 158, 11, 0.04);
|
||||
color: #F59E0B;
|
||||
background: rgba(249, 115, 22, 0.04);
|
||||
color: #f97316;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(245, 158, 11, 0.16);
|
||||
color: #F59E0B;
|
||||
background: rgba(249, 115, 22, 0.16);
|
||||
color: #f97316;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(245, 158, 11, 0.04);
|
||||
background: rgba(249, 115, 22, 0.04);
|
||||
border-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(245, 158, 11, 0.16);
|
||||
background: rgba(249, 115, 22, 0.16);
|
||||
border-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
||||
|
@ -5457,11 +5457,11 @@
|
|||
color: #ffffff;
|
||||
}
|
||||
.p-badge.p-badge-info {
|
||||
background-color: #3B82F6;
|
||||
background-color: #0ea5e9;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-badge.p-badge-warning {
|
||||
background-color: #F59E0B;
|
||||
background-color: #f97316;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-badge.p-badge-danger {
|
||||
|
@ -5634,11 +5634,11 @@
|
|||
color: #ffffff;
|
||||
}
|
||||
.p-tag.p-tag-info {
|
||||
background-color: #3B82F6;
|
||||
background-color: #0ea5e9;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-tag.p-tag-warning {
|
||||
background-color: #F59E0B;
|
||||
background-color: #f97316;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-tag.p-tag-danger {
|
||||
|
@ -5706,10 +5706,10 @@
|
|||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #88eaac, 0 1px 2px 0 black;
|
||||
}
|
||||
.p-button.p-button-info:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #9dc1fb, 0 1px 2px 0 black;
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #83d3f8, 0 1px 2px 0 black;
|
||||
}
|
||||
.p-button.p-button-warning:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #facf85, 0 1px 2px 0 black;
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #fcb98b, 0 1px 2px 0 black;
|
||||
}
|
||||
.p-button.p-button-help:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #d4aafb, 0 1px 2px 0 black;
|
||||
|
|
|
@ -1951,51 +1951,51 @@
|
|||
|
||||
.p-button.p-button-info, .p-buttonset.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button {
|
||||
color: #ffffff;
|
||||
background: #3B82F6;
|
||||
border: 1px solid #3B82F6;
|
||||
background: #0ea5e9;
|
||||
border: 1px solid #0ea5e9;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):hover, .p-buttonset.p-button-info > .p-button:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
|
||||
background: #2563EB;
|
||||
background: #0284c7;
|
||||
color: #ffffff;
|
||||
border-color: #2563EB;
|
||||
border-color: #0284c7;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):focus, .p-buttonset.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 0.2rem #BFDBFE;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):active, .p-buttonset.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
|
||||
background: #1D4ED8;
|
||||
background: #0369a1;
|
||||
color: #ffffff;
|
||||
border-color: #1D4ED8;
|
||||
border-color: #0369a1;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined, .p-buttonset.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(59, 130, 246, 0.04);
|
||||
color: #3B82F6;
|
||||
background: rgba(14, 165, 233, 0.04);
|
||||
color: #0ea5e9;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(59, 130, 246, 0.16);
|
||||
color: #3B82F6;
|
||||
background: rgba(14, 165, 233, 0.16);
|
||||
color: #0ea5e9;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text, .p-buttonset.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text:not(:disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(59, 130, 246, 0.04);
|
||||
background: rgba(14, 165, 233, 0.04);
|
||||
border-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text:not(:disabled):active, .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(59, 130, 246, 0.16);
|
||||
background: rgba(14, 165, 233, 0.16);
|
||||
border-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
}
|
||||
|
||||
.p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button {
|
||||
|
@ -2049,51 +2049,51 @@
|
|||
|
||||
.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button {
|
||||
color: #ffffff;
|
||||
background: #F59E0B;
|
||||
border: 1px solid #F59E0B;
|
||||
background: #f97316;
|
||||
border: 1px solid #f97316;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
|
||||
background: #D97706;
|
||||
background: #ea580c;
|
||||
color: #ffffff;
|
||||
border-color: #D97706;
|
||||
border-color: #ea580c;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):focus, .p-buttonset.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 0.2rem #FDE68A;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):active, .p-buttonset.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
|
||||
background: #B45309;
|
||||
background: #c2410c;
|
||||
color: #ffffff;
|
||||
border-color: #B45309;
|
||||
border-color: #c2410c;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined, .p-buttonset.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(245, 158, 11, 0.04);
|
||||
color: #F59E0B;
|
||||
background: rgba(249, 115, 22, 0.04);
|
||||
color: #f97316;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(245, 158, 11, 0.16);
|
||||
color: #F59E0B;
|
||||
background: rgba(249, 115, 22, 0.16);
|
||||
color: #f97316;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text, .p-buttonset.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(245, 158, 11, 0.04);
|
||||
background: rgba(249, 115, 22, 0.04);
|
||||
border-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text:not(:disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(245, 158, 11, 0.16);
|
||||
background: rgba(249, 115, 22, 0.16);
|
||||
border-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
}
|
||||
|
||||
.p-button.p-button-help, .p-buttonset.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button {
|
||||
|
@ -2413,31 +2413,31 @@
|
|||
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(59, 130, 246, 0.04);
|
||||
color: #3B82F6;
|
||||
background: rgba(14, 165, 233, 0.04);
|
||||
color: #0ea5e9;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(59, 130, 246, 0.16);
|
||||
color: #3B82F6;
|
||||
background: rgba(14, 165, 233, 0.16);
|
||||
color: #0ea5e9;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(59, 130, 246, 0.04);
|
||||
background: rgba(14, 165, 233, 0.04);
|
||||
border-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(59, 130, 246, 0.16);
|
||||
background: rgba(14, 165, 233, 0.16);
|
||||
border-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
||||
|
@ -2471,31 +2471,31 @@
|
|||
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(245, 158, 11, 0.04);
|
||||
color: #F59E0B;
|
||||
background: rgba(249, 115, 22, 0.04);
|
||||
color: #f97316;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(245, 158, 11, 0.16);
|
||||
color: #F59E0B;
|
||||
background: rgba(249, 115, 22, 0.16);
|
||||
color: #f97316;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(245, 158, 11, 0.04);
|
||||
background: rgba(249, 115, 22, 0.04);
|
||||
border-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(245, 158, 11, 0.16);
|
||||
background: rgba(249, 115, 22, 0.16);
|
||||
border-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
||||
|
@ -5457,11 +5457,11 @@
|
|||
color: #ffffff;
|
||||
}
|
||||
.p-badge.p-badge-info {
|
||||
background-color: #3B82F6;
|
||||
background-color: #0ea5e9;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-badge.p-badge-warning {
|
||||
background-color: #F59E0B;
|
||||
background-color: #f97316;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-badge.p-badge-danger {
|
||||
|
@ -5634,11 +5634,11 @@
|
|||
color: #ffffff;
|
||||
}
|
||||
.p-tag.p-tag-info {
|
||||
background-color: #3B82F6;
|
||||
background-color: #0ea5e9;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-tag.p-tag-warning {
|
||||
background-color: #F59E0B;
|
||||
background-color: #f97316;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-tag.p-tag-danger {
|
||||
|
@ -5706,10 +5706,10 @@
|
|||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #88eaac, 0 1px 2px 0 black;
|
||||
}
|
||||
.p-button.p-button-info:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #9dc1fb, 0 1px 2px 0 black;
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #83d3f8, 0 1px 2px 0 black;
|
||||
}
|
||||
.p-button.p-button-warning:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #facf85, 0 1px 2px 0 black;
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #fcb98b, 0 1px 2px 0 black;
|
||||
}
|
||||
.p-button.p-button-help:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #d4aafb, 0 1px 2px 0 black;
|
||||
|
|
|
@ -1951,51 +1951,51 @@
|
|||
|
||||
.p-button.p-button-info, .p-buttonset.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button {
|
||||
color: #ffffff;
|
||||
background: #3B82F6;
|
||||
border: 1px solid #3B82F6;
|
||||
background: #0ea5e9;
|
||||
border: 1px solid #0ea5e9;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):hover, .p-buttonset.p-button-info > .p-button:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
|
||||
background: #2563EB;
|
||||
background: #0284c7;
|
||||
color: #ffffff;
|
||||
border-color: #2563EB;
|
||||
border-color: #0284c7;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):focus, .p-buttonset.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 0.2rem #BFDBFE;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):active, .p-buttonset.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
|
||||
background: #1D4ED8;
|
||||
background: #0369a1;
|
||||
color: #ffffff;
|
||||
border-color: #1D4ED8;
|
||||
border-color: #0369a1;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined, .p-buttonset.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(59, 130, 246, 0.04);
|
||||
color: #3B82F6;
|
||||
background: rgba(14, 165, 233, 0.04);
|
||||
color: #0ea5e9;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(59, 130, 246, 0.16);
|
||||
color: #3B82F6;
|
||||
background: rgba(14, 165, 233, 0.16);
|
||||
color: #0ea5e9;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text, .p-buttonset.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text:not(:disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(59, 130, 246, 0.04);
|
||||
background: rgba(14, 165, 233, 0.04);
|
||||
border-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text:not(:disabled):active, .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(59, 130, 246, 0.16);
|
||||
background: rgba(14, 165, 233, 0.16);
|
||||
border-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
}
|
||||
|
||||
.p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button {
|
||||
|
@ -2049,51 +2049,51 @@
|
|||
|
||||
.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button {
|
||||
color: #ffffff;
|
||||
background: #F59E0B;
|
||||
border: 1px solid #F59E0B;
|
||||
background: #f97316;
|
||||
border: 1px solid #f97316;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
|
||||
background: #D97706;
|
||||
background: #ea580c;
|
||||
color: #ffffff;
|
||||
border-color: #D97706;
|
||||
border-color: #ea580c;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):focus, .p-buttonset.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 0.2rem #FDE68A;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):active, .p-buttonset.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
|
||||
background: #B45309;
|
||||
background: #c2410c;
|
||||
color: #ffffff;
|
||||
border-color: #B45309;
|
||||
border-color: #c2410c;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined, .p-buttonset.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(245, 158, 11, 0.04);
|
||||
color: #F59E0B;
|
||||
background: rgba(249, 115, 22, 0.04);
|
||||
color: #f97316;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(245, 158, 11, 0.16);
|
||||
color: #F59E0B;
|
||||
background: rgba(249, 115, 22, 0.16);
|
||||
color: #f97316;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text, .p-buttonset.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(245, 158, 11, 0.04);
|
||||
background: rgba(249, 115, 22, 0.04);
|
||||
border-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text:not(:disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(245, 158, 11, 0.16);
|
||||
background: rgba(249, 115, 22, 0.16);
|
||||
border-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
}
|
||||
|
||||
.p-button.p-button-help, .p-buttonset.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button {
|
||||
|
@ -2413,31 +2413,31 @@
|
|||
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(59, 130, 246, 0.04);
|
||||
color: #3B82F6;
|
||||
background: rgba(14, 165, 233, 0.04);
|
||||
color: #0ea5e9;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(59, 130, 246, 0.16);
|
||||
color: #3B82F6;
|
||||
background: rgba(14, 165, 233, 0.16);
|
||||
color: #0ea5e9;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(59, 130, 246, 0.04);
|
||||
background: rgba(14, 165, 233, 0.04);
|
||||
border-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(59, 130, 246, 0.16);
|
||||
background: rgba(14, 165, 233, 0.16);
|
||||
border-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
||||
|
@ -2471,31 +2471,31 @@
|
|||
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(245, 158, 11, 0.04);
|
||||
color: #F59E0B;
|
||||
background: rgba(249, 115, 22, 0.04);
|
||||
color: #f97316;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(245, 158, 11, 0.16);
|
||||
color: #F59E0B;
|
||||
background: rgba(249, 115, 22, 0.16);
|
||||
color: #f97316;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(245, 158, 11, 0.04);
|
||||
background: rgba(249, 115, 22, 0.04);
|
||||
border-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(245, 158, 11, 0.16);
|
||||
background: rgba(249, 115, 22, 0.16);
|
||||
border-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
||||
|
@ -5457,11 +5457,11 @@
|
|||
color: #ffffff;
|
||||
}
|
||||
.p-badge.p-badge-info {
|
||||
background-color: #3B82F6;
|
||||
background-color: #0ea5e9;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-badge.p-badge-warning {
|
||||
background-color: #F59E0B;
|
||||
background-color: #f97316;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-badge.p-badge-danger {
|
||||
|
@ -5634,11 +5634,11 @@
|
|||
color: #ffffff;
|
||||
}
|
||||
.p-tag.p-tag-info {
|
||||
background-color: #3B82F6;
|
||||
background-color: #0ea5e9;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-tag.p-tag-warning {
|
||||
background-color: #F59E0B;
|
||||
background-color: #f97316;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-tag.p-tag-danger {
|
||||
|
@ -5706,10 +5706,10 @@
|
|||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #88eaac, 0 1px 2px 0 black;
|
||||
}
|
||||
.p-button.p-button-info:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #9dc1fb, 0 1px 2px 0 black;
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #83d3f8, 0 1px 2px 0 black;
|
||||
}
|
||||
.p-button.p-button-warning:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #facf85, 0 1px 2px 0 black;
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #fcb98b, 0 1px 2px 0 black;
|
||||
}
|
||||
.p-button.p-button-help:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #d4aafb, 0 1px 2px 0 black;
|
||||
|
|
|
@ -1951,51 +1951,51 @@
|
|||
|
||||
.p-button.p-button-info, .p-buttonset.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button {
|
||||
color: #ffffff;
|
||||
background: #3B82F6;
|
||||
border: 1px solid #3B82F6;
|
||||
background: #0ea5e9;
|
||||
border: 1px solid #0ea5e9;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):hover, .p-buttonset.p-button-info > .p-button:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
|
||||
background: #2563EB;
|
||||
background: #0284c7;
|
||||
color: #ffffff;
|
||||
border-color: #2563EB;
|
||||
border-color: #0284c7;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):focus, .p-buttonset.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 0.2rem #BFDBFE;
|
||||
}
|
||||
.p-button.p-button-info:not(:disabled):active, .p-buttonset.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
|
||||
background: #1D4ED8;
|
||||
background: #0369a1;
|
||||
color: #ffffff;
|
||||
border-color: #1D4ED8;
|
||||
border-color: #0369a1;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined, .p-buttonset.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(59, 130, 246, 0.04);
|
||||
color: #3B82F6;
|
||||
background: rgba(14, 165, 233, 0.04);
|
||||
color: #0ea5e9;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(59, 130, 246, 0.16);
|
||||
color: #3B82F6;
|
||||
background: rgba(14, 165, 233, 0.16);
|
||||
color: #0ea5e9;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text, .p-buttonset.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text:not(:disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(59, 130, 246, 0.04);
|
||||
background: rgba(14, 165, 233, 0.04);
|
||||
border-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
}
|
||||
.p-button.p-button-info.p-button-text:not(:disabled):active, .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(59, 130, 246, 0.16);
|
||||
background: rgba(14, 165, 233, 0.16);
|
||||
border-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
}
|
||||
|
||||
.p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button {
|
||||
|
@ -2049,51 +2049,51 @@
|
|||
|
||||
.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button {
|
||||
color: #ffffff;
|
||||
background: #F59E0B;
|
||||
border: 1px solid #F59E0B;
|
||||
background: #f97316;
|
||||
border: 1px solid #f97316;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
|
||||
background: #D97706;
|
||||
background: #ea580c;
|
||||
color: #ffffff;
|
||||
border-color: #D97706;
|
||||
border-color: #ea580c;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):focus, .p-buttonset.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
|
||||
box-shadow: 0 0 0 0.2rem #FDE68A;
|
||||
}
|
||||
.p-button.p-button-warning:not(:disabled):active, .p-buttonset.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
|
||||
background: #B45309;
|
||||
background: #c2410c;
|
||||
color: #ffffff;
|
||||
border-color: #B45309;
|
||||
border-color: #c2410c;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined, .p-buttonset.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
|
||||
background-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
|
||||
background: rgba(245, 158, 11, 0.04);
|
||||
color: #F59E0B;
|
||||
background: rgba(249, 115, 22, 0.04);
|
||||
color: #f97316;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
|
||||
background: rgba(245, 158, 11, 0.16);
|
||||
color: #F59E0B;
|
||||
background: rgba(249, 115, 22, 0.16);
|
||||
color: #f97316;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text, .p-buttonset.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text {
|
||||
background-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text:not(:disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
|
||||
background: rgba(245, 158, 11, 0.04);
|
||||
background: rgba(249, 115, 22, 0.04);
|
||||
border-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
}
|
||||
.p-button.p-button-warning.p-button-text:not(:disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
|
||||
background: rgba(245, 158, 11, 0.16);
|
||||
background: rgba(249, 115, 22, 0.16);
|
||||
border-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
}
|
||||
|
||||
.p-button.p-button-help, .p-buttonset.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button {
|
||||
|
@ -2413,31 +2413,31 @@
|
|||
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(59, 130, 246, 0.04);
|
||||
color: #3B82F6;
|
||||
background: rgba(14, 165, 233, 0.04);
|
||||
color: #0ea5e9;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(59, 130, 246, 0.16);
|
||||
color: #3B82F6;
|
||||
background: rgba(14, 165, 233, 0.16);
|
||||
color: #0ea5e9;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(59, 130, 246, 0.04);
|
||||
background: rgba(14, 165, 233, 0.04);
|
||||
border-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
}
|
||||
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(59, 130, 246, 0.16);
|
||||
background: rgba(14, 165, 233, 0.16);
|
||||
border-color: transparent;
|
||||
color: #3B82F6;
|
||||
color: #0ea5e9;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
||||
|
@ -2471,31 +2471,31 @@
|
|||
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
border: 1px solid;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(245, 158, 11, 0.04);
|
||||
color: #F59E0B;
|
||||
background: rgba(249, 115, 22, 0.04);
|
||||
color: #f97316;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(245, 158, 11, 0.16);
|
||||
color: #F59E0B;
|
||||
background: rgba(249, 115, 22, 0.16);
|
||||
color: #f97316;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button {
|
||||
background-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
border-color: transparent;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
||||
background: rgba(245, 158, 11, 0.04);
|
||||
background: rgba(249, 115, 22, 0.04);
|
||||
border-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
}
|
||||
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
||||
background: rgba(245, 158, 11, 0.16);
|
||||
background: rgba(249, 115, 22, 0.16);
|
||||
border-color: transparent;
|
||||
color: #F59E0B;
|
||||
color: #f97316;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
||||
|
@ -5457,11 +5457,11 @@
|
|||
color: #ffffff;
|
||||
}
|
||||
.p-badge.p-badge-info {
|
||||
background-color: #3B82F6;
|
||||
background-color: #0ea5e9;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-badge.p-badge-warning {
|
||||
background-color: #F59E0B;
|
||||
background-color: #f97316;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-badge.p-badge-danger {
|
||||
|
@ -5634,11 +5634,11 @@
|
|||
color: #ffffff;
|
||||
}
|
||||
.p-tag.p-tag-info {
|
||||
background-color: #3B82F6;
|
||||
background-color: #0ea5e9;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-tag.p-tag-warning {
|
||||
background-color: #F59E0B;
|
||||
background-color: #f97316;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-tag.p-tag-danger {
|
||||
|
@ -5706,10 +5706,10 @@
|
|||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #88eaac, 0 1px 2px 0 black;
|
||||
}
|
||||
.p-button.p-button-info:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #9dc1fb, 0 1px 2px 0 black;
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #83d3f8, 0 1px 2px 0 black;
|
||||
}
|
||||
.p-button.p-button-warning:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #facf85, 0 1px 2px 0 black;
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #fcb98b, 0 1px 2px 0 black;
|
||||
}
|
||||
.p-button.p-button-help:enabled:focus {
|
||||
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #d4aafb, 0 1px 2px 0 black;
|
||||
|
|
Loading…
Reference in New Issue