diff --git a/src/app/formulaManager/formulaManager.component.html b/src/app/formulaManager/formulaManager.component.html index 01db021..7a6e528 100644 --- a/src/app/formulaManager/formulaManager.component.html +++ b/src/app/formulaManager/formulaManager.component.html @@ -19,18 +19,23 @@ -
- - + + + +
- +

Formula Manager

@@ -38,9 +43,9 @@

Tired of using your browser? Download the standalone version of the Formula Manager.

- - - + + +
@@ -96,15 +101,14 @@ - -
- - +
diff --git a/src/app/formulaManager/newFormula/newFormula.component.html b/src/app/formulaManager/newFormula/newFormula.component.html index 1d77262..251596e 100644 --- a/src/app/formulaManager/newFormula/newFormula.component.html +++ b/src/app/formulaManager/newFormula/newFormula.component.html @@ -1,36 +1,43 @@

Update - Create Formula

- - - - Approved - - - - {{c.name}} - - - - - - - - - g - oz - kg - lb - - - + Create Formula + +
+ + + +
+ Approved +
+
+
+ + + + {{c.name}} + + + + + + + + + g + oz + kg + lb + + + +
- + @@ -45,12 +52,15 @@
Name Quantity
-
+
Yield: {{total() | convertFromG: unit}} {{unit}}
- - diff --git a/src/app/formulaManager/viewComponents/viewComponents.component.html b/src/app/formulaManager/viewComponents/viewComponents.component.html index 15c9a90..fc61b88 100644 --- a/src/app/formulaManager/viewComponents/viewComponents.component.html +++ b/src/app/formulaManager/viewComponents/viewComponents.component.html @@ -1,5 +1,5 @@ + add Create diff --git a/src/app/msds/msds.component.html b/src/app/msds/msds.component.html index b6abba8..eb6c12e 100644 --- a/src/app/msds/msds.component.html +++ b/src/app/msds/msds.component.html @@ -1,32 +1,36 @@
-
-
-

MSDS

- +
+
+

MSDS

+ +
+ +
+ + + + + + + + + + + + + + +
File NameSize
{{l.name}}{{l.size / 1024 | size}} + + +
+
- - - - - - - - - - - - - - - - -
File NameSize
{{l.name}}{{l.size / 1024 | size}} - - -
- - \ No newline at end of file