bitburner-src/css/sleeves.scss

31 lines
372 B
SCSS
Raw Normal View History

2019-01-10 09:20:04 +01:00
/**
* Styling for the Sleeves Management page
*/
@import "theme";
#sleeves-container {
position: fixed;
padding: 6px;
}
.sleeve-elem {
2021-09-05 01:09:30 +02:00
border: 1px solid white;
margin: 4px;
display: block;
}
.sleeves-page-info {
2021-09-05 01:09:30 +02:00
display: "block";
width: 75%;
}
.sleeve-panel {
2021-09-05 01:09:30 +02:00
display: inline-block;
margin: 0;
padding: 2px;
2021-09-05 01:09:30 +02:00
select {
display: block;
}
2019-01-10 09:20:04 +01:00
}