Browse Source

Clean up style

pull/439/head
Thomas 4 years ago
parent
commit
c2aea9c701
  1. 10
      apps/client/src/app/pages/account/create-or-update-access-dialog/create-or-update-access-dialog.scss

10
apps/client/src/app/pages/account/create-or-update-access-dialog/create-or-update-access-dialog.scss

@ -5,13 +5,3 @@
max-height: unset;
}
}
:host-context(.is-dark-theme) {
.mat-dialog-content {
.mat-datepicker-input {
&.mat-input-element:disabled {
color: var(--light-primary-text);
}
}
}
}

Loading…
Cancel
Save