Skip to content

Commit

Permalink
chore: new brand color and logo (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
maharshivpatel authored Jun 18, 2024
2 parents 53ea9be + 5379dae commit bcf976f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 27 deletions.
38 changes: 15 additions & 23 deletions print_designer/public/images/print-designer-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions print_designer/public/js/print_designer/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ watchEffect(() => {
justify-content: space-between;
margin: 0;
cursor: default;
--primary: #6f5f35;
--primary-color: #6f5f35;
--primary: #7b4b57;
--primary-color: #7b4b57;
.app-sections {
flex: 1;
height: calc(100vh - var(--navbar-height));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ onUnmounted(() => {
</style>
<style lang="scss" scoped>
.modal-dialog {
--primary: #6f5f35;
--primary-color: #6f5f35;
--primary: #7b4b57;
--primary-color: #7b4b57;
display: flex;
font-size: 0.75rem;
position: absolute;
Expand Down

0 comments on commit bcf976f

Please sign in to comment.