Skip to content

Commit

Permalink
Fixed #13306 - Add missing styling and sync primeng-sass-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Sep 26, 2023
1 parent a36b885 commit 2e19c52
Show file tree
Hide file tree
Showing 48 changed files with 253 additions and 6,509 deletions.
5 changes: 5 additions & 0 deletions src/assets/components/themes/arya-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -4685,6 +4685,11 @@
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.p-fileupload .p-fileupload-content.p-fileupload-highlight {
border-color: #64B5F6;
border-style: dashed;
background-color: rgba(100, 181, 246, 0.16);
}
.p-fileupload .p-progressbar {
height: 0.25rem;
}
Expand Down
5 changes: 5 additions & 0 deletions src/assets/components/themes/arya-green/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -4685,6 +4685,11 @@
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.p-fileupload .p-fileupload-content.p-fileupload-highlight {
border-color: #81C784;
border-style: dashed;
background-color: rgba(129, 199, 132, 0.16);
}
.p-fileupload .p-progressbar {
height: 0.25rem;
}
Expand Down
5 changes: 5 additions & 0 deletions src/assets/components/themes/arya-orange/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -4685,6 +4685,11 @@
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.p-fileupload .p-fileupload-content.p-fileupload-highlight {
border-color: #FFD54F;
border-style: dashed;
background-color: rgba(255, 213, 79, 0.16);
}
.p-fileupload .p-progressbar {
height: 0.25rem;
}
Expand Down
5 changes: 5 additions & 0 deletions src/assets/components/themes/arya-purple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -4685,6 +4685,11 @@
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.p-fileupload .p-fileupload-content.p-fileupload-highlight {
border-color: #BA68C8;
border-style: dashed;
background-color: rgba(186, 104, 200, 0.16);
}
.p-fileupload .p-progressbar {
height: 0.25rem;
}
Expand Down
5 changes: 5 additions & 0 deletions src/assets/components/themes/bootstrap4-dark-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -4697,6 +4697,11 @@
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.p-fileupload .p-fileupload-content.p-fileupload-highlight {
border-color: #8dd0ff;
border-style: dashed;
background-color: #8dd0ff;
}
.p-fileupload .p-progressbar {
height: 0.25rem;
}
Expand Down
5 changes: 5 additions & 0 deletions src/assets/components/themes/bootstrap4-dark-purple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -4697,6 +4697,11 @@
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.p-fileupload .p-fileupload-content.p-fileupload-highlight {
border-color: #c298d8;
border-style: dashed;
background-color: #c298d8;
}
.p-fileupload .p-progressbar {
height: 0.25rem;
}
Expand Down
5 changes: 5 additions & 0 deletions src/assets/components/themes/bootstrap4-light-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -4697,6 +4697,11 @@
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.p-fileupload .p-fileupload-content.p-fileupload-highlight {
border-color: #007bff;
border-style: dashed;
background-color: #007bff;
}
.p-fileupload .p-progressbar {
height: 0.25rem;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4697,6 +4697,11 @@
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.p-fileupload .p-fileupload-content.p-fileupload-highlight {
border-color: #883cae;
border-style: dashed;
background-color: #883cae;
}
.p-fileupload .p-progressbar {
height: 0.25rem;
}
Expand Down
Loading

1 comment on commit 2e19c52

@vercel
Copy link

@vercel vercel bot commented on 2e19c52 Sep 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.