bitburner-src/css/gameoptions.scss

20 lines
357 B
SCSS
Raw Normal View History

/* Styling for the game options/settings
*
* Styling for the actual Game Options popup box can be found in popupboxes.scss
* This stylesheet is for everything inside the Game Options pop-up box
*/
@import "theme";
#game-options-right-panel {
2021-09-05 01:09:30 +02:00
a {
display: block;
width: 46%;
}
2021-09-05 01:09:30 +02:00
button {
display: inline-block;
width: 46%;
}
}