mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
20 lines
381 B
SCSS
20 lines
381 B
SCSS
/* 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 {
|
|
a {
|
|
display: block;
|
|
width: 46%;
|
|
}
|
|
|
|
button {
|
|
display: inline-block;
|
|
width: 46%;
|
|
}
|
|
}
|