|
1 | 1 | @import 'topcoder/tc-includes'; |
2 | 2 |
|
| 3 | +footer { |
| 4 | + font-family: "Merriweather Sans","Helvetica Neue",Helvetica,Arial,sans-serif; |
| 5 | + font-weight: 400; |
| 6 | +} |
| 7 | + |
3 | 8 | .bottom-footer { |
4 | 9 | background-color: $gray-darkest; |
5 | 10 | padding: 1px 20px 30px 20px; |
6 | 11 | } |
7 | 12 |
|
| 13 | +.bottom-footer .menu-item .menu-link { |
| 14 | + color: $tc-white; |
| 15 | + font-size: ; |
| 16 | +} |
| 17 | + |
| 18 | +.bottom-footer .menu-item .menu-link:hover { |
| 19 | + color: $primary; |
| 20 | +} |
| 21 | + |
8 | 22 | .social-links { |
9 | 23 | font-size: 13px; |
10 | 24 | line-height: 1.2em; |
11 | 25 | text-align: center; |
12 | 26 | font-weight: normal; |
13 | 27 | margin: 35px 0; |
14 | | - color: #fff; |
| 28 | + color: $tc-white; |
15 | 29 |
|
16 | 30 | a { |
17 | 31 | display: inline-block; |
|
23 | 37 | margin-left: 30px; |
24 | 38 | } |
25 | 39 | } |
| 40 | + |
| 41 | + .fb-link { |
| 42 | + background-image: url(@@cdn/i/ico-facebook_desktop.svg); |
| 43 | + width: 27px; |
| 44 | + height: 27px; |
| 45 | + } |
| 46 | + |
| 47 | + .twitter-link { |
| 48 | + background-image: url(@@cdn/i/ico-twitter_desktop.svg); |
| 49 | + width: 28px; |
| 50 | + height: 24px; |
| 51 | + } |
| 52 | + |
| 53 | + .linkedin-link { |
| 54 | + background-image: url(@@cdn/i/ico-linkedin_desktop.svg); |
| 55 | + width: 27px; |
| 56 | + height: 27px; |
| 57 | + } |
| 58 | + |
| 59 | + .google-link { |
| 60 | + background-image: url(@@cdn/i/ico-google_desktop.svg); |
| 61 | + width: 27px; |
| 62 | + height: 27px; |
| 63 | + } |
26 | 64 | } |
27 | 65 |
|
28 | 66 | .copyright-notice { |
29 | 67 | text-align: center; |
30 | 68 | font-size: 12px; |
31 | 69 | line-height: 14px; |
32 | | - color: #656565; |
| 70 | + color: $tc-white; |
33 | 71 | } |
34 | 72 |
|
35 | 73 |
|
36 | 74 | @media only screen and (max-width : 1024px) { |
37 | 75 | // removed fold-pusher from the rule to remove white space |
38 | | - // .bottom-footer, .fold-pusher { |
39 | | - .bottom-footer { |
40 | | - height: 200px; |
| 76 | + .bottom-footer, .fold-pusher { |
| 77 | + // .bottom-footer { |
| 78 | + height: auto; |
41 | 79 | } |
42 | 80 | .bottom-footer .menu-item { |
43 | | - display: none; |
44 | | - margin-top: 10px; |
| 81 | + display: block; |
45 | 82 | } |
46 | 83 |
|
47 | 84 | .social-links { |
| 85 | + margin-top: 0; |
| 86 | + margin-bottom: 6px; |
| 87 | + |
48 | 88 | .fb-link { |
49 | | - background-image: url(../../images/ico-facebook.svg); |
50 | 89 | width: 27px; |
51 | 90 | height: 27px; |
52 | 91 | } |
53 | 92 |
|
54 | 93 | .twitter-link { |
55 | | - background-image: url(../../images/ico-twitter.svg); |
56 | 94 | width: 28px; |
57 | 95 | height: 24px; |
58 | 96 | } |
59 | 97 |
|
60 | 98 | .linkedin-link { |
61 | | - background-image: url(../../images/ico-linkedin.svg); |
62 | 99 | width: 27px; |
63 | 100 | height: 27px; |
64 | 101 | } |
65 | 102 |
|
66 | 103 | .google-link { |
67 | | - background-image: url(../../images/ico-google.svg); |
68 | 104 | width: 27px; |
69 | 105 | height: 27px; |
70 | 106 | } |
71 | 107 | } |
72 | 108 |
|
73 | 109 | .bottom-footer nav { |
74 | | - position: absolute; |
75 | | - top: 1047px; |
76 | | - left: 0; |
77 | | - width: 100%; |
78 | | - padding: 20px; |
79 | | - background-color: $gray-darkest; |
| 110 | + position: relative;; |
| 111 | + top: auto; |
| 112 | + left: auto; |
| 113 | + text-align: center; |
80 | 114 |
|
81 | 115 | ul a { |
82 | 116 | color: $white; |
|
86 | 120 |
|
87 | 121 | @media only screen and (min-width : 1025px) { |
88 | 122 | // removed fold-pusher from the rule to remove white space |
89 | | - // .bottom-footer, .fold-pusher { |
90 | | - .bottom-footer { |
91 | | - height: 270px; |
| 123 | + .bottom-footer, .fold-pusher { |
| 124 | + // .bottom-footer { |
| 125 | + height: 200px; |
92 | 126 | } |
93 | 127 | .bottom-footer { |
94 | 128 | padding-top: 40px; |
|
102 | 136 | font-weight: normal; |
103 | 137 |
|
104 | 138 | .menu-link { |
105 | | - color: #fff; |
106 | | - font-size: 16px; |
107 | 139 | line-height: 21px; |
108 | 140 | } |
109 | | - .menu-link:hover { |
110 | | - color: #0096ff; |
111 | | - } |
112 | 141 | } |
113 | 142 | } |
114 | 143 |
|
115 | 144 | .copyright-notice { |
116 | 145 | font-size: 15px; |
117 | | - color: #fff; |
| 146 | + color: $tc-white; |
118 | 147 | } |
119 | 148 |
|
120 | 149 | .account-footer { |
121 | 150 | .copyright-notice { |
122 | 151 | font-size: 12px; |
123 | | - color: #656565; |
124 | 152 | } |
125 | 153 | } |
126 | 154 |
|
|
132 | 160 | height: 26px; |
133 | 161 | margin-top: 13px; |
134 | 162 | } |
135 | | - |
136 | | - .fb-link { |
137 | | - background-image: url(../../images/ico-facebook_desktop.svg); |
138 | | - } |
139 | | - |
140 | | - .twitter-link { |
141 | | - background-image: url(../../images/ico-twitter_desktop.svg); |
142 | | - } |
143 | | - |
144 | | - .linkedin-link { |
145 | | - background-image: url(../../images/ico-linkedin_desktop.svg); |
146 | | - } |
147 | | - |
148 | | - .google-link { |
149 | | - background-image: url(../../images/ico-google_desktop.svg); |
150 | | - } |
151 | 163 | } |
152 | 164 | } |
0 commit comments