mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-11 02:05:58 +00:00
27 lines
337 B
SCSS
27 lines
337 B
SCSS
.OnTheMapRoot {
|
|
|
|
}
|
|
|
|
.SidebarOnTheMap {
|
|
width: 500px;
|
|
padding: 0 !important;
|
|
|
|
:global {
|
|
.p-sidebar-content {
|
|
padding-left: 0px;
|
|
padding-right: 0px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.SidebarContent {
|
|
display: grid;
|
|
grid-template-rows: auto auto 1fr;
|
|
row-gap: 4px;
|
|
height: 100%;
|
|
}
|
|
|
|
.InfoTextSize {
|
|
font-size: 12px !important;
|
|
}
|