janusivan

The Signature - Side Menu

Oct 28th, 2022 (edited)
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.67 KB | Source Code | 0 0
  1. /* start - Side menu close button size - wb-name-here */
  2. @media (pointer:fine) and (hover:hover) and (min-width:800px) {
  3.     #global-sidemenu .menu-closed button.close {
  4.         top: 60px;
  5.         width:60px;
  6.         height:60px;
  7.     }
  8. }
  9. @media (pointer:fine) and (hover:hover) and (min-width:1000px) {
  10.     #global-sidemenu .menu-closed button.close {
  11.         top: 100px;
  12.         width:80px;
  13.         height:80px;
  14.     }
  15. }
  16. @media (pointer:fine) and (hover:hover) and (min-width:2000px) {
  17.     #global-sidemenu .menu-closed button.close {
  18.         top: 170px;
  19.         width:140px;
  20.         height:140px;
  21.     }
  22. }
  23. /* end - Side menu close button size - wb-name-here */
Advertisement
Add Comment
Please, Sign In to add comment