Commit 36409192d57a05ec371ca4801889c1d11cf04298

Authored by Alexey Boroda
2 parents d08b44b4 e8ac39fe

Merge remote-tracking branch 'origin/master'

Showing 1 changed file with 5 additions and 3 deletions   Show diff stats
frontend/web/css/style.css
... ... @@ -929,7 +929,7 @@ footer .socbuts a:hover{
929 929 .tile3 .picture, .tile4 .picture, .actions_cont .picture{
930 930 position: relative;
931 931 }
932   -.tile_1 a:hover .picture:after, .tile_2 a:hover .picture:after, .tile3 a:hover .picture:after, .tile4 a:hover .picture:after, .cols a:hover:after, .actions_cont a:hover .picture:after{
  932 +.tile_1 a:hover .picture:after, .tile_2 a:active .picture:after, .tile3 a:active .picture:after, .tile4 a:active .picture:after, .cols a:active:after, .actions_cont a:active .picture:after{
933 933 top:0;
934 934 }
935 935 .tile_2 .title_1{
... ... @@ -1673,7 +1673,6 @@ p.right{text-align: right;}
1673 1673 width: 100%;
1674 1674 max-width: 1014px;
1675 1675 margin: 0 auto;
1676   - padding-left:50px;
1677 1676 }
1678 1677 .collection .down .more{
1679 1678 width: 100%;
... ... @@ -1690,7 +1689,7 @@ p.right{text-align: right;}
1690 1689 position: absolute;
1691 1690 width: 100%;
1692 1691 left: 0;
1693   - bottom: 0;
  1692 + bottom: calc(0% - 40px);
1694 1693 font-size: 14px;
1695 1694 font-weight: 500;
1696 1695 display: flex;
... ... @@ -1698,6 +1697,9 @@ p.right{text-align: right;}
1698 1697 align-items: center;
1699 1698 letter-spacing: 0.4px;
1700 1699 }
  1700 +.cols a:hover .label{
  1701 + bottom:0;
  1702 +}
1701 1703 .cols a .label span{font-weight: 600;padding-right: 5px;}
1702 1704 .menu .container ul li:hover .dropd_menu{
1703 1705 display: block;
... ...