commit
889c175d3c
3 changed files with 11 additions and 0 deletions
|
|
@ -68,6 +68,9 @@ export default {
|
|||
<style lang="scss" scoped>
|
||||
:deep(.bolded-words) {
|
||||
font-family: UrbanistSemibold, Arial, Helvetica, sans-serif;
|
||||
color: $black;
|
||||
font-weight: 600;
|
||||
font-size: 16px;
|
||||
}
|
||||
h5 {
|
||||
line-height: 32px;
|
||||
|
|
|
|||
|
|
@ -95,6 +95,7 @@ export default {
|
|||
.question-text span {
|
||||
text-align: left;
|
||||
line-height: 24px;
|
||||
font-weight: 600;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -945,4 +945,11 @@ export default {
|
|||
}
|
||||
}
|
||||
}
|
||||
:deep(span.label) {
|
||||
font-weight: 600;
|
||||
}
|
||||
:deep(div.service-questions span) {
|
||||
color: $black;
|
||||
font-family: UrbanistSemibold;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue