Skip to content

Commit

Permalink
feat: digital edition scss button tighten
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-daniel-dempsey committed Feb 4, 2025
1 parent 5beede2 commit 00672dd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ function SubscriptionsProductDescription({
<div
className={
isFeature
? 'subscriptions__button-container--feature'
? benefits
? 'subscriptions__button-container--feature--benefits'
: 'subscriptions__button-container--feature'
: 'subscriptions__button-container'
}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@
}

@include mq($from: desktop) {
width: 106%;
width: 100%;
padding-bottom: 20px;
}

Expand All @@ -556,7 +556,8 @@
}
}

.subscriptions__button-container--feature {
.subscriptions__button-container--feature,
.subscriptions__button-container--feature--benefits {
@include mq($until: phablet) {
padding-bottom: 10px;
}
Expand All @@ -573,7 +574,15 @@
}

@include mq($from: desktop) {
margin: 0 0 0 6px;
margin: 0 0 0 10px;
}
}
}

.subscriptions__button-container--feature--benefits {
.component-button {
@include mq($from: desktop) {
padding: 0 ($gu-cta-height * 0.4);
}
}
}
Expand Down

0 comments on commit 00672dd

Please sign in to comment.