move all static assets into a single folder

This commit is contained in:
dkanada 2019-12-11 23:41:16 +09:00
parent e108997376
commit 3aad09c5fd
60 changed files with 39 additions and 39 deletions

8
src/assets/css/ios.css Normal file
View file

@ -0,0 +1,8 @@
html {
font-size: 82% !important
}
.formDialogFooter {
position: static !important;
margin: 0 -1em !important
}