B-3PO / angular-material-expansion-panel

Material Design Expansion Panels for Angular Material
MIT License
71 stars 25 forks source link

Not able to change footer color #11

Closed NZWDDY closed 8 years ago

NZWDDY commented 8 years ago

I am trying to change footer color by specifying it like below. But not able to get it correctly. When specified for header, it is applying correctly though. Can you please suggest the correct way?

md-expansion-panel-footer { background: #aed581; }

image