2022-09-01 14:57:14 +00:00
|
|
|
.title {
|
|
|
|
font-size: 52px;
|
|
|
|
margin: 0;
|
2022-08-31 22:49:59 +00:00
|
|
|
width: 0;
|
|
|
|
flex-grow: 1;
|
|
|
|
flex-shrink: 1;
|
|
|
|
overflow: hidden;
|
2022-09-01 14:57:14 +00:00
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
2022-08-11 17:19:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.table {
|
2022-09-01 14:57:14 +00:00
|
|
|
margin-top: 48px;
|
2022-08-11 17:19:12 +00:00
|
|
|
font-size: 32px;
|
|
|
|
}
|
|
|
|
|
2022-08-11 17:42:29 +00:00
|
|
|
.badges {
|
|
|
|
font-size: 28px;
|
2022-09-01 14:57:14 +00:00
|
|
|
flex-shrink: 0;
|
|
|
|
flex-grow: 0;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
align-items: baseline;
|
|
|
|
justify-content: flex-end;
|
2022-08-11 17:42:29 +00:00
|
|
|
|
|
|
|
::ng-deep .badge {
|
|
|
|
margin-left: 0.5em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-08-11 17:19:12 +00:00
|
|
|
.map-col {
|
|
|
|
flex-grow: 0;
|
|
|
|
flex-shrink: 0;
|
|
|
|
width: 470px;
|
2022-09-01 14:57:14 +00:00
|
|
|
height: 390px;
|
2022-08-11 17:19:12 +00:00
|
|
|
min-width: 470px;
|
2022-09-01 14:57:14 +00:00
|
|
|
min-height: 390px;
|
|
|
|
max-height: 390px;
|
2022-08-11 17:19:12 +00:00
|
|
|
padding: 0;
|
|
|
|
background: #181b2d;
|
|
|
|
overflow: hidden;
|
2022-09-01 14:57:14 +00:00
|
|
|
margin-top: 18px;
|
2022-08-11 17:19:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.row {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
2022-08-11 17:42:29 +00:00
|
|
|
.full-width-row {
|
|
|
|
padding-left: 15px;
|
2022-08-31 22:49:59 +00:00
|
|
|
flex-wrap: nowrap;
|
2022-08-11 17:42:29 +00:00
|
|
|
}
|
|
|
|
|
2022-08-11 17:19:12 +00:00
|
|
|
::ng-deep .symbol {
|
|
|
|
font-size: 24px;
|
|
|
|
}
|