no tournament started
This commit is contained in:
@@ -209,14 +209,14 @@
|
||||
.champion-section {
|
||||
background: white;
|
||||
border-radius: 0 0 12px 12px;
|
||||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
|
||||
box-shadow: none;
|
||||
padding: 12px;
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: visible;
|
||||
overflow: hidden;
|
||||
min-height: 0;
|
||||
border-top: 1px solid #e9ecef;
|
||||
border: 1px solid #e9ecef;
|
||||
}
|
||||
|
||||
.champion-title {
|
||||
@@ -241,7 +241,7 @@
|
||||
.champion-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;
|
||||
@@ -251,21 +251,12 @@
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
border: 1px solid #e9ecef;
|
||||
border-top: 6px solid;
|
||||
border-top-width: 6px;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.champion-card::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 6px;
|
||||
left: 1px;
|
||||
right: 1px;
|
||||
bottom: 1px;
|
||||
background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
|
||||
pointer-events: none;
|
||||
z-index: 1;
|
||||
border-radius: 0 0 11px 11px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.champion-card:hover {
|
||||
@@ -432,10 +423,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