Ionic 2 login popup using Modal and styling

后端 未结 4 2524
小蘑菇
小蘑菇 2021-02-05 12:58

I have a projet where i want to use this type of login :

I have set up a modal correctly and i can dismiss it with no problem, but my problem is that it take th

4条回答
  •  渐次进展
    2021-02-05 13:38

    I got it finnaly, i was not selecting the right attribute.

    Here what worked :

    page-login {
        .sample-modal-page {
            padding: 30px;
            background: rgba(0,0,0,0.5);
        }
    }
    

    Thank you to varun aaruru for helping me and all the caracteristic he gave for nice editing

    here you can also find a nice post talking about how to nicely design it : https://forum.ionicframework.com/t/custom-modal-alert-with-html-form/47980/19

提交回复
热议问题