mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
465 B
32 lines
465 B
:host {
|
|
color: rgb(var(--dark-primary-text));
|
|
display: block;
|
|
|
|
gf-access-table {
|
|
overflow-x: auto;
|
|
}
|
|
|
|
.fab-container {
|
|
position: fixed;
|
|
right: 2rem;
|
|
bottom: 2rem;
|
|
z-index: 999;
|
|
}
|
|
|
|
.hint-text {
|
|
font-size: 90%;
|
|
line-height: 1.2;
|
|
}
|
|
|
|
.mat-form-field {
|
|
::ng-deep {
|
|
.mat-form-field-wrapper {
|
|
padding-bottom: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
:host-context(.is-dark-theme) {
|
|
color: rgb(var(--light-primary-text));
|
|
}
|
|
|