Skip to content

Commit

Permalink
Mengubah color pada product resep
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliyuliann committed Oct 8, 2023
1 parent c9564a7 commit 0323456
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions assets/css/layouts/products.css

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

2 changes: 1 addition & 1 deletion assets/css/layouts/products.css.map

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

3 changes: 1 addition & 2 deletions assets/scss/layouts/_products.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
border-radius: 10px;
background-color: $color-white;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
color: $color-secondary;
font-size: font-size("small");
}

Expand Down Expand Up @@ -97,6 +96,6 @@
border-collapse: collapse;
border: 1px solid #ddd;
margin-bottom: 20px;
color: $color-secondary !important;
color: $color-white !important;
}
}

0 comments on commit 0323456

Please sign in to comment.