ghostfolio/apps/client/src/app/pages/account/account-page.scss

22 lines
320 B
SCSS
Raw Normal View History

2021-04-13 21:53:58 +02:00
:host {
color: rgb(var(--dark-primary-text));
display: block;
.hint-text {
font-size: 90%;
line-height: 1.2;
}
2021-04-13 21:53:58 +02:00
.mat-form-field {
::ng-deep {
.mat-form-field-wrapper {
padding-bottom: 0;
}
}
}
}
:host-context(.is-dark-theme) {
color: rgb(var(--light-primary-text));
}