Remove end-of-year promo

This commit is contained in:
yordanov
2025-01-07 10:43:26 +02:00
parent 4b88b18e78
commit c61d453de4
4 changed files with 1 additions and 15 deletions

View File

@@ -104,13 +104,6 @@
<RadzenRow ID="components" Gap="1rem">
<RadzenColumn Size="12">
<RadzenAlert AlertStyle="AlertStyle.Dark" Icon="percent" Size="AlertSize.Large" Variant="Variant.Flat" class="rz-my-lg-12 promo-alert">
<RadzenText TextStyle="TextStyle.H5" TagName="TagName.H2" class="rz-mb-3 rz-color-on-base-darker"><strong>Save $100 with promo code CHEERS2025</strong></RadzenText>
<RadzenText TextStyle="TextStyle.Body1" class="rz-color-on-base-darker">As we are looking forward to an incredible 2025, enjoy our end-of-year promotion! Valid now through January 6th.</RadzenText>
<RadzenText TextStyle="TextStyle.Body1" class="rz-mb-0 rz-mt-5 rz-color-on-base-darker">
<RadzenLink Path="https://www.radzen.com/pricing" target="_blank" Style="color: #FFB9FF !important;"><strong>See Pricing ↗</strong></RadzenLink>
</RadzenText>
</RadzenAlert>
<RadzenRow class="rz-mt-8 rz-mt-sm-6 rz-pt-sm-6 rz-mt-lg-12 rz-pt-lg-12">
<RadzenColumn Size="12" SizeMD="3" SizeLG="2" SizeXL="3">
<RadzenText TextStyle="TextStyle.H4" TagName="TagName.H3">Get Started</RadzenText>

View File

@@ -42,13 +42,6 @@
<RadzenColumn Size="12">
<RadzenRow class="rz-mx-auto" Style="max-width: 1600px;">
<RadzenColumn Size="12">
<RadzenAlert AlertStyle="AlertStyle.Dark" Icon="percent" Size="AlertSize.Large" Variant="Variant.Flat" class="rz-my-lg-12 promo-alert">
<RadzenText TextStyle="TextStyle.H5" TagName="TagName.H2" class="rz-mb-3 rz-color-on-base-darker"><strong>Save $100 with promo code CHEERS2025</strong></RadzenText>
<RadzenText TextStyle="TextStyle.Body1" class="rz-color-on-base-darker">As we are looking forward to an incredible 2025, enjoy our end-of-year promotion! Valid now through January 6th.</RadzenText>
<RadzenText TextStyle="TextStyle.Body1" class="rz-mb-0 rz-mt-5 rz-color-on-base-darker">
<RadzenLink Path="https://www.radzen.com/pricing" target="_blank" Style="color: #FFB9FF !important;"><strong>See Pricing ↗</strong></RadzenLink>
</RadzenText>
</RadzenAlert>
@Body
<RadzenCard class="rz-mt-12 rz-display-block rz-p-6 rz-p-md-12">
<RadzenRow AlignItems="AlignItems.Center" Gap="0px">

View File

@@ -462,7 +462,7 @@ svg.illustration {
/* Promo */
.promo-alert {
background: url("../images/2025.jpg") no-repeat, linear-gradient(110deg, rgba(0,0,0,0.4) 100%, rgba(0,0,0,0.3) 30%, rgba(0,0,0,0.4) 100%),linear-gradient(110deg, #000 20%, #AA01E4 75%, #534EEB 100%);
background: linear-gradient(110deg, rgba(0,0,0,0.4) 100%, rgba(0,0,0,0.3) 30%, rgba(0,0,0,0.4) 100%),linear-gradient(110deg, #000 20%, #AA01E4 75%, #534EEB 100%);
background-size: cover;
padding: 2rem !important;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB