2022-12-24 17:26:43 +03:00
|
|
|
.status-deck header h1 {
|
|
|
|
grid-column: 1 / 3;
|
|
|
|
}
|
|
|
|
.status-deck header {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
.status-deck header h1 {
|
|
|
|
min-width: 0;
|
|
|
|
flex-grow: 1;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-deck header.inview h1 {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hero-heading {
|
|
|
|
font-size: 16px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2022-12-29 06:47:10 +03:00
|
|
|
.hero-heading .icon {
|
|
|
|
vertical-align: middle;
|
|
|
|
color: var(--text-insignificant-color);
|
|
|
|
}
|
2022-12-24 17:26:43 +03:00
|
|
|
.hero-heading .insignificant {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
2023-01-10 05:44:16 +03:00
|
|
|
|
|
|
|
.ancestors-indicator {
|
|
|
|
font-size: 70% !important;
|
|
|
|
}
|
|
|
|
.ancestors-indicator[hidden] {
|
|
|
|
opacity: 0;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|