You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
1014 B
71 lines
1014 B
.resource-icon { |
|
max-height: 1.5em; |
|
display: inline; |
|
} |
|
|
|
.building-icon { |
|
max-height: 3em; |
|
padding-right: 1em; |
|
} |
|
|
|
.card { |
|
margin-bottom: 2em; |
|
} |
|
|
|
.progress { |
|
margin-top: 1em; |
|
} |
|
|
|
.icon-level-container { |
|
position: relative; |
|
text-align: center; |
|
} |
|
|
|
.level-marker { |
|
position: absolute; |
|
top: 4px; |
|
right: 10px; |
|
font-size: 2.5em; |
|
-webkit-text-fill-color: gold; |
|
font-family: Arial, serif; |
|
text-shadow: -1px -1px 2px black; |
|
} |
|
|
|
.form-control-sandbox { |
|
display: inline-block; |
|
width: 90px; |
|
} |
|
|
|
#mapwrapper { |
|
text-align: center; |
|
overflow: auto; |
|
height: 60vh; |
|
overflow-scrolling: auto; |
|
} |
|
|
|
.tile { |
|
background-image: url('../img/tiles/grass.png'); |
|
} |
|
|
|
.tile:hover { |
|
opacity: 70%; |
|
} |
|
|
|
.tilebutton { |
|
height: 40px; |
|
width: 35px; |
|
margin: 0.5em; |
|
} |
|
|
|
.deco-button { |
|
background-image: url('../img/tiles/clear_hexagon.png'); |
|
background-size: 100% 100%; |
|
} |
|
|
|
.deco-button { |
|
padding: 3px; |
|
} |
|
|
|
#mapwrapper.card-body { |
|
padding: 0; |
|
}
|
|
|