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:
Moby von Briesen 2022-08-29 15:53:12 -04:00 committed by Storj Robot
parent 00c594362c
commit 8830d1eb7f

View File

@ -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 {