diff --git a/index.css b/index.css index 83b898de..2dbbcdae 100644 --- a/index.css +++ b/index.css @@ -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; } diff --git a/index.html b/index.html index c5d655a4..38c7e404 100644 --- a/index.html +++ b/index.html @@ -2821,7 +2821,7 @@ -