Commit fdde6bd7c3555aefc3e3d5b652dd77f03ba85a27
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 | 1690 | position: absolute; |
1691 | 1691 | width: 100%; |
1692 | 1692 | left: 0; |
1693 | - bottom: 0; | |
1693 | + bottom: calc(0% - 40px); | |
1694 | 1694 | font-size: 14px; |
1695 | 1695 | font-weight: 500; |
1696 | 1696 | display: flex; |
... | ... | @@ -1698,6 +1698,9 @@ p.right{text-align: right;} |
1698 | 1698 | align-items: center; |
1699 | 1699 | letter-spacing: 0.4px; |
1700 | 1700 | } |
1701 | +.cols a .label:hover{ | |
1702 | + bottom:0; | |
1703 | +} | |
1701 | 1704 | .cols a .label span{font-weight: 600;padding-right: 5px;} |
1702 | 1705 | .menu .container ul li:hover .dropd_menu{ |
1703 | 1706 | display: block; | ... | ... |