highlighted.css 144 B

12345678910
  1. /**
  2. * @file
  3. * This file is used to style the highlighted region.
  4. *
  5. */
  6. .layout-highlighted {
  7. padding: 0 1.26em 1em;
  8. background: #fff;
  9. }