customizer.css 391 B

12345678910111213141516
  1. /**
  2. * Customizer CSS
  3. *
  4. * Adjusts the theme's message about the site branding display to appear like a notice.
  5. */
  6. #sub-accordion-section-title_tagline .customize-section-description {
  7. background: #FFF;
  8. border: 1px solid #ccd0d4;
  9. border-left: 4px solid #00a0d2;
  10. box-shadow: 0 1px 1px rgba( 0, 0, 0, .04 );
  11. margin: 15px 0 6px 0;
  12. padding: 9px 14px;
  13. overflow: hidden;
  14. width: auto;
  15. }