Advertisement
fauzanjeg

Join Button Style in Drawer Content

Aug 25th, 2021
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.24 KB | None | 0 0
  1. /* Join Button Style in Drawer Content */
  2. .jeg_mobile_wrapper .menu-item-3045 a {
  3.     background-color: #5a9e44;
  4.     color: white;
  5.     padding: 20px;
  6.     line-height: 0;
  7. }
  8.  
  9. .jeg_mobile_wrapper .menu-item-3045 a:hover {
  10.     color:white;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement