Advertisement
Guest User

Untitled

a guest
Nov 16th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. @media(min-width: 768px){
  2. header .logo{
  3. margin: 10px auto 0 0;
  4. max-width: 15%;
  5. }
  6. header .navigation{
  7. margin: 20px 0 0;
  8. }
  9. header .navigation .level0{
  10. padding-bottom: 20px;
  11. }
  12. .sw-megamenu.navigation li > a > span{
  13. font-size: 14px;
  14. text-transform: uppercase;
  15. font-weight: 500;
  16. }
  17. header .navigation .parent > .level-top span::after {
  18. content: "\f107";
  19. display: inline-block;
  20. font-family: FontAwesome;
  21. font-size: 18px;
  22. color: #fff;
  23. position: static;
  24. left: 0;
  25. bottom: 0;
  26. line-height: normal;
  27. right: 0;
  28. margin: auto;
  29. width: 20px;
  30. height: 20px;
  31. line-height: 20px;
  32. display: inline-block;
  33. vertical-align: middle;
  34. margin-left: 7px;
  35. }
  36. header .navigation .parent:hover > .level-top::after{
  37. content: none;
  38. }
  39. header .navigation .parent > .level-top span {
  40. color: #fff;
  41. border-right: 1px solid #636262;
  42. padding-right: 10px;
  43. }
  44. header .block-search input{
  45. padding: 6px 25px 6px 10px;
  46. font-size: 14px;
  47. }
  48. header .block-search .action.search{
  49. padding: 1px 0;
  50. }
  51. header .block-search .action.search:before{
  52. font-size: 16px;
  53. }
  54. .sections.nav-sections{
  55. height: 90px;
  56. line-height: 90px;
  57. }
  58. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement