opt-cc/static/src/app/statistic/war-detail-header/war-detail-header.component...

34 lines
470 B
CSS

.war-header-container {
width: 920px;
min-height: 205px;
margin: auto;
}
.head-field {
font-size: 24px;
margin-top: 10px;
margin-bottom: 10px;
}
.war-header {
border-bottom: thin solid lightgrey;
}
.nav-tabs > li.active > a {
background: #222222;
}
.nav-tabs > li > a {
background: #4b4b4b;
}
.nav-tabs > li:not(.active) > a:hover {
background: #afafaf;
color: #f5f5f5;
}
.nav-link {
cursor: pointer !important;
color: #FFF !important;
}