bitburner-src/css/characteroverview.scss

13 lines
172 B
SCSS
Raw Normal View History

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