This commit is contained in:
MeysamMoghaddam
2025-10-07 00:51:41 +03:30
parent b26225d8a6
commit e357c1802b
3 changed files with 0 additions and 84 deletions

View File

@@ -110,18 +110,6 @@ html, body {
color: var(--mud-palette-primary);
}
.newsletter-section {
background: var(--mud-palette-background-grey);
}
.newsletter-form {
align-items: center;
}
.newsletter-btn {
white-space: nowrap;
}
.footer-legal {
flex-wrap: wrap;
}
@@ -131,15 +119,6 @@ html, body {
justify-content: flex-start !important;
margin-top: 1rem;
}
.newsletter-form {
flex-direction: column;
align-items: stretch;
}
.newsletter-btn {
margin-top: 0.5rem;
}
}
/* Dark mode adjustments */
@@ -147,8 +126,4 @@ html, body {
background: var(--mud-palette-dark-background);
border-top-color: var(--mud-palette-dark-divider);
}
.mud-theme-dark .newsletter-section {
background: var(--mud-palette-dark-surface);
}
/*#endregion*/