2025-02-09 23:51:54 +02:00
|
|
|
table {
|
|
|
|
|
.charlist {
|
|
|
|
|
display: inline-grid;
|
|
|
|
|
grid-template-columns: repeat(3, 1fr);
|
|
|
|
|
gap: 15px;
|
|
|
|
|
|
|
|
|
|
.aqua {
|
|
|
|
|
color: #97c8ff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ventus {
|
|
|
|
|
color: #26ff62;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.terra {
|
|
|
|
|
color: #ff7400;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-10-28 12:40:48 +02:00
|
|
|
|
|
|
|
|
.filters {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
|
|
.row {
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
|
|
div {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 0.5rem;
|
|
|
|
|
flex: 0 1 100px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|