Merge remote-tracking branch 'origin/nation/CASH-2148' into nation/CASH-2148
This commit is contained in:
commit
5ee8b4e758
1 changed files with 6 additions and 1 deletions
|
|
@ -76,6 +76,10 @@ export default {
|
||||||
.oem-glass-question-container {
|
.oem-glass-question-container {
|
||||||
border-top: 1px solid gray;
|
border-top: 1px solid gray;
|
||||||
|
|
||||||
|
@include media-breakpoint-up(lg) {
|
||||||
|
margin: 0 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
.oem-glass-question-header {
|
.oem-glass-question-header {
|
||||||
font-family: UrbanistSemibold, Arial, Helvetica, sans-serif;
|
font-family: UrbanistSemibold, Arial, Helvetica, sans-serif;
|
||||||
color: $blue;
|
color: $blue;
|
||||||
|
|
@ -101,6 +105,7 @@ export default {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
|
transform: rotate(180deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -133,7 +138,7 @@ export default {
|
||||||
&.expanded {
|
&.expanded {
|
||||||
.oem-glass-question-header {
|
.oem-glass-question-header {
|
||||||
&::after {
|
&::after {
|
||||||
transform: rotate(180deg);
|
transform: unset;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue