CSR-2140 QA updates.

This commit is contained in:
Bryan Mauger 2024-07-16 15:38:48 -04:00
parent c6ba5cb97f
commit 00357cd944

View file

@ -259,20 +259,20 @@ export default {
.package-footer {
color: $red;
font-weight: 600;
}
.package-specs {
display: flex;
flex-direction: column;
width: 100%;
max-height: 0;
transition: all 0.5s ease;
@include media-breakpoint-up(md) {
max-height: 500px;
}
p {
font-weight: 500;
font-weight: 600;
display: flex;
justify-content: space-between;
span {
@ -339,6 +339,7 @@ export default {
margin-bottom: 0.5rem;
font-size: 0.875rem;
line-height: 1.714;
color: $gray-550;
a {
line-height: 1.714;
padding: 0;
@ -374,6 +375,10 @@ export default {
justify-content: center;
width: 100%;
color: white;
text-transform: uppercase;
font-size: .875rem;
font-weight: 600;
letter-spacing: .75px;
}
}
}