This commit is contained in:
Olivier Gagnon
2021-09-09 22:57:37 -04:00
parent 7f1d39a298
commit cb31954b08
14 changed files with 221 additions and 146 deletions

37
dist/engineStyle.css vendored
View File

@@ -3130,12 +3130,15 @@ input[type="checkbox"] {
/* COLORS */
/* Attributes */
#bladeburner-container a,
#bladeburner-container div,
#bladeburner-container p,
#bladeburner-container pre,
#bladeburner-container td {
font-size: 13px; }
#bladeburner-container {
position: fixed;
padding: 6px; }
#bladeburner-container a,
#bladeburner-container div,
#bladeburner-container p,
#bladeburner-container pre,
#bladeburner-container td {
font-size: 13px; }
.bladeburner-action {
border: 1px solid #fff;
@@ -3280,12 +3283,14 @@ input[type="checkbox"] {
*/
/* COLORS */
/* Attributes */
.sleeve-container {
#sleeves-container {
position: fixed;
padding: 6px; }
.sleeve-elem {
border: 1px solid white;
margin: 4px;
width: 75%; }
.sleeve-container p {
font-size: 14px; }
display: block; }
.sleeves-page-info {
display: "block";
@@ -3303,11 +3308,15 @@ input[type="checkbox"] {
*/
/* COLORS */
/* Attributes */
.resleeve-container {
#resleeve-container {
position: fixed;
padding: 6px; }
.resleeve-elem {
border: 1px solid white;
margin: 4px;
width: 75%; }
.resleeve-container p {
.resleeve-elem p {
font-size: 13px; }
.resleeve-panel {
@@ -6285,5 +6294,9 @@ html {
50% {
color: #adff2f; } }
#corporation-container {
position: fixed;
padding: 6px; }
/*# sourceMappingURL=engineStyle.css.map*/