Skip to content

Commit

Permalink
SCSS lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Sep 27, 2024
1 parent 0df6544 commit 47c3945
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scss/modules/buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ a.news-more-link {
}


.btn.btn-outline-primary:not(:has(.btn.btn-outline-primary)):not(.form-submit) {
.btn.btn-outline-primary:not(:has(.btn.btn-outline-primary), .form-submit) {
background: transparent url("../images/arrow-right-blue2.svg") no-repeat right 16px center/15px;
border-color: $dark-blue-02;
border-radius: 27.5px;
Expand Down
4 changes: 2 additions & 2 deletions scss/modules/field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@

.node--type-event {
.field.field--name-field-address.field--type-address {
margin: 1rem 0 0 0;
padding: .5rem;
background: $subtle-grey-01;
margin: 1rem 0 0;
padding: .5rem;

.field__label {
font-weight: bold;
Expand Down

0 comments on commit 47c3945

Please sign in to comment.