mirror of
https://github.com/SpikeHD/MojoFrontend.git
synced 2024-11-16 15:31:11 +00:00
26 lines
354 B
CSS
26 lines
354 B
CSS
#playerList {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 50%;
|
|
margin: auto;
|
|
}
|
|
|
|
.playerSection {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
|
|
padding: 6px;
|
|
}
|
|
|
|
.buttons {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
width: 15%;
|
|
}
|
|
|
|
.zebra {
|
|
background-color: #eee;
|
|
} |