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.

44 lines
776 B

@import 'apps/client/src/styles/ghostfolio-style';
4 years ago
:host {
display: block;
min-height: 100vh;
4 years ago
main {
min-height: 100vh;
padding-top: 5rem;
.info-message-container {
height: 3.5rem;
margin-top: -0.5rem;
.info-message {
background-color: rgba(var(--palette-foreground-text), 0.05);
border-radius: 2rem;
font-size: 80%;
max-width: 100%;
4 years ago
.a {
color: rgba(var(--palette-primary-500), 1);
font-weight: 500;
}
}
4 years ago
}
}
.footer {
height: 5rem;
line-height: 1;
}
}
:host-context(.is-dark-theme) {
main {
.info-message-container {
.info-message {
background-color: rgba(var(--palette-foreground-text-dark), 0.05);
}
}
}
}