2020-03-18 18:46:47 -04:00
|
|
|
#p-downloads {
|
2021-04-07 07:35:05 -07:00
|
|
|
/** DEBT: short-term color override until we upgrade to the most recent product downloader.
|
|
|
|
This will be handled as part of the "Redesigned Downloads Pages" project:
|
|
|
|
https://app.asana.com/0/1179659922742997/1199639822462636 */
|
2021-04-06 15:35:23 -07:00
|
|
|
--brand: var(--packer);
|
|
|
|
|
|
|
|
color: black !important;
|
2020-03-18 18:46:47 -04:00
|
|
|
margin-top: 72px;
|
|
|
|
margin-bottom: 72px;
|
2021-04-06 15:35:23 -07:00
|
|
|
|
|
|
|
& .g-type-buttons-and-standalone-links {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
& .g-product-downloader.product-packer {
|
|
|
|
--highlight-color: var(--packer-link);
|
|
|
|
}
|
2020-03-18 18:46:47 -04:00
|
|
|
}
|