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

42 lines
584 B
CSS
Raw Normal View History

.war-header-container {
width: 920px;
min-height: 205px;
margin: auto;
2017-10-07 09:38:02 +02:00
}
.head-field {
font-size: 24px;
margin-top: 10px;
margin-bottom: 10px;
}
.war-header {
border-bottom: thin solid lightgrey;
2017-07-08 21:56:11 +02:00
}
.nav-tabs > li.active > a {
2017-07-08 21:56:11 +02:00
background: #222222;
}
.nav-tabs {
border-bottom: 0;
2017-07-08 21:56:11 +02:00
}
.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;
2017-11-03 12:51:58 +01:00
}
2017-11-13 14:00:59 +01:00
2017-11-13 15:45:12 +01:00
.nav-tabs > li.deactivated > a.nav-link {
cursor: not-allowed !important;
2017-11-13 14:00:59 +01:00
}