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,11 +846,15 @@ export default class RegisterArea extends Vue {
@extend %subtitle-text;
text-align: center;
}
:deep(p a) {
text-decoration: underline !important;
color: inherit !important;
strong {
font-family: 'font_bold', sans-serif;
}
a {
text-decoration: underline !important;
color: inherit !important;
}
}
:deep(ol) {
@ -894,11 +898,15 @@ export default class RegisterArea extends Vue {
:deep(p) {
@extend %subtitle-text;
}
:deep(p a) {
text-decoration: underline !important;
color: inherit !important;
strong {
font-family: 'font_bold', sans-serif;
}
a {
text-decoration: underline !important;
color: inherit !important;
}
}
:deep(ol) {