good
Some checks failed
CI / Backend tests (pull_request) Has been cancelled
CI / Frontend lint (pull_request) Has been cancelled
CI / Frontend unit tests (pull_request) Has been cancelled
CI / Frontend build (pull_request) Has been cancelled
CI / Playwright e2e (pull_request) Has been cancelled
Some checks failed
CI / Backend tests (pull_request) Has been cancelled
CI / Frontend lint (pull_request) Has been cancelled
CI / Frontend unit tests (pull_request) Has been cancelled
CI / Frontend build (pull_request) Has been cancelled
CI / Playwright e2e (pull_request) Has been cancelled
This commit is contained in:
parent
5ac6633d40
commit
617e3ef16d
6 changed files with 147 additions and 95 deletions
|
|
@ -89,15 +89,6 @@ import { A11yModule } from '@angular/cdk/a11y';
|
|||
</div>
|
||||
</dl>
|
||||
|
||||
<p class="account-note">
|
||||
Your towers save with a private recovery token in Settings, then Account. Use it to
|
||||
restore your workspace on another device.
|
||||
</p>
|
||||
|
||||
<p class="choice-note">
|
||||
Start empty if you know what to track, or load sample towers you can edit or delete.
|
||||
</p>
|
||||
|
||||
<div class="actions">
|
||||
<button type="button" (click)="startFresh.emit()">Start empty</button>
|
||||
<button type="button" class="primary" (click)="loadExample.emit()">Load sample towers</button>
|
||||
|
|
@ -240,15 +231,16 @@ import { A11yModule } from '@angular/cdk/a11y';
|
|||
}
|
||||
|
||||
.preview-stack {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
align-content: end;
|
||||
display: flex;
|
||||
flex-flow: row wrap-reverse;
|
||||
align-content: flex-start;
|
||||
gap: 2px;
|
||||
min-height: 86px;
|
||||
margin-top: auto;
|
||||
|
||||
span {
|
||||
display: block;
|
||||
flex: 0 0 calc((100% - 4px) / 3);
|
||||
aspect-ratio: 1;
|
||||
border-radius: 2px;
|
||||
background: var(--block-color);
|
||||
|
|
@ -349,9 +341,7 @@ import { A11yModule } from '@angular/cdk/a11y';
|
|||
line-height: inherit;
|
||||
}
|
||||
|
||||
.basic__text,
|
||||
.account-note,
|
||||
.choice-note {
|
||||
.basic__text {
|
||||
font-family: inherit;
|
||||
font-weight: inherit;
|
||||
color: rgba($text-color, 0.82);
|
||||
|
|
@ -359,16 +349,6 @@ import { A11yModule } from '@angular/cdk/a11y';
|
|||
line-height: inherit;
|
||||
}
|
||||
|
||||
.account-note,
|
||||
.choice-note {
|
||||
max-width: 54ch;
|
||||
margin-inline: auto;
|
||||
}
|
||||
|
||||
.choice-note {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.actions {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue