Built files from Bizgaze WebServer
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

1234567891011121314151617181920212223242526272829303132
  1. 
  2. .biz-pdf-fullscreen, .biz-pdf-exitpdf {
  3. margin: 9px 2px;
  4. display: inline-flex;
  5. height: 30px;
  6. width: 30px;
  7. }
  8. .biz-pdf-fullscreen-btn, .biz-pdf-exitpdf-btn {
  9. cursor: pointer;
  10. top: 4px;
  11. position: relative;
  12. font-size: 14px;
  13. border: none;
  14. background-color: transparent;
  15. }
  16. .biz-pdf-exitpdf-btn {
  17. top: 2px;
  18. }
  19. .biz-exitfullscreen::before {
  20. content: '\e337';
  21. }
  22. .biz-enterfullscreen::before {
  23. content: '\e657';
  24. }
  25. .biz-pdf-exitpdf-btn::before {
  26. content: '\e7a7';
  27. font-weight: 900;
  28. }