fix(configurator): remove stray brace in express_order.scss that broke SCSS compile
A bad replacement in the previous commit left an extra '}' that prematurely closed the .o_fp_xpr block, dumping all the legend bar / PO status pill / part cell / bake pill styles OUTSIDE the namespace. SCSS compile silently produced an unusable bundle and the form rendered without any of the new visual treatment. Brace balance now verified at 0.
This commit is contained in:
@@ -344,7 +344,6 @@
|
||||
font-weight: 700;
|
||||
letter-spacing: 0.5px;
|
||||
}
|
||||
}
|
||||
|
||||
// ============================================================
|
||||
// LEGEND bar above the lines table
|
||||
|
||||
Reference in New Issue
Block a user