mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 10:01:23 +01:00
Merge branch 'master' of https://github.com/Azgaar/Fantasy-Map-Generator into dev-economics
This commit is contained in:
commit
7dc71a5616
33 changed files with 5797 additions and 2941 deletions
12
index.css
12
index.css
|
|
@ -239,7 +239,6 @@ i.icon-lock {
|
|||
#labels {
|
||||
text-anchor: start;
|
||||
dominant-baseline: central;
|
||||
text-shadow: 0 0 4px white;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
|
@ -285,6 +284,12 @@ i.icon-lock {
|
|||
animation: dash 80s linear backwards;
|
||||
}
|
||||
|
||||
.arrow {
|
||||
marker-end: url(#end-arrow-small);
|
||||
stroke: #555;
|
||||
stroke-width: 0.5;
|
||||
}
|
||||
|
||||
@keyframes dash {
|
||||
to {
|
||||
stroke-dashoffset: 0;
|
||||
|
|
@ -1554,6 +1559,11 @@ div.states > div.resourceBonus > span.icon-male {
|
|||
width: 5.5em;
|
||||
}
|
||||
|
||||
#saveTilesScreen div.label {
|
||||
display: inline-block;
|
||||
width: 5em;
|
||||
}
|
||||
|
||||
#regimentBody div {
|
||||
margin: 0.1em 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue