Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions CulinaryCommandApp/Components/App.razor
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
</CascadingAuthenticationState>


<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/js/bootstrap.bundle.min.js" integrity="sha384-ndDqU0Gzau9qJ1lfW4pNLlhNTkCfHzAVBReH9diLvGRem5+R9g2FzA8ZGN954O5Q" crossorigin="anonymous"></script>

<script src="_framework/blazor.server.js"></script>
</body>
Expand Down
4 changes: 2 additions & 2 deletions CulinaryCommandApp/Components/Custom/PrepTasksPanel.razor.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
}

.cc-check-circle.checked {
background: #22c55e;
border-color: #22c55e;
background: #009A3B;
border-color: #009A3B;
box-shadow: inset 0 0 0 2px #ffffff;
}

Expand Down
84 changes: 42 additions & 42 deletions CulinaryCommandApp/Components/Layout/Welcome.razor.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

.nav-brand {
font-weight: 700;
color: #16a34a;
color: #009A3B;
padding-left: 8px;
}

Expand All @@ -29,7 +29,7 @@
gap: 8px;
padding: 6px 8px;
border-radius: 999px;
background: linear-gradient(135deg, #22c55e, #10b981);
background: linear-gradient(135deg, #009A3B, #009A3B);
}

.nav-pill a {
Expand All @@ -49,7 +49,7 @@
}

.hero-banner {
background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 50%, #f0fdf4 100%);
background: linear-gradient(135deg, #e6f7ed 0%, #e6f7ed 50%, #e6f7ed 100%);
border-radius: 20px;
padding: 80px 60px;
margin-bottom: 40px;
Expand All @@ -76,7 +76,7 @@
gap: 8px;
padding: 8px 16px;
border-radius: 999px;
background: #10b981;
background: #009A3B;
color: #ffffff;
font-size: 0.75rem;
font-weight: 600;
Expand Down Expand Up @@ -113,7 +113,7 @@
}

.hero-title-accent {
color: #10b981;
color: #009A3B;
font-style: italic;
font-weight: 800;
}
Expand All @@ -133,7 +133,7 @@
}

.btn-primary {
background: #10b981;
background: #009A3B;
color: #ffffff;
padding: 16px 32px;
border-radius: 12px;
Expand All @@ -150,7 +150,7 @@
}

.btn-primary:hover {
background: #059669;
background: #007a2f;
transform: translateY(-2px);
box-shadow: 0 14px 30px rgba(16, 185, 129, 0.40);
}
Expand All @@ -172,9 +172,9 @@
}

.btn-secondary:hover {
border-color: #10b981;
background: #f0fdf4;
color: #10b981;
border-color: #009A3B;
background: #e6f7ed;
color: #009A3B;
}

.btn-secondary i {
Expand Down Expand Up @@ -224,8 +224,8 @@

.overlay-stat i {
font-size: 1.8rem;
color: #10b981;
background: #f0fdf4;
color: #009A3B;
background: #e6f7ed;
padding: 12px;
border-radius: 10px;
}
Expand All @@ -245,7 +245,7 @@
}

.btn-cta {
background: #10b981;
background: #009A3B;
color: #ffffff;
padding: 10px 20px;
border-radius: 999px;
Expand All @@ -258,13 +258,13 @@
}

.btn-cta:hover {
background: #059669;
background: #007a2f;
transform: translateY(-1px);
}

.btn-ghost {
color: #1f2937;
border: 2px solid #10b981;
border: 2px solid #009A3B;
background: #ffffff;
padding: 10px 20px;
border-radius: 999px;
Expand All @@ -277,8 +277,8 @@
}

.btn-ghost:hover {
background: #f0fdf4;
border-color: #059669;
background: #e6f7ed;
border-color: #007a2f;
}

.welcome-section {
Expand Down Expand Up @@ -315,7 +315,7 @@
text-transform: uppercase;
letter-spacing: 0.2em;
font-size: 0.75rem;
color: #16a34a;
color: #009A3B;
}

