WIP feature/Currencies

This commit is contained in:
elforjani3
2020-04-22 19:31:58 +02:00
parent 4e0d3feebe
commit f3d892cdd2
13 changed files with 477 additions and 37 deletions

View File

@@ -0,0 +1,12 @@
.dialog--currency-form {
.bp3-dialog-body {
.bp3-form-group.bp3-inline {
.bp3-label {
min-width: 140px;
}
.bp3-form-content {
width: 250px;
}
}
}
}