Skip to content
Snippets Groups Projects
Commit dc995bf3 authored by Eniko Tot's avatar Eniko Tot
Browse files

[BUGFIX] Change warning buttons to primary and default

parent 20f3aae1
No related branches found
No related tags found
1 merge request!50Bootstrap 5 Support
......@@ -33,7 +33,7 @@
</div>
<div class="card-footer bg-light text-center">
<f:link.action id="offer-{job.uid}" pageUid="{settings.applyPage}" controller="Joblist" action="applyForm"
pluginName="JobApplication" arguments="{jobId: job.uid}" class="btn btn-warning stretched-link w-100">
pluginName="JobApplication" arguments="{jobId: job.uid}" class="btn btn-default stretched-link w-100">
<f:format.raw>
<f:translate key="frontend.jobDetailsCta" />
</f:format.raw>
......
......@@ -185,7 +185,7 @@
<div class="default-content-element sg-cta sg-cta-with-icon">
<a href="{f:if(condition: '{job.applyExternalLink}', then: '{job.applyExternalLink}', else: '#apply')}"
class="btn btn-warning btn-lg">
class="btn btn-primary btn-lg">
<f:translate key="frontend.applyNow" />
</a>
</div>
......@@ -468,7 +468,7 @@
<f:render section="formValidation" arguments="{form-field: 'privacyPolicy'}" />
</div>
<div class="d-flex justify-content-end pt-4">
<button type="submit" class="btn btn-lg btn-warning">{f:translate(key:'frontend.applyNow')}</button>
<button type="submit" class="btn btn-lg btn-primary">{f:translate(key:'frontend.applyNow')}</button>
</div>
</f:form>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment