pane-plain-box.css 161 B

12345678910
  1. %style {
  2. margin-bottom: 10px;
  3. color: %text;
  4. background-color: %background;
  5. }
  6. %style h2 {
  7. color: %header-text;
  8. background-color: %header-background;
  9. }