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

80 lines
1.1 KiB
SCSS
Raw Normal View History

.war-header-container {
width: 920px;
min-height: 165px;
padding-top: 12px;
margin: auto;
2017-10-07 09:38:02 +02:00
}
.head-field {
font-size: 22px;
margin-top: 10px;
margin-bottom: 10px;
}
2018-04-02 11:20:04 +02:00
form.tab-control {
padding: 10px;
}
span.tab-control {
2019-02-07 21:05:58 +01:00
margin: 4px 30px 4px 55px;
2018-04-02 11:20:04 +02:00
padding: 4px 16px;
}
2019-02-17 11:38:44 +01:00
:host /deep/ .mat-icon-stats-performance g {
2019-02-07 21:05:58 +01:00
stroke: #666666;
}
.nav-tabs {
2019-02-07 21:05:58 +01:00
width: 1000px;
2018-02-26 08:36:46 +01:00
margin: auto;
clear: both;
border-bottom: 0;
2017-07-08 21:56:11 +02:00
2019-02-17 12:17:28 +01:00
mat-icon {
color: #666666;
height: 26px;
width: 26px;
display: inline-block;
vertical-align: middle;
}
2019-02-17 12:17:28 +01:00
> li {
> a {
background: #e7e7e7;
border: 1px solid #dadada;
}
}
> li.active {
position: relative;
top: 1px;
z-index: 10;
> a {
background: #ffffff;
border-bottom: none;
}
}
> li:not(.active) > a:hover {
background: #afafaf;
}
> li.deactivated > a.nav-link {
cursor: not-allowed !important;
}
2019-02-17 12:17:28 +01:00
> li:last-child {
margin-left: 65px;
}
}
2019-02-17 12:17:28 +01:00
.nav-tab-hidden {
visibility: hidden;
2018-04-02 11:20:04 +02:00
}
.nav-link {
cursor: pointer !important;
color: #666666 !important;
2017-11-03 12:51:58 +01:00
}