Skip to content

Commit

Permalink
fix: Status icon not clearly visible (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
jridderbusch authored Apr 11, 2024
1 parent d7fe4d8 commit ca8c8e1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ MDS feature release for Connector UI and Broker UI

- Improved handling of asset keywords in cards
- EE: Fixed issues around logout page
- Fix status icon for data offers

#### Deployment Migration Notes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
template: `
<mat-icon
*ngIf="onlineStatus"
class="absolute mat-icon-[16px] mt-[26px] ml-[26px]"
class="absolute mat-icon-[24px] mt-[26px] ml-[26px]"
[ngClass]="onlineStatusColor"
>{{ onlineStatusIcon }}</mat-icon
>
Expand Down
7 changes: 7 additions & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,13 @@ body {
line-height: 22px !important;
}

.mat-icon-\[24px\] {
font-size: 24px !important;
width: 24px !important;
height: 24px !important;
line-height: 24px !important;
}

.mat-icon-\[28px\] {
margin-top: 8px;
font-size: 28px !important;
Expand Down

0 comments on commit ca8c8e1

Please sign in to comment.