Padel-Tournaments-System/frontend/drabinka/css/round.css
Lewy ea49087683 feat(data): dodano zmockowane dane to drabinki
style: dostosowano core drabinki, parametry i właściwości
2022-05-31 00:10:10 +02:00

23 lines
303 B
CSS

.round {
display: flex;
flex-direction: column;
justify-content: center;
width: 250px;
list-style: none;
padding: 0;
}
.round .spacer {
flex-grow: 1;
}
.round .spacer:first-child,
.round .spacer:last-child {
flex-grow: .5;
}
.round .game-spacer {
flex-grow: 1;
}