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.
 
 
 
 
 

27 lines
563 B

  1. /**
  2. * This file provides styles for popupviewer plugin
  3. */
  4. /* + + + + + global + + + + + */
  5. #popupviewer {
  6. > .controls > .content {
  7. padding: 1.5rem 1rem 1rem;
  8. td,
  9. th {
  10. font-size: @font-size-default;
  11. line-height: @line-height-default;
  12. a{
  13. font-size: @font-size-default;
  14. line-height: @line-height-default;
  15. }
  16. }
  17. .li,
  18. li {
  19. font-size: @font-size-default;
  20. line-height: @line-height-default;
  21. }
  22. }
  23. }