mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-08-28 09:16:47 +08:00
22 lines
487 B
CSS
22 lines
487 B
CSS
.screen.talent-pick {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
gap: 1rem;
|
|
width: 100%;
|
|
ul.talent-list {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: calc(0.5rem * var(--ratio));
|
|
li {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
gap: 1rem;
|
|
padding: 0;
|
|
.talent {
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|
|
} |