mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-12 18:56:01 +00:00
15 lines
244 B
SCSS
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;
|
|
}
|