Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.44 KB | None | 0 0
  1. @media only screen and (min-width: 40.0625em){
  2.  
  3. .top-bar-section .has-dropdown:after {
  4.     color: #000;
  5.     content: '▼';
  6.     font-size: 10px;
  7.     vertical-align: 1px;
  8.     position: absolute;
  9.     top: 21px;
  10.     right: -1px;
  11. }
  12. .top-bar-section ul.dropdown li > a:after {
  13.     display: none !important;
  14. }
  15.  
  16. .top-bar-section li:not(.has-form) a:not(.button) {
  17.     padding-right: 15px !important;
  18.     padding-left: 15px !important;
  19. }
  20.  
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement