Commit 04ce45d324192ecd8ce6614c72c4121a34396fc2

Authored by Eugeny Galkovskiy
1 parent 13117b6f

123

Showing 1 changed file with 16 additions and 0 deletions   Show diff stats
frontend/web/css/style.css
... ... @@ -1699,6 +1699,7 @@ p.right{text-align: right;}
1699 1699 bottom:0;
1700 1700 }
1701 1701 .cols a .label span{font-weight: 600;padding-right: 5px;}
  1702 +.menu .container{position:relative;}
1702 1703 .menu .container ul li:hover .dropd_menu{
1703 1704 display: block;
1704 1705 }
... ... @@ -1713,6 +1714,18 @@ p.right{text-align: right;}
1713 1714 padding: 20px 10px;
1714 1715 display: none;
1715 1716 }
  1717 +.openmenu{
  1718 + position: absolute;
  1719 + z-index: 1;
  1720 + width: 25px;
  1721 + height: 25px;
  1722 + font-size: 24px;
  1723 + display: flex;
  1724 + justify-content: center;
  1725 + align-items: center;
  1726 + font-weight: bold;
  1727 + display:none;
  1728 +}
1716 1729 .dropd_menu:before {
1717 1730 position: absolute;
1718 1731 content: '';
... ... @@ -2097,6 +2110,9 @@ p.right{text-align: right;}
2097 2110 }
2098 2111 }
2099 2112 @media (max-width: 991px) {
  2113 + .openmenu{
  2114 + display:block;
  2115 + }
2100 2116 .post_1_main{margin-left:0;}
2101 2117 .carousel{margin: 0px auto;}
2102 2118 .post_1_start{padding-left:0px;}
... ...