silverbux / laravel-angular-admin

Laravel + Angularjs + Bootstrap + AdminLTE binded by Gulp workflow Admin Dashboard Boilerplate / Starter.
http://silverbux.github.io/laravel-angular-admin/
MIT License
924 stars 414 forks source link

Bootstrap modals have lost their rounded corners #59

Closed saulojg closed 7 years ago

saulojg commented 7 years ago

This one can be reproduced easily, the modals at the demo have lost their rounded corners, as it can be seen on the Bootstrap homepage or at angular-ui

Thanks in advance and kudos

silverbux commented 7 years ago

its been removed from adminlte, you could set this with .modal-content { border-radius: 6 }

pdugas commented 7 years ago

I think this should be .modal-content { border-radius: 6px }. Needs the px suffix to work for me.