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:
parent
e5ac8430c3
commit
1887660678
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user