Updated CI for Blazor WebAssembly. Added styles for product cards.
All checks were successful
ci / build-test (push) Successful in 2m16s
ci / publish-image (push) Has been skipped

This commit is contained in:
2025-11-15 02:34:15 -05:00
parent 76284f2fab
commit 634050c06f
13 changed files with 289 additions and 94 deletions

View File

@@ -1,7 +1,7 @@
:root {
--font-family: 'Poppins';
--background-color: #131419;
--background-color-original: rgb(16, 36, 50);
--background-color-backup: #131419;
--background-color: rgb(16, 36, 50);
--input-background-color: rgb(0,20,34);
--input-border-color: #304562;
--primary-text-color: rgb(180,200, 214);
@@ -22,4 +22,26 @@
--product-footer-text-color: rgb(220,230,234);
--expected-date-text-color: #ffe073;
--planned-date-text-color: #73bdff;
--card-padding-top: .5rem;
--card-padding-bottom: .5rem;
--card-padding-left: .5rem;
--card-padding-right: .5rem;
--card-background-image: linear-gradient(0deg, #1C2029, #1C1F28);
--card-border-radius: 30px;
--card-border-width: 2px;
--card-border-top-color: #353B4C;
--card-border-left-color: #212630;
--card-border-right-color: #212531;
--card-border-bottom-color: #212530;
}
/*
padding: .5rem;
border-width: 2px;
border-top-color: #353B4C;
border-left-color: #212630;
border-right-color: #212531;
border-bottom-color: #212530;
border-radius: 30px;
background-image: linear-gradient(0deg, #1C2029, #1C1F28);
*/