Skip to content

Commit

Permalink
button height
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Osbourne committed Oct 9, 2023
1 parent 0714ebe commit 911562a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/app/public/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,8 @@ a.link-action--text-micro {
}
a.link-action--rounded {
border-radius: 12px;
padding-top: 14px;
padding-bottom: 14px;
}

/**
Expand Down
2 changes: 2 additions & 0 deletions shared/scss/base/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ a {
}
&.link-action--rounded {
border-radius: 12px;
padding-top: 14px;
padding-bottom: 14px;
}
}

Expand Down

0 comments on commit 911562a

Please sign in to comment.