Skip to content

Commit

Permalink
Sync primeng-sass-theme and refactor on 2e19c52
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Sep 26, 2023
1 parent 2e19c52 commit 73b9503
Show file tree
Hide file tree
Showing 48 changed files with 6,561 additions and 65 deletions.
2 changes: 1 addition & 1 deletion src/assets/components/themes/arya-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -4686,7 +4686,7 @@
border-bottom-left-radius: 3px;
}
.p-fileupload .p-fileupload-content.p-fileupload-highlight {
border-color: #64B5F6;
border-color: 1px dashed #64B5F6;
border-style: dashed;
background-color: rgba(100, 181, 246, 0.16);
}
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/arya-green/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -4686,7 +4686,7 @@
border-bottom-left-radius: 3px;
}
.p-fileupload .p-fileupload-content.p-fileupload-highlight {
border-color: #81C784;
border-color: 1px dashed #81C784;
border-style: dashed;
background-color: rgba(129, 199, 132, 0.16);
}
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/arya-orange/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -4686,7 +4686,7 @@
border-bottom-left-radius: 3px;
}
.p-fileupload .p-fileupload-content.p-fileupload-highlight {
border-color: #FFD54F;
border-color: 1px dashed #FFD54F;
border-style: dashed;
background-color: rgba(255, 213, 79, 0.16);
}
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/arya-purple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -4686,7 +4686,7 @@
border-bottom-left-radius: 3px;
}
.p-fileupload .p-fileupload-content.p-fileupload-highlight {
border-color: #BA68C8;
border-color: 1px dashed #BA68C8;
border-style: dashed;
background-color: rgba(186, 104, 200, 0.16);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4698,7 +4698,7 @@
border-bottom-left-radius: 4px;
}
.p-fileupload .p-fileupload-content.p-fileupload-highlight {
border-color: #8dd0ff;
border-color: 1px dashed #8dd0ff;
border-style: dashed;
background-color: #8dd0ff;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4698,7 +4698,7 @@
border-bottom-left-radius: 4px;
}
.p-fileupload .p-fileupload-content.p-fileupload-highlight {
border-color: #c298d8;
border-color: 1px dashed #c298d8;
border-style: dashed;
background-color: #c298d8;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4698,7 +4698,7 @@
border-bottom-left-radius: 4px;
}
.p-fileupload .p-fileupload-content.p-fileupload-highlight {
border-color: #007bff;
border-color: 1px dashed #007bff;
border-style: dashed;
background-color: #007bff;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4698,7 +4698,7 @@
border-bottom-left-radius: 4px;
}
.p-fileupload .p-fileupload-content.p-fileupload-highlight {
border-color: #883cae;
border-color: 1px dashed #883cae;
border-style: dashed;
background-color: #883cae;
}
Expand Down
Loading

1 comment on commit 73b9503

@vercel
Copy link

@vercel vercel bot commented on 73b9503 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.