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

58 lines
785 B
CSS

.war-header-container {
width: 920px;
min-height: 168px;
margin: auto;
}
.head-field {
font-size: 22px;
margin-top: 10px;
margin-bottom: 10px;
}
form.tab-control {
padding: 10px;
}
span.tab-control {
margin: 4px 67px;
padding: 4px 16px;
}
.war-header {
border-bottom: thin solid lightgrey;
}
.nav-tabs > li.active > a {
background: #222222;
}
.nav-tabs {
width: 920px;
margin: auto;
clear: both;
border-bottom: 0;
}
.nav-tabs > li > a {
background: #4b4b4b;
}
.nav-tabs > li:not(.active) > a:hover {
background: #afafaf;
color: #f5f5f5;
}
.nav-tabs > li:last-child {
margin-left: 70px;
}
.nav-link {
cursor: pointer !important;
color: #FFF !important;
}
.nav-tabs > li.deactivated > a.nav-link {
cursor: not-allowed !important;
}