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