fix: align hot video preview header
This commit is contained in:
@@ -4817,6 +4817,63 @@
|
||||
font-weight: 750 !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-hot-video-page .ecom-video-preview-head {
|
||||
display: grid !important;
|
||||
grid-template-columns: minmax(0, 1fr) auto !important;
|
||||
align-items: start !important;
|
||||
gap: 16px !important;
|
||||
min-height: 0 !important;
|
||||
padding: 0 0 18px !important;
|
||||
border: 0 !important;
|
||||
border-bottom: 1px solid rgba(16, 115, 204, 0.08) !important;
|
||||
background: transparent !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-hot-video-page .ecom-video-preview-copy {
|
||||
display: grid !important;
|
||||
gap: 8px !important;
|
||||
justify-items: start !important;
|
||||
min-width: 0 !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-hot-video-page .ecom-video-preview-copy h1 {
|
||||
margin: 0 !important;
|
||||
color: #172636 !important;
|
||||
font-size: 21px !important;
|
||||
font-weight: 950 !important;
|
||||
line-height: 1.25 !important;
|
||||
letter-spacing: 0 !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-hot-video-page .ecom-video-preview-copy p {
|
||||
margin: 0 !important;
|
||||
color: #657686 !important;
|
||||
font-size: 13px !important;
|
||||
font-weight: 750 !important;
|
||||
line-height: 1.55 !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-hot-video-page .ecom-video-preview-copy p span {
|
||||
color: #1073cc !important;
|
||||
font-weight: 950 !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-hot-video-page .ecom-video-preview-head .ecom-video-flowbar__zoom {
|
||||
display: inline-flex !important;
|
||||
align-items: center !important;
|
||||
gap: 8px !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-hot-video-page .ecom-video-preview-head .ecom-video-step-dots {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-hot-video-page .ecom-video-preview-head .ecom-video-flowbar__actions {
|
||||
align-self: start !important;
|
||||
min-height: 24px !important;
|
||||
}
|
||||
|
||||
/* ── Step dots — light theme ──────────────────────── */
|
||||
.ecommerce-standalone .ecom-hot-video-page .ecom-video-step-dot {
|
||||
background: #cfd8dc !important;
|
||||
|
||||
Reference in New Issue
Block a user