slop
This commit is contained in:
@@ -959,6 +959,26 @@ h3 {
|
||||
border-color: var(--color-text-muted);
|
||||
}
|
||||
|
||||
/* Caret resets to horizontal so it renders upright inside the vertical label. */
|
||||
.tournament-list-round-caret {
|
||||
writing-mode: horizontal-tb;
|
||||
display: inline-block;
|
||||
font-size: 1rem;
|
||||
line-height: 1;
|
||||
transition: transform 0.18s ease;
|
||||
margin-top: 0.4rem;
|
||||
}
|
||||
|
||||
.tournament-list-round-caret.is-collapsed {
|
||||
transform: rotate(-90deg);
|
||||
}
|
||||
|
||||
/* Divider between round columns. */
|
||||
.tournament-list-column:not(:last-child) {
|
||||
border-right: 1px solid var(--color-border);
|
||||
padding-right: 1rem;
|
||||
}
|
||||
|
||||
.bracket-caret {
|
||||
display: inline-block;
|
||||
font-size: 1.35rem;
|
||||
|
||||
Reference in New Issue
Block a user