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

16 lines
207 B
CSS
Raw Normal View History

.search-bar {
padding-top: 20px;
padding-bottom: 20px;
}
.rank-list {
width: 100%;
}
2017-08-12 22:27:23 +02:00
:host /deep/ .card-header {
background-color: slategray;
padding: 15px;
color: white;
font-weight: 600;
}