v1.5.02 - COA rendering + editor basic UI

This commit is contained in:
Azgaar 2021-01-28 01:40:11 +03:00
parent b86d985607
commit 9f1012603d
9 changed files with 1663 additions and 53 deletions

View file

@ -1391,9 +1391,20 @@ div.states>input.riverType {
width: 5em;
}
div.states>embed.emblemIcon {
margin: -.4em 0;
div.states > .coaIcon {
width: 1.4em;
height: 1.4em;
margin: -.3em 0;
cursor: pointer;
transition: all .4s ease-in-out;
}
div.states > .coaIcon:hover {
transform: scale(8);
}
div.states > .coaIcon > use {
pointer-events: none;
}
#diplomacyBodySection > div {
@ -1538,6 +1549,29 @@ rect.fillRect {
width: 5em;
}
#emblemBody > div {
padding: 1px 3px;
transition: all .3s ease-out;
}
#emblemBody > div.active {
background-color: #54ca7728;
}
#emblemArmiger {
text-align: center;
display: block;
}
#emblemBody .label {
width: 5.5em;
display: inline-block;
}
#emblemBody select {
width: 8em;
}
#picker text {
cursor: default;
}