mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-08-19 18:43:53 +08:00
22 lines
466 B
CSS
22 lines
466 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: 0.5rem;
|
|
li {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
gap: 1rem;
|
|
padding: 0;
|
|
.talent {
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|
|
} |