Skip to content

Commit

Permalink
Changes to new outline button
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Sep 9, 2024
1 parent 13dfec9 commit 149c132
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scss/modules/buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -202,13 +202,14 @@ a.news-more-link {
}

.btn.btn-outline-primary {
background: transparent url("../images/arrow-right-blue2.svg") no-repeat right 18px center/15px;
background: transparent url("../images/arrow-right-blue2.svg") no-repeat right 16px center/15px;
border-color: $dark-blue-02;
border-radius: 27.5px;
color: $dark-blue-02;
float: right;
font-size: 1rem;
margin-right: 20px;
padding-left: 12px;
padding-left: 16px;
padding-right: 40px;
text-align: start;
transition: background-position 0.2s, background-color 0.2s, opacity 0.2s;
Expand Down

0 comments on commit 149c132

Please sign in to comment.