File tree Expand file tree Collapse file tree
app/frontend/src/assets/scss Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ $bcgov-alert-error: #f2dede;
2626$bcgov-alert-warning : #f9f1c6 ;
2727$bcgov-alert-info : #d9eaf7 ;
2828$bcgov-alert-success : #dff0d8 ;
29+ // FORMS-1640 Update contrast for accessibility
30+ $danger-bg-accessible : #e35f6c ;
31+ $secondary-bg-accessible : #848d94 ;
32+ $success-bg-accessible : #1d9f63 ;
2933
3034// Sticky Footer
3135body {
210214 word-break : break-word ;
211215 }
212216
217+ // FORMS-1640 Update contrast for accessibility
218+ .btn.btn-danger {
219+ background-color : $danger-bg-accessible ;
220+ border-color : $danger-bg-accessible ;
221+ }
222+ .btn.btn-secondary {
223+ background-color : $secondary-bg-accessible ;
224+ border-color : $secondary-bg-accessible ;
225+ }
226+ .btn.btn-success {
227+ background-color : $success-bg-accessible ;
228+ border-color : $success-bg-accessible ;
213229 /* *FORMS-1640 - Remove the pink background entirely or change its colour to transparent across the entire CHEFS product
214230 or specifically within the "form submitter" forms to Improve error message contrast for accessibility. **/
215231 .formio-error-wrapper {
You can’t perform that action at this time.
0 commit comments