Merge pull request #295 from Safelite/CSR-436-button-bug

CSR-436 attempted fix for button color issue.
This commit is contained in:
bmauger 2022-03-22 14:37:50 -04:00 committed by GitHub
commit fb2f4d87a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -76,9 +76,9 @@
&.btn.btn-primary:hover,
&.btn.btn-primary:focus,
&.btn.btn-primary:focus-visible {
color: $gray;
background: $gray-200;
box-shadow: none;
color: $gray !important;
background: $gray-200 !important;
box-shadow: none !important;
}
}

View file

@ -1,6 +1,6 @@
<template>
<div
class="alert fade show text-center mb-0 py-2 px-3"
class="alert fade show text-center mb-0 py-2 px-4"
role="alert"
:class="[isDismissible ? 'alert-dismissible' : '', this.alertClass]"
>