File tree Expand file tree Collapse file tree 12 files changed +89
-25
lines changed
Expand file tree Collapse file tree 12 files changed +89
-25
lines changed Original file line number Diff line number Diff line change 2020
2121< body class ="page ">
2222 < header class ="main-header " data-test ="header ">
23- < nav class ="navigation navigation--closed navigation--nojs container ">
24- < div class ="navigation__container ">
23+ < nav class ="navigation navigation--closed navigation--nojs container navigation--catalog ">
24+ < div class ="navigation__container navigation__container--catalog ">
2525 < a class ="navigation__logo-image logo " href ="index.html ">
2626 < picture >
2727 < source media ="(min-width: 1200px) " srcset ="images/logodesktop.svg " width ="70 " height ="59 " type ="image/svg+xml ">
Original file line number Diff line number Diff line change 2020 font-weight : 400 ;
2121 text-align : start ;
2222 width : 280px ;
23- margin-bottom : 40 px ;
23+ margin-bottom : 38 px ;
2424
2525 @media (min-width : $tablet-width ) {
2626 line-height : 60px ;
Original file line number Diff line number Diff line change 3535
3636.copyright__logo svg {
3737 fill : #666666 ;
38+ flex-shrink : 0 ;
3839}
3940
4041.copyright__logo :hover svg {
Original file line number Diff line number Diff line change 99 content : " " ;
1010 position : absolute ;
1111 top : 0 ;
12- height : calc ( 100% - 135 px ) ;
12+ height : 100% ;
1313 background-color : #eaeaea ;
1414 width : 100vw ;
1515 left : calc ((100vw - 100% ) / -2 );
2323 @media (min-width : $desktop-width ) {
2424 top : 135px ;
2525 background-color : #f2f2f2 ;
26+ height : calc (100% - 135px );
2627 }
2728 }
2829
Original file line number Diff line number Diff line change 165165
166166 @media (min-width : $desktop-width ) {
167167 margin-top : -315px ;
168- margin-right : 22 px ;
168+ margin-right : 221 px ;
169169 }
170170}
Original file line number Diff line number Diff line change 1+ .navigation-catalog {
2+ display : flex ;
3+ flex-direction : column ;
4+ position : relative ;
5+
6+ & ::after {
7+ content : " " ;
8+ position : absolute ;
9+ bottom : -2px ;
10+ height : 1px ;
11+ background-color : #ebebeb ;
12+ width : 100vw ;
13+ left : calc ((100vw - 100% ) / -2 );
14+
15+ @media (min-width : $tablet-width ) {
16+ height : 0 ;
17+ }
18+ }
19+
20+ @media (min-width : $tablet-width ) {
21+ display : flex ;
22+ flex-direction : row ;
23+ justify-content : space-between ;
24+ align-items : center ;
25+ min-height : 50px ;
26+ margin-top : 25px ;
27+ }
28+
29+ @media (min-width : $desktop-width ) {
30+ margin-top : 55px ;
31+ min-height : 59px ;
32+ }
33+ }
Original file line number Diff line number Diff line change 120120 text-decoration : none ;
121121
122122 @media (min-width : $tablet-width ) {
123- height : 33px ;
123+ min- height : 33px ;
124124
125125 & :hover {
126126 opacity : 0.6 ;
133133
134134 @media (min-width : $desktop-width ) {
135135 color : #ffffff ;
136- height : 37px ;
136+ min- height : 37px ;
137137
138138 & :hover {
139139 opacity : 0.6 ;
260260 align-items : center ;
261261 }
262262}
263+
264+ .navigation.navigation--catalog {
265+ @media (min-width : $tablet-width ) {
266+ height : auto ;
267+ min-height : 50px ;
268+ }
269+
270+ @media (min-width : $desktop-width ) {
271+ height : auto ;
272+ min-height : 59px ;
273+ }
274+ }
275+
276+ .navigation__container.navigation__container--catalog {
277+ @media (min-width : $tablet-width ) {
278+ align-items : end ;
279+ margin-top : 16px ;
280+ }
281+
282+ @media (min-width : $desktop-width ) {
283+ margin-top : 25px ;
284+ }
285+ }
Original file line number Diff line number Diff line change 7272 @media (min-width : $tablet-width ) {
7373 top : 15px ;
7474 }
75+
76+ @media (min-width : $desktop-width ) {
77+ top : 18px ;
78+ }
7579}
7680
7781.other-products__title span {
Original file line number Diff line number Diff line change 3636 width : 435px ;
3737 font-size : 60px ;
3838 line-height : 60px ;
39- margin : 65 px 0 84px ;
39+ margin : 48 px 0 84px ;
4040 margin-left : 0 ;
4141 }
4242
4343 @media (min-width : $desktop-width ) {
4444 margin-left : 0 ;
45- margin-top : 75 px ;
45+ margin-top : 57 px ;
4646 margin-bottom : 83px ;
4747 }
4848}
You can’t perform that action at this time.
0 commit comments