Merge pull request #1108 from Safelite/CSR-1112-remove-important-declarations

CSR-1112 remove unnecessary !important declarations.
This commit is contained in:
Leah Schumann 2023-05-19 14:43:01 -04:00 committed by GitHub
commit 40618fea5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -246,12 +246,12 @@ export default {
<style lang="scss">
.shop-question {
margin-top: 1rem !important;
text-align: center !important;
margin-top: 1rem;
text-align: center;
.button-question {
.question-text {
margin-top: 0.5rem !important;
margin-top: 0.5rem;
}
}
}
@ -263,8 +263,8 @@ export default {
background-position: 0.5rem 0.75rem;
.alert-heading {
text-align: left;
font-size: 0.75rem !important;
line-height: 1.25rem !important;
font-size: 0.75rem;
line-height: 1.25rem;
}
p {
padding-left: 0.5rem;