opt-cc/static/src/app/statistic/war/war-list/war-list.component.css

19 lines
227 B
CSS
Raw Normal View History

2018-06-30 22:22:46 +02:00
.top-list-entry {
display: flex;
margin: 6px 0;
2017-08-12 22:27:23 +02:00
}
2017-12-23 10:41:36 +01:00
2018-06-30 22:22:46 +02:00
.top-list-entry > div {
2017-12-23 10:41:36 +01:00
width: 50%;
float: left;
}
2018-06-30 22:22:46 +02:00
.war-interaction-panel {
display: block;
}
.war-interaction-panel > span {
color: #4b4b4b;
padding: 0 3px;
}