Skip to content

Commit

Permalink
fixing some styles
Browse files Browse the repository at this point in the history
  • Loading branch information
pflopez committed Oct 22, 2024
1 parent e4207d8 commit 8219e4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
.overview {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 8px;

mat-icon {
Expand All @@ -123,6 +124,7 @@
display: flex;
align-items: center;
gap: 4px;
white-space: nowrap;
color: $color-dark-gray;

&::after {
Expand Down Expand Up @@ -159,6 +161,7 @@
color: $color-standard-blue;
padding-left: 4px;
font-weight: 500;

&:active,
&:visited {
color: $color-standard-blue;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
line-height: 22px;
}

.mat-icon-button {
.help.mat-icon-button {
line-height: 36px;
}

Expand Down

0 comments on commit 8219e4a

Please sign in to comment.