mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-11 18:26:04 +00:00
20 lines
259 B
SCSS
20 lines
259 B
SCSS
.WHEffectViewRoot {
|
|
|
|
}
|
|
|
|
.WHEffectViewContent {
|
|
display: grid;
|
|
grid-template-columns: 1fr auto;
|
|
align-items: center;
|
|
row-gap: 4px;
|
|
column-gap: 12px;
|
|
|
|
& > span {
|
|
line-height: initial;
|
|
}
|
|
|
|
& > span:nth-child(2n) {
|
|
justify-self: end;
|
|
}
|
|
}
|