bitburner-src/css/characteroverview.scss

13 lines
172 B
SCSS
Raw Normal View History

2018-11-01 13:18:32 -05:00
@import "mixins";
@import "theme";
/**
2019-03-24 20:03:24 -07:00
* Styling for the Character Overview Panel (top-right panel)
2018-11-01 13:18:32 -05:00
*/
2021-09-16 17:30:47 -04:00
#character-overview {
2021-09-11 12:28:31 -04:00
position: fixed;
top: 0;
right: 0;
2018-11-01 13:18:32 -05:00
}