remove oudated styling / cursor fixes

This commit is contained in:
Katie Kroell 2026-01-26 14:57:56 -05:00
parent f1153a4bcc
commit b021566bc1

View file

@ -308,28 +308,14 @@ export default {
:deep(.subheader-secondary p) {
text-align: left;
}
}
}
.policy-vehicles {
.button-question {
.question-text {
margin: 1rem 0;
span {
font-size: 1rem;
font-weight: 500;
line-height: 1.5rem;
}
:deep(span.small) {
font-size: 1rem;
}
}
:deep(.form-test-error) {
text-align: left
}
}
.list-button-content {
:deep(span) {
font-size: 1rem;
:deep(.form-test-error) {
text-align: left;
}
}
}
</style>