Skip to content

Commit

Permalink
LAST COMMIT FROM STAGE 0???
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa-lopes-pt committed Jul 15, 2024
1 parent de14864 commit 6cc452d
Show file tree
Hide file tree
Showing 14 changed files with 12 additions and 5 deletions.
Binary file not shown.
Binary file added backend/resources/product-images/oolong-tea.webp
Binary file not shown.
Binary file not shown.
Binary file added backend/resources/product-images/sencha-tea.webp
Binary file not shown.
Binary file added frontend/public/media/oolong-tea.webp
Binary file not shown.
Binary file removed frontend/public/media/tea.jpg
Binary file not shown.
Binary file removed frontend/public/media/user-image-placeholder.jpg
Binary file not shown.
Binary file not shown.
Binary file added frontend/public/media/white-tea.webp
Binary file not shown.
Binary file removed frontend/public/media/white_tea.jpg
Binary file not shown.
4 changes: 2 additions & 2 deletions frontend/src/sass/pages/_auth.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
border-radius: 5px 50% 5px 50%;
transform: translate(-75%, -25%);

background: url("/media/tea.jpg")
background: url("/media/white-tea.webp")
lighten(rgba(colors.$secondary, 0.8), 0%);

background-repeat: no-repeat;
Expand All @@ -44,7 +44,7 @@
border-radius: 50% 5px 50% 5px;
transform: translate(-25%, -75%);

background: url("/media/white_tea.jpg")
background: url("/media/oolong-tea.webp")
lighten(rgba(colors.$secondary, 0.8), 0%);
background-repeat: no-repeat;
background-size: cover;
Expand Down
4 changes: 4 additions & 0 deletions frontend/src/sass/pages/_cart.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@
text-align: center;
}

&:has(&__empty) &__total {
display: none;
}

&__total {
text-align: center;
background-color: colors.$primary;
Expand Down
7 changes: 5 additions & 2 deletions frontend/src/sass/sass.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/src/sass/sass.css.map

Large diffs are not rendered by default.

0 comments on commit 6cc452d

Please sign in to comment.