You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/website/components/homepage-hero/style.module.css

19 lines
494 B

.consulHero {
/* Customize the branding */
& :global(.carousel .controls .control) {
color: var(--gray-2);
& :global(.progress-bar) {
background: var(--gray-5);
& span {
background: var(--consul);
}
}
}
& :global(.g-hero .carousel) {
& :global(.video-wrapper.is-active) {
/* Padding % modifier differs slightly from react-hero to accommodate video heights */
padding-top: calc((100% * 0.57) + 28px); /* !important; */
}
}
}