MojoFrontend/styles/players.css

26 lines
354 B
CSS
Raw Normal View History

2022-05-03 11:19:25 +00:00
#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 {
2022-05-03 10:26:36 +00:00
display: flex;
flex-direction: row;
justify-content: space-between;
2022-05-03 11:19:25 +00:00
width: 15%;
}
.zebra {
background-color: #eee;
2022-05-03 10:26:36 +00:00
}