wip
This commit is contained in:
@@ -184,3 +184,16 @@ h1.align-center {
|
||||
text-overflow: ellipsis;
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
.no-games-message {
|
||||
grid-column: 1 / -1;
|
||||
text-align: center;
|
||||
color: #8892b0;
|
||||
font-size: 18px;
|
||||
padding: 40px 20px;
|
||||
margin: 20px 0;
|
||||
background: linear-gradient(to bottom, rgba(0, 9, 56, 0.3), rgba(0, 9, 56, 0.1));
|
||||
border: 1px solid #444;
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user