|
|
|
|
@ -255,19 +255,3 @@ |
|
|
|
|
.match-result.broadcast-mode { |
|
|
|
|
padding: 0px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.round-footer { |
|
|
|
|
width: 100%; |
|
|
|
|
text-decoration: underline; /* Ensures the link is underlined */ |
|
|
|
|
padding: 20px; |
|
|
|
|
margin: 0 auto; |
|
|
|
|
text-align: center; |
|
|
|
|
background-color: #f5f5f5; |
|
|
|
|
border-radius: 5px; |
|
|
|
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); |
|
|
|
|
transition: background-color 0.3s ease; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.round-footer:hover { |
|
|
|
|
background-color: #e8e8e8; |
|
|
|
|
} |
|
|
|
|
|