diff --git a/website/components/cloud-offerings-list/index.jsx b/website/components/cloud-offerings-list/index.jsx index ef27e42717..891ad61237 100644 --- a/website/components/cloud-offerings-list/index.jsx +++ b/website/components/cloud-offerings-list/index.jsx @@ -3,21 +3,21 @@ import Button from '@hashicorp/react-button' export default function CloudOfferingsList({ offerings }) { return (
{offering.description}
diff --git a/website/components/learn-callout/style.css b/website/components/learn-callout/style.css index 0ef9ae5b8e..822520077f 100644 --- a/website/components/learn-callout/style.css +++ b/website/components/learn-callout/style.css @@ -137,32 +137,32 @@ } } } + } - &.brand-consul { - & .content label { - color: var(--consul); - } + &.brand-consul { + & .content label { + color: var(--consul); } + } - /* Brand -- Nomad */ - &.brand-nomad { - & .content label { - color: var(--nomad); - } + /* Brand -- Nomad */ + &.brand-nomad { + & .content label { + color: var(--nomad); } + } - /* Brand -- Packer */ - &.brand-packer { - & .content label { - color: var(--packer); - } + /* Brand -- Packer */ + &.brand-packer { + & .content label { + color: var(--packer); } + } - /* Brand -- Terraform */ - &.brand-terraform { - & .content label { - color: var(--terraform); - } + /* Brand -- Terraform */ + &.brand-terraform { + & .content label { + color: var(--terraform); } } }