You are here

pane-plain-box.css in Panels 7.3

Same filename and directory in other branches
  1. 6.3 plugins/style_bases/pane/pane_plain_box/pane-plain-box.css
%style {
  margin-bottom: 10px;
  color: %text;
  background-color: %background;
}

%style h2 {
  color: %header-text;
  background-color: %header-background;
}

File

plugins/style_bases/pane/pane_plain_box/pane-plain-box.css
View source
  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. }