diff --git a/client/landing/stepper/declarative-flow/internals/global.scss b/client/landing/stepper/declarative-flow/internals/global.scss index febf189186abc..8b8967a00977c 100644 --- a/client/landing/stepper/declarative-flow/internals/global.scss +++ b/client/landing/stepper/declarative-flow/internals/global.scss @@ -78,6 +78,7 @@ button { .domains, .patterns, .link-in-bio-post-setup, +.link-in-bio, .anchor-fm, .subscribers, .ecommerce, diff --git a/client/landing/stepper/declarative-flow/internals/steps-repository/components/setup-form/style.scss b/client/landing/stepper/declarative-flow/internals/steps-repository/components/setup-form/style.scss index 61ea4a2068bb1..49e69c3603947 100644 --- a/client/landing/stepper/declarative-flow/internals/steps-repository/components/setup-form/style.scss +++ b/client/landing/stepper/declarative-flow/internals/steps-repository/components/setup-form/style.scss @@ -22,7 +22,8 @@ } label, - textarea { + textarea, + .expanding-area textarea { font-family: "SF Pro Text", $sans; font-weight: 400; } diff --git a/client/landing/stepper/declarative-flow/internals/steps-repository/link-in-bio-setup/styles.scss b/client/landing/stepper/declarative-flow/internals/steps-repository/link-in-bio-setup/styles.scss index be4c83844d0af..ee08f12ecf141 100644 --- a/client/landing/stepper/declarative-flow/internals/steps-repository/link-in-bio-setup/styles.scss +++ b/client/landing/stepper/declarative-flow/internals/steps-repository/link-in-bio-setup/styles.scss @@ -26,3 +26,7 @@ $font-family: "SF Pro Text", $sans; } } } + +.link-in-bio.launchpad .launchpad__sidebar-header { + display: none; +}