mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-11 18:26:04 +00:00
16 lines
202 B
SCSS
16 lines
202 B
SCSS
.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;
|
|
}
|