Files
wanderer/assets/js/hooks/Mapper/components/ui-kit/WHEffectView/WHEffectView.module.scss
Dmitry Popov 4136aaad76 Initial commit
2024-09-18 01:55:30 +04:00

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;
}
}