bitburner-src/css/characteroverview.scss
2021-09-16 18:10:28 -04:00

13 lines
172 B
SCSS

@import "mixins";
@import "theme";
/**
* Styling for the Character Overview Panel (top-right panel)
*/
#character-overview {
position: fixed;
top: 0;
right: 0;
}