_nav.css.scss 528 B

123456789101112131415161718192021222324252627282930313233
  1. .top-bar {
  2. background: #242C2E !important;
  3. line-height: 100px;
  4. height: 100px !important;
  5. margin-bottom: 0 !important;
  6. li {
  7. a {
  8. background: #242C2E !important;
  9. color: #a9c7cf !important;
  10. font-size: 16px !important;
  11. font-weight: 400 !important;
  12. }
  13. }
  14. .top-bar-section, ul.title-area {
  15. margin-top: 26px;
  16. }
  17. }
  18. .container-wrapper {
  19. margin-bottom: 50px;
  20. &.main-nav {
  21. background: #242C2E;
  22. border-bottom: 1px dotted #4f5556;
  23. }
  24. .home & {
  25. margin-bottom: 0;
  26. }
  27. }