mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-12 02:35:42 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user