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.
33 lines
580 B
33 lines
580 B
@import '~apps/client/src/styles/ghostfolio-style';
|
|
|
|
:host {
|
|
display: block;
|
|
min-height: 100vh;
|
|
|
|
main {
|
|
min-height: 100vh;
|
|
padding-top: 5rem;
|
|
|
|
.create-account-container {
|
|
height: 3.5rem;
|
|
margin-top: -0.5rem;
|
|
|
|
.create-account-box {
|
|
background-color: rgba(0, 0, 0, $alpha-hover);
|
|
border-radius: 2rem;
|
|
cursor: pointer;
|
|
font-size: 80%;
|
|
|
|
a {
|
|
color: rgba(var(--palette-primary-500), 1);
|
|
font-weight: 500;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.footer {
|
|
height: 5rem;
|
|
line-height: 1;
|
|
}
|
|
}
|
|
|