Compare commits
2 Commits
bfd12ecf6b
...
e4ee605e99
| Author | SHA1 | Date | |
|---|---|---|---|
| e4ee605e99 | |||
| 20e2e020d3 |
8
dist/index.html
vendored
8
dist/index.html
vendored
@@ -5,7 +5,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<link rel="stylesheet" href="./static/mini-default.css">
|
||||
<link rel="stylesheet" href="./static/mini-nord.css">
|
||||
<style>
|
||||
input,
|
||||
select {
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
<body>
|
||||
<div id="app">
|
||||
<h1>Dosing Calculator</h1>
|
||||
<h1 style="text-align:center;">Dosing Calculator</h1>
|
||||
|
||||
<fieldset>
|
||||
<legend>Ingredients</legend>
|
||||
@@ -63,11 +63,11 @@
|
||||
</div>
|
||||
<div class="col-sm-6 col-md-3">
|
||||
<label for="thc-dose">THC Dose (mg)</label>
|
||||
<input type="text" id="thc-dose" value="" />
|
||||
<input readonly type="text" id="thc-dose" value="" />
|
||||
</div>
|
||||
<div class="col-sm-6 col-md-3">
|
||||
<label for="cbd-dose">CBD Dose (mg)</label>
|
||||
<input type="text" id="cbd-dose" value="" />
|
||||
<input readonly type="text" id="cbd-dose" value="" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user