Add swap inputs feature

This commit is contained in:
Patrick Lekaj 2019-08-25 22:10:25 +02:00
parent ad07018abf
commit 431175f195
12 changed files with 78 additions and 16 deletions

View file

@ -240,6 +240,11 @@ div.toggle-string {
cursor: pointer;
}
.swap-icon {
margin-top: 1.75rem;
cursor: pointer;
}
.disable-icon {
color: var(--disable-icon-colour);
}