yskang

threejs-viewer-20

May 2nd, 2021
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.75 KB | None | 0 0
  1. #viewer .property-panel-close-button {
  2.     top: 0;
  3.     right: 0;
  4.     width: 25px;
  5.     height: 40px;
  6.     background-position: 0 15px;
  7.     background-repeat: no-repeat;
  8.     cursor: pointer;
  9.     position: absolute;
  10.     z-index: 10;
  11. }
  12.  
  13. .property-panel-close-button {
  14.     background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNLjQ1NSAxMC45OTdhLjUuNSAwIDAxLS4zMS0uODVsMTAtMTBhLjUwMi41MDIgMCAwMS43MS43MWwtMTAgMTBhLjUuNSAwIDAxLS40LjE0eiIgZmlsbD0iIzk0OTQ5RiIvPjxwYXRoIGQ9Ik0xMC40NTcgMTEuMDA3YS41LjUgMCAwMS0uMzEtLjE1bC0xMC0xMGEuNTAyLjUwMiAwIDAxLjcxLS43MWwxMCAxMGEuNS41IDAgMDEtLjQuODZ6IiBmaWxsPSIjOTM5Q0E1Ii8+PC9nPjwvc3ZnPg==);
  15. }
Add Comment
Please, Sign In to add comment