no tournament started
This commit is contained in:
@@ -220,8 +220,8 @@
|
||||
flex-direction: column;
|
||||
overflow: visible;
|
||||
min-height: 0;
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
||||
border-top: 1px solid #e9ecef;
|
||||
box-shadow: none;
|
||||
border: 1px solid #e9ecef;
|
||||
}
|
||||
|
||||
.podium-title {
|
||||
@@ -245,7 +245,7 @@
|
||||
.podium-card {
|
||||
background: white;
|
||||
border-radius: 12px;
|
||||
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
|
||||
box-shadow: none;
|
||||
padding: 12px 12px 18px 12px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -254,7 +254,6 @@
|
||||
transition: all 0.3s ease;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
border-top: 6px solid;
|
||||
border: 1px solid #e9ecef;
|
||||
border-top-width: 6px;
|
||||
justify-content: flex-end;
|
||||
@@ -274,7 +273,7 @@
|
||||
}
|
||||
|
||||
.podium-card:hover {
|
||||
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.podium-card.rank-1 {
|
||||
@@ -394,10 +393,11 @@
|
||||
.right-column {
|
||||
background: white;
|
||||
border-radius: 12px;
|
||||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
|
||||
box-shadow: none;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
border: 1px solid #e9ecef;
|
||||
}
|
||||
|
||||
.table-header {
|
||||
|
||||
Reference in New Issue
Block a user