From 73c2b25403c4136826d70f5d27687e0c369c69b0 Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 3 Jul 2024 17:11:18 -0500 Subject: [PATCH] Website: update get started CTA styles (#20216) Closes: #20185 Changes: - Updated the styles for the get started CTA to prevent styling issues when the orb is collapsed and visible because of screen width. --- website/assets/styles/layout.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/assets/styles/layout.less b/website/assets/styles/layout.less index 0ac628723a..d1be7f4a0a 100644 --- a/website/assets/styles/layout.less +++ b/website/assets/styles/layout.less @@ -664,6 +664,12 @@ body.detected-mobile { [purpose='banner-text'] { display: flex; } + [purpose='banner-image'] { + height: 54px; + min-width: 54px; + background-image: url('/images/continue-thumbnail.png'); + background-size: cover; + } transform: none; transition: none; &:hover {