Update some dependencies, add Marx

This commit is contained in:
Timothy Warren 2018-04-03 12:59:21 -04:00
parent b9ab994a14
commit bd8996fba1
4 changed files with 7 additions and 3 deletions

View File

@ -9,7 +9,8 @@
"inferno-router": "^5.0.1",
"inferno-scripts": "6.3.0",
"node-exiftool": "^2.3.0",
"query-string": "^6.0.0"
"query-string": "^6.0.0",
"sqlite3": "^4.0.0"
},
"devDependencies": {
"babel-eslint": "^8.2.2",

2
public/css/marx.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="stylesheet" href="%PUBLIC_URL%/css/bootstrap.min.css" />
<link rel="stylesheet" href="%PUBLIC_URL%/css/marx.min.css" />
<link rel="stylesheet" href="%PUBLIC_URL%/css/app.css" />
<title>Inferno App</title>
</head>

View File

@ -30,11 +30,11 @@ const App = () => (
<Row>
<Form>
<FormGroup>
<Label htmlFor="brand">Brand</Label>
<label htmlFor="brand">Brand</label>
<Input type="text" id="brand" name="brand" />
</FormGroup>
<FormGroup>
<Label htmlFor="filmFormat">Film Format</Label>
<label htmlFor="filmFormat">Film Format</label>
<select className="custom-select" id="filmFormat" name="filmFormat">
<option value="110">110</option>
<option value="120">120</option>