Skip to content

Commit

Permalink
[VAS] remove portal underline (#1570)
Browse files Browse the repository at this point in the history
  • Loading branch information
laedanrex authored Dec 7, 2023
1 parent f51e19b commit b9c809d
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ mat-card {
cursor: pointer;
box-shadow: none!important;
background-color: transparent;

a {
text-decoration: none;
}
}

mat-card > img, .appIcon {
Expand Down Expand Up @@ -41,4 +45,4 @@ mat-card-subtitle {

.appIcon i {
font-size: 10vw;
}
}

0 comments on commit b9c809d

Please sign in to comment.