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

68 lines
1.1 KiB
CSS
Raw Normal View History

span > a {
font-weight: 600 !important;
}
mat-expansion-panel {
border: 1px solid #7d7d7d;
}
mat-panel-title {
font-size: 18px;
color: #ffffff;
}
mat-expansion-panel-header {
height: auto;
padding: 30px 15px;
background-color: #4e4e4e;
}
mat-expansion-panel-header.mat-expansion-panel-header:hover {
background: #222222 !important;
}
mat-expansion-panel-header.mat-expansion-panel-header:focus {
background-color: #4e4e4e;
}
2018-07-05 20:44:12 +02:00
.select-list {
2018-07-05 21:04:43 +02:00
height: 120%;
2018-07-05 20:44:12 +02:00
background: #ececec;
box-shadow: 2px 1px 5px grey;
}
.select-list > div:last-child {
margin: 20px 0;
}
2018-06-30 22:22:46 +02:00
.top-list-entry {
display: flex;
margin: 0 0 6px 0;
2017-08-12 22:27:23 +02:00
}
2017-12-23 10:41:36 +01:00
2018-06-30 22:22:46 +02:00
.top-list-entry > div {
2017-12-23 10:41:36 +01:00
width: 50%;
float: left;
}
2018-06-30 22:22:46 +02:00
.war-interaction-panel {
2018-07-05 20:44:12 +02:00
display: contents;
2018-06-30 22:22:46 +02:00
}
.war-interaction-panel > span {
color: rgba(255, 255, 255, 0.64);
2018-06-30 22:22:46 +02:00
padding: 0 3px;
}
:host /deep/ .mat-expansion-indicator::after {
color: rgba(255, 255, 255, 0.64);
}
.select-list > mat-accordion:first-child .mat-expansion-panel {
border-radius: 6px 6px 0 0;
}
.select-list > mat-accordion:first-child .mat-expansion-panel-header {
border-radius: 4px 4px 0 0;
}