mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-11 18:26:04 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
.RoutesGrid {
|
||||
display: grid;
|
||||
grid-template-columns: auto auto 1fr;
|
||||
align-items: center;
|
||||
|
||||
column-gap: 3px;
|
||||
row-gap: 2px;
|
||||
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.RemoveBtn {
|
||||
font-size: 9px;
|
||||
opacity: 0.3;
|
||||
}
|
||||
Reference in New Issue
Block a user