Merge remote-tracking branch 'origin/develop' into feature/CSR-795

This commit is contained in:
Scott Kiener 2022-09-01 15:10:27 -04:00
commit 668b1b9f8a
2 changed files with 0 additions and 32 deletions

View file

@ -23,11 +23,6 @@ export default {
props: {
cmsWidgetName: String,
},
data() {
return {
isActive: false,
};
},
computed: {
ModalHeadline(){
return this.getCmsContent(this.cmsWidgetName, "HeaderText");

View file

@ -62,32 +62,5 @@ a {
&.dashed-underline {
text-decoration: underline dashed 1px;
}
&.arrow {
&:after {
content: "";
transition: all .5s ease;
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 8.9' xml:space='preserve'%3e%3cpath d='M8 8.9c-.2 0-.5-.1-.6-.3L.3 1.5C.1 1.4 0 1.1 0 .9 0 .7.1.4.3.3.4.1.7 0 .9 0c.2 0 .5.1.6.3L8 6.7 14.5.2c.1-.1.4-.2.6-.2.2 0 .5.1.6.3s.3.4.3.6c0 .2-.1.5-.3.6L8.6 8.6c-.1.2-.4.3-.6.3z' fill='%231474a2'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right center;
margin-left: .5rem;
width: 16px;
height: auto;
}
&.active {
~ .package-wrapper {
.package-specs {
max-height: 1000px !important;
}
}
&.active:after {
transform: rotate(180deg);
}
&.active + .vin-info {
max-height: 500px;
transition: all 250ms ease-in;
opacity: 1;
}
}
}
}
</style>