mirror of
https://github.com/gwdevhub/Daybreak.git
synced 2026-07-21 18:19:46 +00:00
17 lines
281 B
CSS
17 lines
281 B
CSS
.content {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 100%;
|
|
align-items: center;
|
|
margin: 40% 0px 0px 0px;
|
|
}
|
|
|
|
.message {
|
|
font-size: var(--font-size-medium);
|
|
}
|
|
|
|
::deep .button-group * {
|
|
font-size: var(--font-size-medium) !important;
|
|
}
|