|
1 | | -/*! Orbit CSS v1.0 | MIT license | https://orbitcss.com */ |
| 1 | +/*! Orbit CSS v1.0.1 | MIT license | https://orbitcss.com */ |
2 | 2 | @import url("https://fonts.googleapis.com/css?family=Lato|Roboto"); |
3 | 3 | .has-text-primary { |
4 | 4 | color: #6e45e2 !important; |
@@ -1602,6 +1602,10 @@ label:not(:last-child) { |
1602 | 1602 | text-decoration: none; |
1603 | 1603 | } |
1604 | 1604 |
|
| 1605 | +.top__links ul li:not(.dropdown__link):hover a { |
| 1606 | + text-decoration: inherit; |
| 1607 | +} |
| 1608 | + |
1605 | 1609 | .top__social { |
1606 | 1610 | padding: 0 0.65rem; |
1607 | 1611 | } |
@@ -1655,21 +1659,21 @@ label:not(:last-child) { |
1655 | 1659 | padding-top: 4px; |
1656 | 1660 | } |
1657 | 1661 |
|
1658 | | -.top__burger.has-animate.is-active { |
| 1662 | +.top__burger.has-animate.is-active, .is-mobile-responsive.is-open > .top__burger { |
1659 | 1663 | justify-content: center; |
1660 | 1664 | } |
1661 | 1665 |
|
1662 | | -.top__burger.has-animate.is-active span:before, .top__burger.has-animate.is-active span:after { |
| 1666 | +.top__burger.has-animate.is-active span:before, .top__burger.has-animate.is-active span:after, .is-mobile-responsive.is-open > .top__burger span:before, .is-mobile-responsive.is-open > .top__burger span:after { |
1663 | 1667 | padding: 0; |
1664 | 1668 | position: absolute; |
1665 | 1669 | } |
1666 | 1670 |
|
1667 | | -.top__burger.has-animate.is-active span:before { |
| 1671 | +.top__burger.has-animate.is-active span:before, .is-mobile-responsive.is-open > .top__burger span:before { |
1668 | 1672 | border-width: 2px 0 0; |
1669 | 1673 | transform: rotate(405deg); |
1670 | 1674 | } |
1671 | 1675 |
|
1672 | | -.top__burger.has-animate.is-active span:after { |
| 1676 | +.top__burger.has-animate.is-active span:after, .is-mobile-responsive.is-open > .top__burger span:after { |
1673 | 1677 | transform: rotate(-405deg); |
1674 | 1678 | } |
1675 | 1679 |
|
@@ -1727,6 +1731,12 @@ label:not(:last-child) { |
1727 | 1731 | .top.is-mobile-responsive .top__buttons { |
1728 | 1732 | padding: 0.5rem 0.9375rem; |
1729 | 1733 | } |
| 1734 | + .top.is-mobile-responsive .top__burger { |
| 1735 | + padding: 1rem 0.75rem; |
| 1736 | + position: absolute; |
| 1737 | + right: 0; |
| 1738 | + top: 0; |
| 1739 | + } |
1730 | 1740 | } |
1731 | 1741 |
|
1732 | 1742 | @media (min-width: 768px) { |
|
0 commit comments