Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbulat committed Jan 12, 2025
1 parent a0cdb72 commit 8fffb89
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/styles/theme/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,9 @@ input {
padding: 0.7rem 0;
background: none;
border: none;

&::placeholder {
color: #aaa;
}

&.underline {
border-bottom: 1px solid #ddd;
}
Expand All @@ -123,12 +121,10 @@ ellipse.primary {
.page-padding {
padding-left: 1.25rem;
padding-right: 1.25rem;

@media (min-width: $page-width-small-threshold) {
padding-left: 3.5rem;
padding-right: 3.5rem;
}

@media (min-width: $page-width-small-threshold) {
padding: 0 5rem 0 2.5rem;
}
Expand Down

0 comments on commit 8fffb89

Please sign in to comment.