New table styling added
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -4,3 +4,7 @@
|
||||
width: 40%;
|
||||
/* Add any other styling you need for the top scorers container */
|
||||
}
|
||||
|
||||
#top-scorers-container img {
|
||||
width: 25px;
|
||||
}
|
||||
Reference in New Issue
Block a user