Built files from Bizgaze WebServer
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

pdf.css 551B

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. }