foam gun, mods: overcharge, supersaturate, many background adjustments

This commit is contained in:
landgreen
2019-12-15 07:43:34 -08:00
committed by GitHub
parent 320f0ef28c
commit 66479c9b82
8 changed files with 216 additions and 207 deletions

View File

@@ -61,7 +61,7 @@ summary {
}
#build-grid {
padding: 10px;
padding: 16px;
margin: 0px;
border: 0px;
/* border-radius: 8px; */
@@ -70,9 +70,9 @@ summary {
display: none;
/* display: grid; */
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
grid-template-columns: repeat(auto-fit, minmax(305px, 1fr));
grid-auto-rows: minmax(auto, auto);
grid-gap: 15px;
grid-gap: 16px;
position: relative;
bottom: 0px;
@@ -83,14 +83,19 @@ summary {
.build-grid-module {
/* box-shadow: 0px 1px 4px #234; */
padding: 7px;
padding: 10px;
/* margin: 4px; */
line-height: 150%;
line-height: 170%;
border-radius: 6px;
background: #fff;
font-size: 0.65em;
/* display: flex; */
}
.grid-title {
padding-bottom: 6px;
font-size:1.3em;
font-weight: 600;
}
.build-grid-module:hover {
background-color: #efeff5;
@@ -321,11 +326,11 @@ em {
}
.circle-grid {
width: 20px;
height: 20px;
width: 23px;
height: 23px;
border-radius: 50%;
display: inline-block;
margin-bottom: -4px;
margin-bottom: -5px;
}
.field {