2018-07-01 00:02:59 +02:00
|
|
|
span > a {
|
2018-07-01 11:33:03 +02:00
|
|
|
font-weight: 600 !important;
|
2018-07-01 00:02:59 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
mat-expansion-panel {
|
|
|
|
border: 1px solid #7d7d7d;
|
|
|
|
}
|
|
|
|
|
|
|
|
mat-panel-title {
|
|
|
|
font-size: 18px;
|
2018-07-01 11:33:03 +02:00
|
|
|
color: #ffffff;
|
2018-07-01 00:02:59 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2018-07-01 00:02:59 +02:00
|
|
|
.select-list > div:last-child {
|
|
|
|
margin: 20px 0;
|
|
|
|
}
|
|
|
|
|
2018-06-30 22:22:46 +02:00
|
|
|
.top-list-entry {
|
|
|
|
display: flex;
|
2018-07-01 00:02:59 +02:00
|
|
|
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 {
|
2018-07-01 11:33:03 +02:00
|
|
|
color: rgba(255, 255, 255, 0.64);
|
2018-06-30 22:22:46 +02:00
|
|
|
padding: 0 3px;
|
|
|
|
}
|
2018-07-01 00:02:59 +02:00
|
|
|
|
|
|
|
:host /deep/ .mat-expansion-indicator::after {
|
|
|
|
color: rgba(255, 255, 255, 0.64);
|
|
|
|
}
|
|
|
|
|
|
|
|
.select-list > mat-accordion:first-child .mat-expansion-panel {
|
2018-07-01 11:33:03 +02:00
|
|
|
border-radius: 6px 6px 0 0;
|
2018-07-01 00:02:59 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.select-list > mat-accordion:first-child .mat-expansion-panel-header {
|
2018-07-01 11:33:03 +02:00
|
|
|
border-radius: 4px 4px 0 0;
|
2018-07-01 00:02:59 +02:00
|
|
|
}
|
2018-07-06 23:42:50 +02:00
|
|
|
|
|
|
|
.stats-add-btn {
|
|
|
|
background: white;
|
|
|
|
font-weight: 700;
|
|
|
|
color: #3e3e3e;
|
|
|
|
margin: 5px;
|
|
|
|
width: 95%;
|
|
|
|
}
|