mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
29 lines
426 B
SCSS
29 lines
426 B
SCSS
/**
|
|
* Styling for the Re-Sleeving Page
|
|
*/
|
|
@import "theme";
|
|
|
|
.resleeve-container {
|
|
border: 1px solid white;
|
|
margin: 4px;
|
|
width: 75%;
|
|
|
|
p {
|
|
font-size: $defaultFontSize * 0.8125;
|
|
}
|
|
}
|
|
|
|
.resleeve-panel {
|
|
display: inline-block;
|
|
margin: 0;
|
|
padding: 2px;
|
|
}
|
|
|
|
.resleeve-aug-selector {
|
|
font-size: $defaultFontSize * 0.8125;
|
|
|
|
option {
|
|
font-size: $defaultFontSize * 0.8125;
|
|
}
|
|
}
|