WIP: Design #135

Closed
thomas wants to merge 64 commits from dev-1.0-118-design into develop-1.0
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