web/satellite: update custom HTML styling for registration page

Add styling for strong text in `customHtmlDescription` for
alternate signup landing pages in `registrationViewConfig`.

Change-Id: Ie688815713b84edb46532bc000152625ccb38ca7
This commit is contained in:
Jeremy Wharton 2022-10-12 01:37:50 -05:00 committed by Storj Robot
parent e5ac8430c3
commit 1887660678

View File

@ -846,12 +846,16 @@ export default class RegisterArea extends Vue {
@extend %subtitle-text; @extend %subtitle-text;
text-align: center; text-align: center;
strong {
font-family: 'font_bold', sans-serif;
} }
:deep(p a) { a {
text-decoration: underline !important; text-decoration: underline !important;
color: inherit !important; color: inherit !important;
} }
}
:deep(ol) { :deep(ol) {
@extend %subtitle-text; @extend %subtitle-text;
@ -894,12 +898,16 @@ export default class RegisterArea extends Vue {
:deep(p) { :deep(p) {
@extend %subtitle-text; @extend %subtitle-text;
strong {
font-family: 'font_bold', sans-serif;
} }
:deep(p a) { a {
text-decoration: underline !important; text-decoration: underline !important;
color: inherit !important; color: inherit !important;
} }
}
:deep(ol) { :deep(ol) {
@extend %subtitle-text; @extend %subtitle-text;