creativetimofficial / paper-kit-2

Paper Kit is a Fully Coded Web UI Kit based on Bootstrap.
http://demos.creative-tim.com/paper-kit
MIT License
201 stars 102 forks source link

Panel unstyled #4

Open ghost opened 7 years ago

ghost commented 7 years ago

Hi,

When using boostrap panels of class e.g. panel-info, the panel header gets the default colour, not the Paper colour

e.g. <div class="panel panel-info"> <div class="panel-heading"> <h3 class="panel-title">A Title</h3> </div> <div class="panel panel-body"> <p>A body</p> </div> <div class="panel panel-footer"> <p>A footer</p> </div> </div>

alexandru-paduraru commented 7 years ago

@FirstWarden thank you for the information. It seems we've missed the creation the style for the colored panels. We've noted it and we will add the colors for the panels in the next update.

Best, Alex