Merge pull request #3009 from Safelite/feature/CASH-2147

CASH-2147: UI fixes
This commit is contained in:
Chris 2026-01-13 15:20:29 -05:00 committed by GitHub
commit 7ca4a9afca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -76,6 +76,10 @@ export default {
.oem-glass-question-container {
border-top: 1px solid gray;
@include media-breakpoint-up(lg) {
margin: 0 2rem;
}
.oem-glass-question-header {
font-family: UrbanistSemibold, Arial, Helvetica, sans-serif;
color: $blue;
@ -101,6 +105,7 @@ export default {
display: inline-flex;
position: relative;
margin-left: 0.5rem;
transform: rotate(180deg);
}
}
@ -133,7 +138,7 @@ export default {
&.expanded {
.oem-glass-question-header {
&::after {
transform: rotate(180deg);
transform: unset;
}
}