Browse Source

Improve text decoration style

pull/227/head
Thomas 5 years ago
parent
commit
c83e85ddf3
  1. 2
      apps/client/src/app/components/header/header.component.scss

2
apps/client/src/app/components/header/header.component.scss

@ -14,6 +14,8 @@
.mat-flat-button {
&:not(.mat-primary) {
background-color: transparent;
text-decoration-color: rgba(var(--palette-primary-500), 1) !important;
text-underline-offset: 0.25rem;
}
ion-icon {

Loading…
Cancel
Save