Cleanup pricing page tables, introstrip, css changes
This commit is contained in:
@@ -253,9 +253,10 @@
|
||||
|
||||
.service-plan-ribbon {
|
||||
position: absolute;
|
||||
top: 18px;
|
||||
right: 18px;
|
||||
padding: 6px 10px;
|
||||
top: 0;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
padding: 6px 12px;
|
||||
border-radius: 999px;
|
||||
background: var(--yellow);
|
||||
color: #000;
|
||||
@@ -348,8 +349,10 @@
|
||||
}
|
||||
|
||||
.service-plan-cta {
|
||||
display: inline-flex;
|
||||
margin-top: 28px;
|
||||
display: flex;
|
||||
width: fit-content;
|
||||
margin: 28px auto 0;
|
||||
font-family: var(--font-head);
|
||||
}
|
||||
|
||||
.service-extras {
|
||||
@@ -464,6 +467,10 @@
|
||||
gap: 24px;
|
||||
}
|
||||
|
||||
.service-plan-popular {
|
||||
order: -1;
|
||||
}
|
||||
|
||||
.service-highlight,
|
||||
.service-pricing,
|
||||
.service-benefits {
|
||||
|
||||
Reference in New Issue
Block a user