This repository has been archived on 2022-01-16. You can view files and clone it, but cannot push or open issues or pull requests.
2021-08-21 10:44:53 -05:00
|
|
|
.resource-type-container {
|
|
|
|
display: flex;
|
2021-08-21 12:45:58 -05:00
|
|
|
flex-wrap: wrap;
|
2021-08-20 20:47:02 -05:00
|
|
|
}
|
2021-08-21 10:44:53 -05:00
|
|
|
.resource {
|
2021-08-21 19:02:57 -05:00
|
|
|
min-width: 12em;
|
2021-08-20 20:47:02 -05:00
|
|
|
border: 2px solid black;
|
2021-08-21 12:45:58 -05:00
|
|
|
padding: 0.25em 0.5em;
|
|
|
|
margin: 0 0.5em 0.5em 0;
|
2021-08-20 20:47:02 -05:00
|
|
|
}
|
2021-08-21 19:02:57 -05:00
|
|
|
#resource-container-religion .resource {
|
|
|
|
background-color: #ccf;
|
|
|
|
}
|
|
|
|
#resource-container-consumable .resource {
|
|
|
|
background-color: #cfc;
|
|
|
|
}
|
|
|
|
#resource-container-infrastructure .resource {
|
|
|
|
background-color: #fcc;
|
|
|
|
}
|
|
|
|
#resource-container-passive .resource {
|
|
|
|
background-color: #ffc;
|
|
|
|
}
|