Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Commit

Permalink
style: submit static resources v0.2 Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
PBK-B committed Sep 23, 2021
1 parent 6af15bf commit e1723fd
Show file tree
Hide file tree
Showing 7 changed files with 125 additions and 137,430 deletions.
6 changes: 6 additions & 0 deletions mix-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"/static/js/login.js": "/static/js/login.js",
"/static/js/admin.js": "/static/js/admin.js",
"/static/css/admin.css": "/static/css/admin.css",
"/static/css/login.css": "/static/css/login.css"
}
22 changes: 1 addition & 21 deletions static/css/admin.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 1 addition & 10 deletions static/css/login.css
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
body {
margin: 0;
padding: 0;
}
body #root {
height: 100vh;
}
body .logo {
text-decoration: none;
}
body{margin:0;padding:0}body #root{height:100vh}body .logo{text-decoration:none}
Loading

0 comments on commit e1723fd

Please sign in to comment.