Skip to content

Commit

Permalink
feat: Expense card section (small screens) (#3323)
Browse files Browse the repository at this point in the history
  • Loading branch information
SahilK-027 authored Dec 10, 2024
1 parent cb5be41 commit 3bb9dbf
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@
}

&--category-icon-container {
max-width: 170px;
width: 100%;
}

Expand All @@ -195,22 +194,23 @@
overflow: hidden;
text-overflow: ellipsis;
max-width: 164px;
padding-right: 4px;
}

&--icons {
display: flex;
align-items: center;
padding-right: 4px;
gap: 4px;

&__policy-violated-icon {
margin-left: 4px;
width: 16px;
height: 16px;
color: $red;
font-size: 16px;
}

&__split-icon {
margin-left: 4px;
width: 16px;
height: 16px;
color: $brand-primary-light;
Expand All @@ -219,7 +219,6 @@
&__duplicate-icon {
width: 16px;
height: 16px;
margin-left: 4px;
color: $dark-yellow;
}
}
Expand Down

0 comments on commit 3bb9dbf

Please sign in to comment.