mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-23 08:03:48 +01:00
10 lines
137 B
SCSS
10 lines
137 B
SCSS
|
/**
|
||
|
* Styling for the Sleeves Management page
|
||
|
*/
|
||
|
@import "theme";
|
||
|
|
||
|
.sleeve-container {
|
||
|
border: 1px solid white;
|
||
|
margin: 4px;
|
||
|
}
|