Files
Daybreak/Daybreak.Core/Views/LauncherOnboardingView.razor.css
T

35 lines
570 B
CSS

.container {
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-content: center;
align-items: center;
color: var(--neutral-foreground-rest);
}
.backdrop-panel {
padding: 20px;
width: 100%;
max-width: 500px;
}
h3 {
font-size: var(--font-size-large);
justify-self: center;
}
p {
font-size: var(--font-size-medium);
}
.button-group {
display: flex;
width: 100%;
height: 100%;
align-items: center;
align-content: center;
justify-content: center;
column-gap: 30%;
}