feat: auto-focus expense account in expense form.

This commit is contained in:
a.bouhuolia
2021-01-27 18:37:57 +02:00
parent 3f22872992
commit 62ea979014
3 changed files with 8 additions and 2 deletions

View File

@@ -48,7 +48,12 @@
font-size: 13.5px;
}
.bp3-progress-bar{
height: 6px;
height: 4px;
&,
.bp3-progress-meter{
border-radius: 4px;
}
}
}
}