Commit 24a306acead229c8427cee3e41d91f4466ba4443
1 parent
7518e0e7
290616
Showing
1 changed file
with
7 additions
and
3 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -856,10 +856,14 @@ padding-left:27px; |
856 | 856 | position:absolute; |
857 | 857 | } |
858 | 858 | .basket_head .basket_head_title{ |
859 | - text-transform: uppercase; | |
860 | - font-size:18px; | |
861 | - color:#333333; | |
859 | + text-transform: uppercase; | |
860 | + font-size: 18px; | |
861 | + color: #333333; | |
862 | 862 | font-weight: 600; |
863 | + text-align: center; | |
864 | + width: 125px; | |
865 | + left: -20px; | |
866 | + position: absolute; | |
863 | 867 | } |
864 | 868 | .basket_head .bh_cell.img{ |
865 | 869 | top:16px; | ... | ... |