2023-08-25 02:33:36 +00:00
|
|
|
.content {
|
|
|
|
padding: 8px;
|
|
|
|
}
|
2024-03-15 18:07:55 +00:00
|
|
|
|
|
|
|
.settings-view {
|
|
|
|
margin: 8px;
|
2024-03-21 12:43:08 +00:00
|
|
|
padding: 4px;
|
2024-03-15 18:07:55 +00:00
|
|
|
background-color: @view_bg_color;
|
|
|
|
}
|
2024-03-21 12:43:08 +00:00
|
|
|
|
|
|
|
.settings-view {
|
|
|
|
padding: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.preference-item > suffixes {
|
|
|
|
margin: 4px;
|
|
|
|
}
|
2024-03-25 12:18:36 +00:00
|
|
|
|
|
|
|
.player-card {
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.player-card___black {
|
|
|
|
background-color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.player-card___white {
|
|
|
|
background-color: white;
|
|
|
|
}
|