ghostfolio/apps/client/src/app/app.component.scss
Thomas Kaul abaa6b5f27
Feature/improve create account link in live demo (#1061)
* Improve router link

* Update changelog
2022-07-06 17:49:19 +02:00

33 lines
548 B
SCSS

@import '~apps/client/src/styles/ghostfolio-style';
:host {
display: block;
min-height: 100vh;
main {
min-height: 100vh;
padding-top: 5rem;
.info-message-container {
height: 3.5rem;
margin-top: -0.5rem;
.info-message {
background-color: rgba(0, 0, 0, $alpha-hover);
border-radius: 2rem;
font-size: 80%;
.a {
color: rgba(var(--palette-primary-500), 1);
font-weight: 500;
}
}
}
}
.footer {
height: 5rem;
line-height: 1;
}
}