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,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;
|
||||||
|
Loading…
Reference in New Issue
Block a user