New table styling added

This commit is contained in:
Lucas Patenaude
2024-04-14 15:47:07 -06:00
parent f6f75075e0
commit 4cf078cca9
5 changed files with 55 additions and 46 deletions

View File

@@ -54,10 +54,12 @@
flex: 1;
}
#league-stats-container .container {
#league-table-and-information-container .container {
margin: 0 10px;
margin-bottom: 20px;
padding: 15px;
background-color: #eaeaea; /* Example background color */
background-color: #ffffff; /* Example background color */
border: 1px solid gray;
border-radius: 8px;

View File

@@ -6,14 +6,14 @@
#standings-table {
width: 100%;
padding: 5px;
padding: 15px;
}
#club-logo {
#table-club-logo {
width: 20px;
margin-right: 5px;
cursor: pointer;
transform: skewX(0deg); /* Skew the banner to create a triangular side */
}
#club-name {

View File

@@ -4,3 +4,7 @@
width: 40%;
/* Add any other styling you need for the top scorers container */
}
#top-scorers-container img {
width: 25px;
}