Merge pull request #1142 from Safelite/feature/CSR-1109

Feature/csr 1109
This commit is contained in:
Leah Schumann 2023-06-02 09:09:50 -04:00 committed by GitHub
commit 8c9b0eb7dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -192,7 +192,7 @@ export default {
.button-auxillary-copy {
box-sizing: border-box;
justify-content: right;
line-height: 1.25rem !important;
line-height: 1.25rem;
font-weight: 500;
font-size: 0.75rem;
align-items: center;
@ -205,7 +205,7 @@ export default {
}
.loader:after {
background-color: $gray-300 !important;
background-color: $gray-300;
height: 1rem;
width: 1rem;
}
@ -221,7 +221,7 @@ export default {
}
&.gray {
color: $gray-600 !important;
color: $gray-600;
background-color: $gray-100;
padding-left: 0.125rem;
padding-right: 0.125rem;

View file

@ -280,7 +280,7 @@ export default {
border-radius: 0.5rem;
display: flex;
flex-direction: row;
padding: 0.5rem 0.5rem 0.5rem 1.5rem !important;
padding: 0.5rem 0.5rem 0.5rem 1.5rem;
gap: 0.25rem;
.alert-heading {