Fixed badge color

pull/345/head
cagataycivici 2020-05-13 15:32:18 +03:00
parent 14c9150f0c
commit fffe4a4435
8 changed files with 80 additions and 80 deletions

View File

@ -1135,7 +1135,7 @@
.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button { .p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button {
color: #64B5F6; color: #64B5F6;
background: transparent; background: #1C2833;
border: 1px solid #64B5F6; border: 1px solid #64B5F6;
} }
.p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover { .p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover {
@ -1192,21 +1192,21 @@
.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button { .p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button {
color: #212529; color: #212529;
background: #FFF176; background: #FFB74D;
border: 1px solid #FFF176; border: 1px solid #FFB74D;
} }
.p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover { .p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover {
background: #FFEE58; background: #FFA726;
color: #212529; color: #212529;
border-color: #FFEE58; border-color: #FFA726;
} }
.p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus { .p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus {
box-shadow: 0 0 0 0.1rem #FFFDE7; box-shadow: 0 0 0 0.1rem #FFFDE7;
} }
.p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active { .p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active {
background: #FFEB3B; background: #FF9800;
color: #212529; color: #212529;
border-color: #FFEB3B; border-color: #FF9800;
} }
.p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button { .p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button {
@ -3561,7 +3561,7 @@
line-height: 1.5rem; line-height: 1.5rem;
} }
.p-badge.p-badge-secondary { .p-badge.p-badge-secondary {
background-color: transparent; background-color: #1C2833;
color: #64B5F6; color: #64B5F6;
} }
.p-badge.p-badge-success { .p-badge.p-badge-success {
@ -3573,7 +3573,7 @@
color: #212529; color: #212529;
} }
.p-badge.p-badge-warning { .p-badge.p-badge-warning {
background-color: #FFF176; background-color: #FFB74D;
color: #212529; color: #212529;
} }
.p-badge.p-badge-danger { .p-badge.p-badge-danger {
@ -3610,7 +3610,7 @@
color: #212529; color: #212529;
} }
.p-tag.p-tag-warning { .p-tag.p-tag-warning {
background-color: #FFF176; background-color: #FFB74D;
color: #212529; color: #212529;
} }
.p-tag.p-tag-danger { .p-tag.p-tag-danger {

View File

@ -1135,7 +1135,7 @@
.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button { .p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button {
color: #4DD0E1; color: #4DD0E1;
background: transparent; background: #1C2833;
border: 1px solid #4DD0E1; border: 1px solid #4DD0E1;
} }
.p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover { .p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover {
@ -1192,21 +1192,21 @@
.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button { .p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button {
color: #212529; color: #212529;
background: #FFF176; background: #FFB74D;
border: 1px solid #FFF176; border: 1px solid #FFB74D;
} }
.p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover { .p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover {
background: #FFEE58; background: #FFA726;
color: #212529; color: #212529;
border-color: #FFEE58; border-color: #FFA726;
} }
.p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus { .p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus {
box-shadow: 0 0 0 0.1rem #FFFDE7; box-shadow: 0 0 0 0.1rem #FFFDE7;
} }
.p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active { .p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active {
background: #FFEB3B; background: #FF9800;
color: #212529; color: #212529;
border-color: #FFEB3B; border-color: #FF9800;
} }
.p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button { .p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button {
@ -3561,7 +3561,7 @@
line-height: 1.5rem; line-height: 1.5rem;
} }
.p-badge.p-badge-secondary { .p-badge.p-badge-secondary {
background-color: transparent; background-color: #1C2833;
color: #4DD0E1; color: #4DD0E1;
} }
.p-badge.p-badge-success { .p-badge.p-badge-success {
@ -3573,7 +3573,7 @@
color: #212529; color: #212529;
} }
.p-badge.p-badge-warning { .p-badge.p-badge-warning {
background-color: #FFF176; background-color: #FFB74D;
color: #212529; color: #212529;
} }
.p-badge.p-badge-danger { .p-badge.p-badge-danger {
@ -3610,7 +3610,7 @@
color: #212529; color: #212529;
} }
.p-tag.p-tag-warning { .p-tag.p-tag-warning {
background-color: #FFF176; background-color: #FFB74D;
color: #212529; color: #212529;
} }
.p-tag.p-tag-danger { .p-tag.p-tag-danger {

View File

@ -1135,7 +1135,7 @@
.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button { .p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button {
color: #9575CD; color: #9575CD;
background: transparent; background: #1C2833;
border: 1px solid #9575CD; border: 1px solid #9575CD;
} }
.p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover { .p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover {
@ -1192,21 +1192,21 @@
.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button { .p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button {
color: #212529; color: #212529;
background: #FFF176; background: #FFB74D;
border: 1px solid #FFF176; border: 1px solid #FFB74D;
} }
.p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover { .p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover {
background: #FFEE58; background: #FFA726;
color: #212529; color: #212529;
border-color: #FFEE58; border-color: #FFA726;
} }
.p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus { .p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus {
box-shadow: 0 0 0 0.1rem #FFFDE7; box-shadow: 0 0 0 0.1rem #FFFDE7;
} }
.p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active { .p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active {
background: #FFEB3B; background: #FF9800;
color: #212529; color: #212529;
border-color: #FFEB3B; border-color: #FF9800;
} }
.p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button { .p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button {
@ -3561,7 +3561,7 @@
line-height: 1.5rem; line-height: 1.5rem;
} }
.p-badge.p-badge-secondary { .p-badge.p-badge-secondary {
background-color: transparent; background-color: #1C2833;
color: #9575CD; color: #9575CD;
} }
.p-badge.p-badge-success { .p-badge.p-badge-success {
@ -3573,7 +3573,7 @@
color: #212529; color: #212529;
} }
.p-badge.p-badge-warning { .p-badge.p-badge-warning {
background-color: #FFF176; background-color: #FFB74D;
color: #212529; color: #212529;
} }
.p-badge.p-badge-danger { .p-badge.p-badge-danger {
@ -3610,7 +3610,7 @@
color: #212529; color: #212529;
} }
.p-tag.p-tag-warning { .p-tag.p-tag-warning {
background-color: #FFF176; background-color: #FFB74D;
color: #212529; color: #212529;
} }
.p-tag.p-tag-danger { .p-tag.p-tag-danger {

View File

@ -1135,7 +1135,7 @@
.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button { .p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button {
color: #81C784; color: #81C784;
background: transparent; background: #1C2833;
border: 1px solid #81C784; border: 1px solid #81C784;
} }
.p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover { .p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover {
@ -1192,21 +1192,21 @@
.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button { .p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button {
color: #212529; color: #212529;
background: #FFF176; background: #FFB74D;
border: 1px solid #FFF176; border: 1px solid #FFB74D;
} }
.p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover { .p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover {
background: #FFEE58; background: #FFA726;
color: #212529; color: #212529;
border-color: #FFEE58; border-color: #FFA726;
} }
.p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus { .p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus {
box-shadow: 0 0 0 0.1rem #FFFDE7; box-shadow: 0 0 0 0.1rem #FFFDE7;
} }
.p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active { .p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active {
background: #FFEB3B; background: #FF9800;
color: #212529; color: #212529;
border-color: #FFEB3B; border-color: #FF9800;
} }
.p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button { .p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button {
@ -3561,7 +3561,7 @@
line-height: 1.5rem; line-height: 1.5rem;
} }
.p-badge.p-badge-secondary { .p-badge.p-badge-secondary {
background-color: transparent; background-color: #1C2833;
color: #81C784; color: #81C784;
} }
.p-badge.p-badge-success { .p-badge.p-badge-success {
@ -3573,7 +3573,7 @@
color: #212529; color: #212529;
} }
.p-badge.p-badge-warning { .p-badge.p-badge-warning {
background-color: #FFF176; background-color: #FFB74D;
color: #212529; color: #212529;
} }
.p-badge.p-badge-danger { .p-badge.p-badge-danger {
@ -3610,7 +3610,7 @@
color: #212529; color: #212529;
} }
.p-tag.p-tag-warning { .p-tag.p-tag-warning {
background-color: #FFF176; background-color: #FFB74D;
color: #212529; color: #212529;
} }
.p-tag.p-tag-danger { .p-tag.p-tag-danger {

View File

@ -1135,7 +1135,7 @@
.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button { .p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button {
color: #7986CB; color: #7986CB;
background: transparent; background: #1C2833;
border: 1px solid #7986CB; border: 1px solid #7986CB;
} }
.p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover { .p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover {
@ -1192,21 +1192,21 @@
.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button { .p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button {
color: #212529; color: #212529;
background: #FFF176; background: #FFB74D;
border: 1px solid #FFF176; border: 1px solid #FFB74D;
} }
.p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover { .p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover {
background: #FFEE58; background: #FFA726;
color: #212529; color: #212529;
border-color: #FFEE58; border-color: #FFA726;
} }
.p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus { .p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus {
box-shadow: 0 0 0 0.1rem #FFFDE7; box-shadow: 0 0 0 0.1rem #FFFDE7;
} }
.p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active { .p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active {
background: #FFEB3B; background: #FF9800;
color: #212529; color: #212529;
border-color: #FFEB3B; border-color: #FF9800;
} }
.p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button { .p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button {
@ -3561,7 +3561,7 @@
line-height: 1.5rem; line-height: 1.5rem;
} }
.p-badge.p-badge-secondary { .p-badge.p-badge-secondary {
background-color: transparent; background-color: #1C2833;
color: #7986CB; color: #7986CB;
} }
.p-badge.p-badge-success { .p-badge.p-badge-success {
@ -3573,7 +3573,7 @@
color: #212529; color: #212529;
} }
.p-badge.p-badge-warning { .p-badge.p-badge-warning {
background-color: #FFF176; background-color: #FFB74D;
color: #212529; color: #212529;
} }
.p-badge.p-badge-danger { .p-badge.p-badge-danger {
@ -3610,7 +3610,7 @@
color: #212529; color: #212529;
} }
.p-tag.p-tag-warning { .p-tag.p-tag-warning {
background-color: #FFF176; background-color: #FFB74D;
color: #212529; color: #212529;
} }
.p-tag.p-tag-danger { .p-tag.p-tag-danger {

View File

@ -1135,7 +1135,7 @@
.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button { .p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button {
color: #FFD54F; color: #FFD54F;
background: transparent; background: #1C2833;
border: 1px solid #FFD54F; border: 1px solid #FFD54F;
} }
.p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover { .p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover {
@ -1192,21 +1192,21 @@
.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button { .p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button {
color: #212529; color: #212529;
background: #FFF176; background: #FFB74D;
border: 1px solid #FFF176; border: 1px solid #FFB74D;
} }
.p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover { .p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover {
background: #FFEE58; background: #FFA726;
color: #212529; color: #212529;
border-color: #FFEE58; border-color: #FFA726;
} }
.p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus { .p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus {
box-shadow: 0 0 0 0.1rem #FFFDE7; box-shadow: 0 0 0 0.1rem #FFFDE7;
} }
.p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active { .p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active {
background: #FFEB3B; background: #FF9800;
color: #212529; color: #212529;
border-color: #FFEB3B; border-color: #FF9800;
} }
.p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button { .p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button {
@ -3561,7 +3561,7 @@
line-height: 1.5rem; line-height: 1.5rem;
} }
.p-badge.p-badge-secondary { .p-badge.p-badge-secondary {
background-color: transparent; background-color: #1C2833;
color: #FFD54F; color: #FFD54F;
} }
.p-badge.p-badge-success { .p-badge.p-badge-success {
@ -3573,7 +3573,7 @@
color: #212529; color: #212529;
} }
.p-badge.p-badge-warning { .p-badge.p-badge-warning {
background-color: #FFF176; background-color: #FFB74D;
color: #212529; color: #212529;
} }
.p-badge.p-badge-danger { .p-badge.p-badge-danger {
@ -3610,7 +3610,7 @@
color: #212529; color: #212529;
} }
.p-tag.p-tag-warning { .p-tag.p-tag-warning {
background-color: #FFF176; background-color: #FFB74D;
color: #212529; color: #212529;
} }
.p-tag.p-tag-danger { .p-tag.p-tag-danger {

View File

@ -1135,7 +1135,7 @@
.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button { .p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button {
color: #BA68C8; color: #BA68C8;
background: transparent; background: #1C2833;
border: 1px solid #BA68C8; border: 1px solid #BA68C8;
} }
.p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover { .p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover {
@ -1192,21 +1192,21 @@
.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button { .p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button {
color: #212529; color: #212529;
background: #FFF176; background: #FFB74D;
border: 1px solid #FFF176; border: 1px solid #FFB74D;
} }
.p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover { .p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover {
background: #FFEE58; background: #FFA726;
color: #212529; color: #212529;
border-color: #FFEE58; border-color: #FFA726;
} }
.p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus { .p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus {
box-shadow: 0 0 0 0.1rem #FFFDE7; box-shadow: 0 0 0 0.1rem #FFFDE7;
} }
.p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active { .p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active {
background: #FFEB3B; background: #FF9800;
color: #212529; color: #212529;
border-color: #FFEB3B; border-color: #FF9800;
} }
.p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button { .p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button {
@ -3561,7 +3561,7 @@
line-height: 1.5rem; line-height: 1.5rem;
} }
.p-badge.p-badge-secondary { .p-badge.p-badge-secondary {
background-color: transparent; background-color: #1C2833;
color: #BA68C8; color: #BA68C8;
} }
.p-badge.p-badge-success { .p-badge.p-badge-success {
@ -3573,7 +3573,7 @@
color: #212529; color: #212529;
} }
.p-badge.p-badge-warning { .p-badge.p-badge-warning {
background-color: #FFF176; background-color: #FFB74D;
color: #212529; color: #212529;
} }
.p-badge.p-badge-danger { .p-badge.p-badge-danger {
@ -3610,7 +3610,7 @@
color: #212529; color: #212529;
} }
.p-tag.p-tag-warning { .p-tag.p-tag-warning {
background-color: #FFF176; background-color: #FFB74D;
color: #212529; color: #212529;
} }
.p-tag.p-tag-danger { .p-tag.p-tag-danger {

View File

@ -1135,7 +1135,7 @@
.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button { .p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button {
color: #4DB6AC; color: #4DB6AC;
background: transparent; background: #1C2833;
border: 1px solid #4DB6AC; border: 1px solid #4DB6AC;
} }
.p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover { .p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover {
@ -1192,21 +1192,21 @@
.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button { .p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button {
color: #212529; color: #212529;
background: #FFF176; background: #FFB74D;
border: 1px solid #FFF176; border: 1px solid #FFB74D;
} }
.p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover { .p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover {
background: #FFEE58; background: #FFA726;
color: #212529; color: #212529;
border-color: #FFEE58; border-color: #FFA726;
} }
.p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus { .p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus {
box-shadow: 0 0 0 0.1rem #FFFDE7; box-shadow: 0 0 0 0.1rem #FFFDE7;
} }
.p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active { .p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active {
background: #FFEB3B; background: #FF9800;
color: #212529; color: #212529;
border-color: #FFEB3B; border-color: #FF9800;
} }
.p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button { .p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button {
@ -3561,7 +3561,7 @@
line-height: 1.5rem; line-height: 1.5rem;
} }
.p-badge.p-badge-secondary { .p-badge.p-badge-secondary {
background-color: transparent; background-color: #1C2833;
color: #4DB6AC; color: #4DB6AC;
} }
.p-badge.p-badge-success { .p-badge.p-badge-success {
@ -3573,7 +3573,7 @@
color: #212529; color: #212529;
} }
.p-badge.p-badge-warning { .p-badge.p-badge-warning {
background-color: #FFF176; background-color: #FFB74D;
color: #212529; color: #212529;
} }
.p-badge.p-badge-danger { .p-badge.p-badge-danger {
@ -3610,7 +3610,7 @@
color: #212529; color: #212529;
} }
.p-tag.p-tag-warning { .p-tag.p-tag-warning {
background-color: #FFF176; background-color: #FFB74D;
color: #212529; color: #212529;
} }
.p-tag.p-tag-danger { .p-tag.p-tag-danger {