How to set up Meteor-ui modal pop-up accounts?

I want to add a custom style to the meteor accounts-uipassword reset window . Without adding accounts-ui-unstyled, how can I do this? Is there a way to open our custom reset password pattern?

+4
source share
1 answer

You must somehow add the code for the account-ui-unpyled package to avoid this.

You can do this if you want: create a directory accounts-ui-unstyledin the folder /packagesand copy everything from https://github.com/meteor/meteor/tree/devel/packages/accounts-ui-unstyled

meteor add accounts-ui-unstyled, , , .

, .

+1

Source: https://habr.com/ru/post/1538020/


All Articles