#132 | #121: backoffice / dev-1.0-121 #131

Merged
thomas merged 151 commits from dev-1.0-121 into develop-1.0 2024-04-28 20:02:14 +00:00
2 changed files with 8 additions and 0 deletions
Showing only changes of commit 69b77a675b - Show all commits

View File

@ -223,6 +223,7 @@
text-align: right;
padding: v.$mp-3 0rem;
margin-bottom: v.$mp-2;
font-size: v.$text-size-smaller;
&:empty { display: none; }

7
assets/src/public.js Normal file
View File

@ -0,0 +1,7 @@
import "./assets/public.scss"
import './index.js'
import App from './app.js'
export default App
window.App = App