2018-10-23 20:55:42 +02:00
|
|
|
@import "mixins";
|
|
|
|
@import "theme";
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Styling for the Gang mechanic UI (BitNode-2)
|
|
|
|
*/
|
|
|
|
|
2021-09-11 18:51:46 +02:00
|
|
|
.gang-container {
|
2021-09-05 01:09:30 +02:00
|
|
|
p,
|
|
|
|
pre {
|
|
|
|
font-size: $defaultFontSize * 0.9375;
|
|
|
|
}
|
|
|
|
|
|
|
|
select {
|
|
|
|
background-color: black;
|
|
|
|
color: white;
|
|
|
|
}
|
2018-10-23 20:55:42 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#gang-management-subpage > p {
|
2021-09-05 01:09:30 +02:00
|
|
|
padding: 4px;
|
2018-10-23 20:55:42 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.gang-member-info-div {
|
2021-09-05 01:09:30 +02:00
|
|
|
background-color: #555;
|
|
|
|
display: inline;
|
|
|
|
float: left;
|
|
|
|
width: 30%;
|
2018-10-23 20:55:42 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Showing owned upgrades in the Equipment Box
|
|
|
|
*/
|
|
|
|
|
|
|
|
.gang-owned-upgrades-div {
|
2021-09-05 01:09:30 +02:00
|
|
|
display: inline-block;
|
|
|
|
margin-left: 6px;
|
|
|
|
width: 75%;
|
2018-10-23 20:55:42 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.gang-owned-upgrade {
|
2021-09-05 01:09:30 +02:00
|
|
|
border: 1px solid white;
|
|
|
|
font-size: 12px;
|
|
|
|
margin: 1px;
|
|
|
|
padding: 1px;
|
2018-10-23 20:55:42 +02:00
|
|
|
}
|