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

42 lines
584 B
CSS

.war-header-container {
width: 920px;
min-height: 168px;
margin: auto;
}
.head-field {
font-size: 22px;
margin-top: 10px;
margin-bottom: 10px;
}
.war-header {
border-bottom: thin solid lightgrey;
}
.nav-tabs > li.active > a {
background: #222222;
}
.nav-tabs {
border-bottom: 0;
}
.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;
}
.nav-tabs > li.deactivated > a.nav-link {
cursor: not-allowed !important;
}