Skip to content

Commit

Permalink
style: stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
yeeZinu committed Jun 19, 2024
1 parent cc4048e commit 3cbf627
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@
.button {
width: auto;
padding: 21px;

@include text-lg;

@include respond-to(tablet) {
@include text-normal;

padding: 18px;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/app/compare/input/CompareInput.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,6 @@

.buttonDisabled {
color: $white-100;
background: $gray-200;
cursor: not-allowed;
background: $gray-200;
}

0 comments on commit 3cbf627

Please sign in to comment.