.section-header h2 {
Expand Down Expand Up @@ -351,7 +351,7 @@
width: 64px;
height: 64px;
border-radius: 16px;
background: #ecfdf5;
background: #e6f7ed;
display: flex;
align-items: center;
justify-content: center;
Expand All @@ -360,7 +360,7 @@

.feature-icon i {
font-size: 28px;
color: #10b981;
color: #009A3B;
}

.feature-title {
Expand All @@ -381,7 +381,7 @@
.feature-progress {
width: 50px;
height: 4px;
background: #10b981;
background: #009A3B;
border-radius: 2px;
margin-top: auto;
}
Expand Down Expand Up @@ -421,7 +421,7 @@
width: 40px;
height: 40px;
border-radius: 50%;
background: linear-gradient(135deg, #10b981, #059669);
background: linear-gradient(135deg, #009A3B, #007a2f);
color: #ffffff;
display: flex;
align-items: center;
Expand All @@ -434,7 +434,7 @@
width: 80px;
height: 80px;
border-radius: 20px;
background: linear-gradient(135deg, #ecfdf5, #d1fae5);
background: linear-gradient(135deg, #e6f7ed, #b3e6c8);
display: flex;
align-items: center;
justify-content: center;
Expand All @@ -443,7 +443,7 @@

.step-icon i {
font-size: 36px;
color: #10b981;
color: #009A3B;
}

.step-title {
Expand Down Expand Up @@ -490,7 +490,7 @@
.pricing-card:hover {
transform: translateY(-5px);
box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
border-color: #10b981;
border-color: #009A3B;
}

.pricing-header {
Expand All @@ -510,7 +510,7 @@
.price {
font-size: 3rem;
font-weight: 800;
color: #10b981;
color: #009A3B;
margin: 0;
line-height: 1;
}
Expand Down Expand Up @@ -539,13 +539,13 @@
}

.pricing-features i {
color: #10b981;
color: #009A3B;
font-size: 1.125rem;
flex-shrink: 0;
}

.pricing-card.featured {
border-color: #10b981;
border-color: #009A3B;
box-shadow: 0 20px 50px rgba(16, 185, 129, 0.25);
transform: scale(1.05);
}
Expand All @@ -562,7 +562,7 @@
display: inline-flex;
padding: 6px 16px;
border-radius: 999px;
background: linear-gradient(135deg, #10b981, #059669);
background: linear-gradient(135deg, #009A3B, #007a2f);
color: #ffffff;
font-size: 0.75rem;
font-weight: 700;
Expand Down Expand Up @@ -595,14 +595,14 @@
.faq-card:hover {
transform: translateY(-5px);
box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
border-color: #10b981;
border-color: #009A3B;
}

.faq-icon {
width: 56px;
height: 56px;
border-radius: 14px;
background: #ecfdf5;
background: #e6f7ed;
display: flex;
align-items: center;
justify-content: center;
Expand All @@ -611,7 +611,7 @@

.faq-icon i {
font-size: 24px;
color: #10b981;
color: #009A3B;
}

.faq-title {
Expand All @@ -634,8 +634,8 @@
margin: 80px 60px 0 60px;
padding: 80px 60px;
border-radius: 24px;
background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
border: 4px solid #059669 !important;
background: linear-gradient(135deg, #009A3B 0%, #007a2f 100%) !important;
border: 4px solid #007a2f !important;
display: flex;
flex-direction: column;
align-items: center;
Expand Down Expand Up @@ -709,7 +709,7 @@
}

.btn-link-green:hover {
color: #f0fdf4;
color: #e6f7ed;
}

.cta-notice {
Expand Down Expand Up @@ -754,7 +754,7 @@

.footer-logo i {
font-size: 1.5rem;
color: #10b981;
color: #009A3B;
}

.footer-tagline {
Expand Down Expand Up @@ -785,7 +785,7 @@
}

.footer-social a:hover {
background: #10b981;
background: #009A3B;
color: #ffffff;
}

Expand Down Expand Up @@ -821,7 +821,7 @@
}

.footer-column a:hover {
color: #10b981;
color: #009A3B;
}

.footer-column.newsletter p {
Expand All @@ -847,14 +847,14 @@
}

.newsletter-form input:focus {
border-color: #10b981;
border-color: #009A3B;
}

.newsletter-form button {
width: 44px;
height: 44px;
border-radius: 8px;
background: #10b981;
background: #009A3B;
color: #ffffff;
border: none;
display: flex;
Expand All @@ -865,7 +865,7 @@
}

.newsletter-form button:hover {
background: #059669;
background: #007a2f;
}

.footer-bottom {
Expand Down Expand Up @@ -899,7 +899,7 @@
}

.footer-legal a:hover {
color: #10b981;
color: #009A3B;
}

@media (max-width: 900px) {
Expand Down
Loading
Loading