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

15 lines
244 B
SCSS

.InfoDrawerRoot {
border-left: 1px solid rgb(115, 120, 128);
&.RightSide {
border-left: initial;
border-right: 2px solid rgb(115, 120, 128);
}
}
.InfoDrawerLabel {
font-size: 11px;
line-height: 12px;
margin-bottom: 1px;
}