akveo / nebular

:boom: Customizable Angular UI Library based on Eva Design System :new_moon_with_face::sparkles:Dark Mode
https://akveo.github.io/nebular
MIT License
8.04k stars 1.51k forks source link

How to modify the login page style #26

Closed haoyx closed 6 years ago

haoyx commented 6 years ago

I think the text of the login page is changed to the company name

nnixaa commented 6 years ago

Hey @haoyx, thanks for your question. Could you be more specific, please?

blankstar85 commented 6 years ago

Hey @nnixaa, I was looking at this last night to. I know the user said style, but maybe they meant the html?

I had the same question to modify the html. I'm trying to add a logo or company name to the sign in and register. As well as figure out to make a modal for the Terms and conditions, but it looks like the html is part of the nebular/Auth module and we would need to modify it in the npm package rather than being able to override it in the theme with something a little more custom if we have different signup info or etc.

Edit: Although looking there seems to be an issue for enhancement with documentation just for this: #24

nnixaa commented 6 years ago

@blankstar85 thanks for the details. Guys, please check out this issue https://github.com/akveo/nebular/issues/12. Generally, you are not limited to use these components out of node_modules. The auth module built in a modular way, meaning you can easily copy & modify any part of it. We will update the documentation in upcoming future for sure. Hope this helps!

blankstar85 commented 6 years ago

@nnixaa Thanks for the info. I'll have to try figuring that out, Sorry for bothering you on this request. I didn't look at the closed requests. Almost did my due diligence here. Thanks!

nnixaa commented 6 years ago

No problem!