mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
24 lines
322 B
SCSS
24 lines
322 B
SCSS
.staneksgift_row {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.staneksgift_cell {
|
|
width: 25px;
|
|
height: 25px;
|
|
background-color: #808080;
|
|
font-color: white;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
border: 1px solid black;
|
|
float: left;
|
|
}
|
|
|
|
.staneksgift_cell:first-child {
|
|
clear: left;
|
|
}
|
|
|
|
.staneksgift_container {
|
|
position: fixed;
|
|
}
|