|
|
|
@ -547,12 +547,12 @@ h-margin { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.left-label { |
|
|
|
.left-label { |
|
|
|
align-self: flex-start; |
|
|
|
/* align-self: flex-start; */ |
|
|
|
/* Aligns the left label to the top */ |
|
|
|
/* Aligns the left label to the top */ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.right-label { |
|
|
|
.right-label { |
|
|
|
align-self: flex-end; |
|
|
|
/* align-self: flex-end; */ |
|
|
|
/* Aligns the right label to the bottom */ |
|
|
|
/* Aligns the right label to the bottom */ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@ -1062,32 +1062,32 @@ h-margin { |
|
|
|
text-decoration: line-through; |
|
|
|
text-decoration: line-through; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.status-container { |
|
|
|
.match-status-container { |
|
|
|
margin: 0 -20px -20px -20px; /* Negative margin to counter the bubble padding, including bottom */ |
|
|
|
|
|
|
|
padding: 10px 20px 20px 20px; /* Add padding back to maintain text alignment, including bottom */ |
|
|
|
|
|
|
|
border-radius: 0 0 24px 24px; /* Match the bubble's bottom corners */ |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.status-container-bracket { |
|
|
|
|
|
|
|
margin: 0px -20px -20px -20px; /* Negative margin to counter the bubble padding, including bottom */ |
|
|
|
|
|
|
|
padding: 10px 20px 10px 20px; /* Add padding back to maintain text alignment, including bottom */ |
|
|
|
|
|
|
|
border-radius: 0 0 24px 24px; /* Match the bubble's bottom corners */ |
|
|
|
|
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
height: 100%; |
|
|
|
|
|
|
|
margin-left: -20px; |
|
|
|
|
|
|
|
margin-right: -20px; |
|
|
|
|
|
|
|
padding-left: 20px; |
|
|
|
|
|
|
|
padding-right: 20px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.status-container-bracket-header { |
|
|
|
.match-status-container-header { |
|
|
|
height: 24px; |
|
|
|
margin-top: -20px; |
|
|
|
|
|
|
|
height: 40px; |
|
|
|
text-align: left; |
|
|
|
text-align: left; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.status-container-bracket-header-bottom { |
|
|
|
.match-status-container-header-bottom { |
|
|
|
height: 24px; |
|
|
|
margin-bottom: -20px; |
|
|
|
|
|
|
|
height: 40px; |
|
|
|
text-align: left; |
|
|
|
text-align: left; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.status-container-bracket.running, |
|
|
|
.match-status-container.running, |
|
|
|
.status-container.running { |
|
|
|
.status-container.running { |
|
|
|
background-color: #90ee90; /* Light green color */ |
|
|
|
background-color: #90ee90; |
|
|
|
|
|
|
|
border-radius: 0 0 24px 24px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.overlay-text { |
|
|
|
.overlay-text { |
|
|
|
|