Commit fdde6bd7c3555aefc3e3d5b652dd77f03ba85a27

Authored by Eugeny Galkovskiy
1 parent 0c7dfb44

123

Showing 1 changed file with 4 additions and 1 deletions   Show diff stats
frontend/web/css/style.css
@@ -1690,7 +1690,7 @@ p.right{text-align: right;} @@ -1690,7 +1690,7 @@ p.right{text-align: right;}
1690 position: absolute; 1690 position: absolute;
1691 width: 100%; 1691 width: 100%;
1692 left: 0; 1692 left: 0;
1693 - bottom: 0; 1693 + bottom: calc(0% - 40px);
1694 font-size: 14px; 1694 font-size: 14px;
1695 font-weight: 500; 1695 font-weight: 500;
1696 display: flex; 1696 display: flex;
@@ -1698,6 +1698,9 @@ p.right{text-align: right;} @@ -1698,6 +1698,9 @@ p.right{text-align: right;}
1698 align-items: center; 1698 align-items: center;
1699 letter-spacing: 0.4px; 1699 letter-spacing: 0.4px;
1700 } 1700 }
  1701 +.cols a .label:hover{
  1702 + bottom:0;
  1703 +}
1701 .cols a .label span{font-weight: 600;padding-right: 5px;} 1704 .cols a .label span{font-weight: 600;padding-right: 5px;}
1702 .menu .container ul li:hover .dropd_menu{ 1705 .menu .container ul li:hover .dropd_menu{
1703 display: block; 1706 display: block;