bitburner-src/css/resleeving.scss

29 lines
396 B
SCSS
Raw Normal View History

2021-04-30 05:59:43 +02:00
/**
* Styling for the Re-Sleeving Page
*/
@import "theme";
.resleeve-container {
2021-09-05 01:09:30 +02:00
border: 1px solid white;
margin: 4px;
width: 75%;
2021-09-05 01:09:30 +02:00
p {
font-size: $defaultFontSize * 0.8125;
}
}
.resleeve-panel {
2021-09-05 01:09:30 +02:00
display: inline-block;
margin: 0;
padding: 2px;
}
.resleeve-aug-selector {
2021-09-05 01:09:30 +02:00
font-size: $defaultFontSize * 0.8125;
2021-09-05 01:09:30 +02:00
option {
font-size: $defaultFontSize * 0.8125;
}
}