Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* start - Side menu close button size - wb-name-here */
- @media (pointer:fine) and (hover:hover) and (min-width:800px) {
- #global-sidemenu .menu-closed button.close {
- top: 60px;
- width:60px;
- height:60px;
- }
- }
- @media (pointer:fine) and (hover:hover) and (min-width:1000px) {
- #global-sidemenu .menu-closed button.close {
- top: 100px;
- width:80px;
- height:80px;
- }
- }
- @media (pointer:fine) and (hover:hover) and (min-width:2000px) {
- #global-sidemenu .menu-closed button.close {
- top: 170px;
- width:140px;
- height:140px;
- }
- }
- /* end - Side menu close button size - wb-name-here */
Advertisement
Add Comment
Please, Sign In to add comment