mirror of
https://github.com/gwdevhub/Daybreak.git
synced 2026-07-24 03:56:30 +00:00
27 lines
464 B
CSS
27 lines
464 B
CSS
.stretch-container {
|
|
width: 100%;
|
|
align-items: center;
|
|
}
|
|
|
|
.content {
|
|
height: 100%;
|
|
max-width: 400px;
|
|
width: 100%;
|
|
overflow-y: auto;
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin: 50px 0px 0px 0px;
|
|
}
|
|
|
|
.version-row {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
}
|
|
|
|
.version-row-center {
|
|
cursor: pointer;
|
|
text-align: center;
|
|
align-content: center;
|
|
font-size: var(--font-size-medium);
|
|
} |