Skip to content

Instantly share code, notes, and snippets.

@abdulawal39
Created July 9, 2024 17:26
Show Gist options
  • Select an option

  • Save abdulawal39/e018ee6e15ced00c75ef431a6343ac31 to your computer and use it in GitHub Desktop.

Select an option

Save abdulawal39/e018ee6e15ced00c75ef431a6343ac31 to your computer and use it in GitHub Desktop.

Revisions

  1. abdulawal39 created this gist Jul 9, 2024.
    19 changes: 19 additions & 0 deletions tnc-flipbook-icons-custom-css.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,19 @@
    .pvfw_page_prev img, .pvfw_page_next img{
    transform: rotate(90deg);
    }

    .pvfw_page_next {
    z-index: 100;
    bottom: 0;
    top: inherit;
    left: 45%;
    right: inherit;
    }

    .pvfw_page_prev {
    z-index: 100;
    top: 40px;
    bottom: inherit;
    left: 45%;
    right: inherit;
    }