Skip to content

Commit

Permalink
Small CSS refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanadrianmarc authored Nov 27, 2024
1 parent c2b6e28 commit 6e44d0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/assets/stylesheets/ppd.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
$lr-logo-grey: #a7a5a6;

@media (min-width: 641px) {
.lr main {
font-size: 16px;
Expand Down Expand Up @@ -168,7 +170,7 @@
}

.transaction-category {
background-color: lighten( #a7a5a6, 20% );
background-color: lighten( $lr-logo-grey, 20% );
padding: 3px;
border-radius: 3px;
}
Expand Down

0 comments on commit 6e44d0e

Please sign in to comment.