Closed ricardo-valerio closed 9 years ago
Hi @rvnerd. I'm sorry for the late reply. I've been away from home for a long time...
If you think everyone would benefit from bigger sizes, please feel free to play a little with them and submit a Pull Request to change the code (or simply state the better values and I'll change them).
Differently, you could define your own version of fullPageAtForm
template and instruct AT to use yours in place of the default one: see the template
parameter in the Routing section of the guide.
I want to customize the default template too... just add a couple specific classes etc.
Hi, First of all thank you for this awesome package, I'm a beginner in the meteor world ( or webdev in general) and never felt so excited in learning a web technology. I'm trying to create a login page to suit mobile screen sizes, and I noticed that on my tablet the size of the buttons don't fit quite well and I searched in the repo and came to the conclusion that's because the wrapper div inline styles inside the
full_page_at_form.html
file.I would like to have bigger sizes for medium and larger, but I can't see how to achieve this..
Is there a way to change these styles inside the
AccountsTemplates.configure
object? Or perhaps it would be better to add an id to this div to let us define styles that precede in css importance, idk.. what's the best solution? thank you in advance