Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @media screen and (max-width: 948px) {
- .Navbar{
- display: flex;
- position: relative;
- padding-top: 2px;
- padding-bottom: 14px;
- }
- .mobnavitem{
- text-decoration: none;
- color: #183f37;
- margin-left: 8px;
- }
- .nav-item {
- display: none;
- }
- .nav-items {
- display: none;
- }
- .inner-submenu-window {
- display: none;
- }
- .Navbar-mobile {
- display: block;
- position: relative;
- text-decoration: none;
- top: 0.3px;
- flex-direction: column;
- background-color: #CEA23B;
- width: 100%;
- /* transition: height 0.2s ease-in-out; */
- }
- .mobile-nav-items {
- color: #183f37;
- text-align: left;
- background-color: #CEA23B;
- padding: 0.8rem;
- }
- /* .Navbar a{
- color: #183f37;
- margin-left: 20px;
- text-decoration: none;
- } */
- .submenu {
- display: none;
- }
- .show {
- display: block;
- }
- .chevron {
- position: relative;
- color: #183f37;
- font-size: 18px;
- float: right;
- padding: 0 20px;
- top: 1px;
- }
- .stretch{
- color: black
- }
- .mobile-nav-icon {
- position: absolute;
- font-size: 25px;
- top: 1px;
- right: 20px;
- padding: 0.4rem;
- }
- .search {
- position: absolute;
- display: block;
- font-size: 22px;
- top: 10px;
- right: 10px;
- background-color: #E8C99B;
- padding: 0.5rem;
- border-radius: 45%;
- }
- .mobile-submenu-window {
- text-transform: camelcase;
- margin-top: 10px;
- margin-left: 12px;
- font-size: 16px;
- position: relative;
- }
- .mobile-dropDownItem {
- list-style: none;
- text-decoration: none;
- color: #183f37;
- padding: 6px;
- display: block;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement