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

15 lines
240 B
CSS
Raw Normal View History

2017-08-12 22:27:23 +02:00
:host /deep/ .card-header {
2017-09-14 11:37:15 +02:00
background-color: rgba(34, 34, 34, 0.80);
2017-09-12 15:02:35 +02:00
cursor: pointer;
2017-08-12 22:27:23 +02:00
padding: 15px;
color: white;
font-weight: 600;
}
2017-12-23 10:41:36 +01:00
.top-list-entry {
margin-top: -16px;
margin-bottom: 10px;
width: 50%;
float: left;
}