ghostfolio/apps/client/src/app/app.component.scss

19 lines
211 B
SCSS
Raw Normal View History

2021-04-13 21:53:58 +02:00
:host {
display: block;
main {
padding: 5rem 0;
.create-account-box {
cursor: pointer;
font-size: 90%;
}
}
.footer {
bottom: 0;
height: 5rem;
line-height: 1;
}
}