Skip to content

Commit

Permalink
style: fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
arnest00 committed Oct 29, 2022
1 parent dd19f3d commit 4e519fe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
18 changes: 10 additions & 8 deletions src/scss/components/_location-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,15 @@
background-image: url("data:image/svg+xml,<svg viewBox='0 0 30 20' xmlns='http://www.w3.org/2000/svg'><path d='M4.5 1 15 11.3 25.5 1l3.8 3.9L15 19 .7 4.8 4.5.9Z' fill='%23C92400'/></svg>");
}

&__button .location-select__button-arrow {
display: block;
float: right;
height: 0.5em;
width: 0.5em;
transform: rotate(135deg);
border: solid $accent-color;
border-width: 0.15rem 0.15rem 0 0;
&__button .location-select {
&__button-arrow {
display: block;
float: right;
height: 0.5em;
width: 0.5em;
transform: rotate(135deg);
border: solid $accent-color;
border-width: 0.15rem 0.15rem 0 0;
}
}
}
2 changes: 1 addition & 1 deletion src/scss/objects/_home-header.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.home-header {
margin: 4rem auto 5rem auto;
margin: 4rem auto 5rem;
width: 80%;

&__button {
Expand Down

0 comments on commit 4e519fe

Please sign in to comment.