You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

23 lines
368 B

  1. /**
  2. * This file provides styles for highlight plugin
  3. */
  4. /* + + + + + global + + + + + */
  5. #plugin__highlightparent {
  6. clear: none;
  7. display: block;
  8. position: relative;
  9. + * {
  10. clear: both;
  11. padding-top: 1em; // as h1
  12. }
  13. }
  14. @media @screen_max-md {
  15. #plugin__highlightparent {
  16. clear: both;
  17. margin-top: 1rem;
  18. }
  19. }