mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
13 lines
172 B
SCSS
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;
|
|
}
|