File tree Expand file tree Collapse file tree 3 files changed +25
-16
lines changed Expand file tree Collapse file tree 3 files changed +25
-16
lines changed Original file line number Diff line number Diff line change 1
1
.footer {
2
2
border-top : 1px solid $elemnts-color ;
3
- font-size : 12px ;
4
- background-color : #fff ;
3
+ background-color : $white-color ;
5
4
6
- @include onMobile {
7
- height : 257px ;
8
- padding : 32px 16px ;
9
- }
10
5
@include onTablet {
11
6
height : 96px ;
12
7
}
13
8
9
+ @include onDesktop {
10
+ height : 96px ;
11
+ padding : 32px 16px ;
12
+ }
13
+
14
14
& __container {
15
15
height : 100% ;
16
16
@include container ;
21
21
@include onTablet {
22
22
flex-direction : row ;
23
23
}
24
-
25
- @include onDesktop {
26
- }
27
24
}
28
25
29
26
& __logo {
42
39
line-height : 11px ;
43
40
letter-spacing : 4% ;
44
41
color : $secondary-color ;
45
-
46
42
display : flex ;
47
-
48
43
align-items : center ;
49
-
50
44
width : 100% ;
51
45
justify-content : center ;
52
46
56
50
width : 200px ;
57
51
}
58
52
53
+ & -text {
54
+ font-size : pxToRem (12 );
55
+ font-weight : 700 ;
56
+ line-height : 16px ;
57
+ }
58
+
59
59
& -icon {
60
60
width : 32px ;
61
61
height : 32px ;
Original file line number Diff line number Diff line change 8
8
flex-direction : column ;
9
9
align-items : flex-start ;
10
10
gap : 16px ;
11
+ margin-top : 32px ;
12
+ margin-bottom : 32px ;
11
13
12
14
@include onTablet {
13
15
flex-direction : row ;
14
16
align-items : center ;
15
17
}
18
+
19
+ @include onDesktop {
20
+ gap : 106px ;
21
+ }
16
22
}
17
23
18
24
& __link {
19
25
text-decoration : none ;
20
26
color : inherit ;
21
27
text-transform : uppercase ;
22
28
font-weight : 800 ;
23
- font-size : 12 px ;
29
+ font-size : pxToRem ( 12 ) ;
24
30
line-height : 11px ;
25
- letter-spacing : 4 % ;
26
- color : #89939a ;
31
+ letter-spacing : 0.04 em ;
32
+ color : $secondary-color ;
27
33
flex : 1 ;
28
34
text-align : center ;
29
35
}
36
+
37
+ @include onTablet {
38
+ }
30
39
}
Original file line number Diff line number Diff line change 57
57
58
58
.footer {
59
59
// background-color: lightgray;
60
- padding : 20 px ;
60
+ padding : 0 px ;
61
61
text-align : center ;
62
62
}
You can’t perform that action at this time.
0 commit comments