nobitagit / ng-material-floating-button

Material design floating menu with action buttons implemented as an Angularjs directive.
http://nobitagit.github.io/ng-material-floating-button/
MIT License
464 stars 130 forks source link

how many child buttons does the component have #70

Closed apovn closed 8 years ago

apovn commented 8 years ago

I see that number of default child button is 4. Where can I config it ? Thanks

apovn commented 8 years ago

I see in mfb.css, we can config it: mfb-componentlist li:nth-child(4), mfb-componentlist li:nth-child(5), ...

or another way, use compile css to build new css file.

Thanks

nobitagit commented 8 years ago

Yes, best way is to compile it. See here.