Skip to content

Commit

Permalink
fix participatory text follow button
Browse files Browse the repository at this point in the history
  • Loading branch information
basicavisual committed Jan 16, 2024
1 parent ae2ac11 commit 76b3424
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/packs/stylesheets/okbr/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,14 @@ body {

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
font-family: "HK Grotesk", Helvetica, Roboto, Arial, sans-serif;
}


.button--icon.hollow.secondary .icon-wrap {
border-right: 0px solid var(--secondary);
}

.button--icon .icon-wrap {
padding: 0 5px 0 0;
top: auto;
}

0 comments on commit 76b3424

Please sign in to comment.