This commit is contained in:
Azgaar 2020-05-16 00:52:45 +03:00
parent 6dd1e22e93
commit 2a67ee5d9f
14 changed files with 1010 additions and 267 deletions

View file

@ -60,6 +60,13 @@ textarea {
pointer-events: none;
}
#preview {
position: absolute;
bottom: 1em;
left: 1em;
cursor: pointer;
}
#pickerContainer {
position: absolute;
z-index: 100;
@ -1021,8 +1028,8 @@ div#regimentSelectorBody > div > div {
}
.color-div {
width: 2.7em;
height: 1.1em;
width: 2.5em;
height: 1em;
display: inline-block;
margin: .1em .2em;
border: 1px #c5c5c5 groove;