extra.css 376 B

123456789101112131415
  1. .help-sidetab {
  2. position: fixed;
  3. top: 70%;
  4. right: -71px;
  5. -webkit-transform: translateY(-50%);
  6. -ms-transform: translateY(-50%);
  7. transform: translateY(-50%);
  8. color: white;
  9. background-color: #00e290;
  10. transform: rotate(270deg);
  11. padding: 5px 20px 5px 20px;
  12. border-radius : 10px 10px 0px 0px;
  13. cursor: pointer;
  14. font-size: medium;
  15. }