web/satellite: Styling updates to registration page
Improve styling for lists in `customHtmlDescription` for alternate signup landing pages in `registrationViewConfig`. Change-Id: If20831044099a1183e5dc8b41668bf2f68c272a2
This commit is contained in:
parent
00c594362c
commit
8830d1eb7f
@ -860,6 +860,12 @@ export default class RegisterArea extends Vue {
|
||||
color: inherit !important;
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep ol {
|
||||
@extend %subtitle-text;
|
||||
|
||||
list-style-position: inside;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -902,6 +908,12 @@ export default class RegisterArea extends Vue {
|
||||
color: inherit !important;
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep ol {
|
||||
@extend %subtitle-text;
|
||||
|
||||
list-style-position: inside;
|
||||
}
|
||||
}
|
||||
|
||||
&__globe-image {
|
||||
|
Loading…
Reference in New Issue
Block a user