mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
29 lines
432 B
SCSS
29 lines
432 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: 0px;
|
||
|
padding: 2px;
|
||
|
}
|
||
|
|
||
|
.resleeve-aug-selector {
|
||
|
font-size: $defaultFontSize * 0.8125;
|
||
|
|
||
|
option {
|
||
|
font-size: $defaultFontSize * 0.8125;
|
||
|
}
|
||
|
}
|