adding the new thank you message in contact us form (#28729)

GitOrigin-RevId: 8fe7f453b786eb30a6d479254afce9eeb442c276
This commit is contained in:
Davinder Singh
2025-10-10 10:55:52 +01:00
committed by Copybot
parent 0ea6063147
commit f0b2466f93

View File

@@ -685,6 +685,11 @@
padding-bottom: var(--spacing-08);
}
.message-received {
color: var(--neutral-70);
margin-bottom: 0;
}
// Desktop layout options depdendent on mobile breakpoint
@include media-breakpoint-up(lg) {
.row-equal-column-heights > div[class*='col-'] > .card,