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

34 lines
581 B
SCSS
Raw Normal View History

@import '~apps/client/src/styles/ghostfolio-style';
2021-04-13 21:53:58 +02:00
:host {
display: block;
min-height: 100vh;
2021-04-13 21:53:58 +02:00
main {
min-height: 100vh;
padding-top: 5rem;
.create-account-container {
height: 2.5rem;
margin-top: -0.5rem;
.create-account-box {
background-color: rgba(0, 0, 0, $alpha-hover);
border-radius: 2rem;
cursor: pointer;
font-size: 80%;
2021-04-13 21:53:58 +02:00
a {
color: rgba(var(--palette-primary-500), 1);
font-weight: bold;
}
}
2021-04-13 21:53:58 +02:00
}
}
.footer {
height: 5rem;
line-height: 1;
}
}