Browse Source

Fix style of active page

pull/2528/head
Thomas 2 years ago
parent
commit
1ab1509085
  1. 6
      apps/client/src/styles.scss

6
apps/client/src/styles.scss

@ -446,6 +446,12 @@ ngx-skeleton-loader {
.mat-mdc-menu-panel {
.mat-mdc-menu-item {
&.font-weight-bold {
.mat-mdc-menu-item-text {
--mat-menu-item-label-text-weight: 700;
}
}
.mdc-list-item__primary-text {
align-items: center;
display: flex;

Loading…
Cancel
Save