You are here

help.css in Zircon Profile 8

Styles for the help block.

File

themes/zircon/css/components/help.css
View source
  1. /**
  2. * @file
  3. * Styles for the help block.
  4. */
  5. .block-help {
  6. border: 1px solid #d3d7d9;
  7. padding: 0 1.5em;
  8. margin-bottom: 30px;
  9. }