style(portal): tokenise configurator buttons with new system
All btn-primary -> o_fp_btn_primary, btn-outline-secondary -> o_fp_btn_secondary, large CTAs get o_fp_btn_lg modifier. Status badges (text-bg-secondary/warning/info) left untouched - they're auto-calculated chips not workflow states. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
Use our configurator to upload your part, select a coating, and
|
||||
receive an estimated price range in minutes.
|
||||
</p>
|
||||
<a href="/my/configurator/new" class="btn btn-primary btn-lg px-5">
|
||||
<a href="/my/configurator/new" class="o_fp_btn_primary o_fp_btn_lg">
|
||||
<i class="fa fa-play me-2"/>Start Configurator
|
||||
</a>
|
||||
</div>
|
||||
@@ -220,10 +220,10 @@
|
||||
|
||||
<!-- Navigation -->
|
||||
<div class="d-flex justify-content-between">
|
||||
<a href="/my/configurator" class="btn btn-outline-secondary">
|
||||
<a href="/my/configurator" class="o_fp_btn_secondary">
|
||||
<i class="fa fa-arrow-left me-1"/>Cancel
|
||||
</a>
|
||||
<button type="submit" class="btn btn-primary">
|
||||
<button type="submit" class="o_fp_btn_primary">
|
||||
Next: Select Coating
|
||||
<i class="fa fa-arrow-right ms-1"/>
|
||||
</button>
|
||||
@@ -335,10 +335,10 @@
|
||||
|
||||
<!-- Navigation -->
|
||||
<div class="d-flex justify-content-between">
|
||||
<a href="/my/configurator/new" class="btn btn-outline-secondary">
|
||||
<a href="/my/configurator/new" class="o_fp_btn_secondary">
|
||||
<i class="fa fa-arrow-left me-1"/>Back
|
||||
</a>
|
||||
<button type="submit" class="btn btn-primary">
|
||||
<button type="submit" class="o_fp_btn_primary">
|
||||
Next: View Estimate
|
||||
<i class="fa fa-arrow-right ms-1"/>
|
||||
</button>
|
||||
@@ -468,10 +468,10 @@
|
||||
|
||||
<!-- Navigation -->
|
||||
<div class="d-flex justify-content-between">
|
||||
<a href="/my/configurator/coating" class="btn btn-outline-secondary">
|
||||
<a href="/my/configurator/coating" class="o_fp_btn_secondary">
|
||||
<i class="fa fa-arrow-left me-1"/>Back
|
||||
</a>
|
||||
<button type="submit" class="btn btn-primary btn-lg">
|
||||
<button type="submit" class="o_fp_btn_primary o_fp_btn_lg">
|
||||
<i class="fa fa-paper-plane me-2"/>Submit Quote Request
|
||||
</button>
|
||||
</div>
|
||||
@@ -508,10 +508,10 @@
|
||||
</p>
|
||||
<div class="d-flex justify-content-center gap-3">
|
||||
<a t-att-href="'/my/quote_requests/%s' % quote.id"
|
||||
class="btn btn-primary">
|
||||
class="o_fp_btn_primary">
|
||||
<i class="fa fa-eye me-1"/>View Quote Request
|
||||
</a>
|
||||
<a href="/my/configurator" class="btn btn-outline-secondary">
|
||||
<a href="/my/configurator" class="o_fp_btn_secondary">
|
||||
<i class="fa fa-plus me-1"/>Start Another
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user