|
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: 16px; |
| 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(../../images/ico-facebook_desktop.svg); |
| 43 | + width: 27px; |
| 44 | + height: 27px; |
| 45 | + } |
| 46 | + |
| 47 | + .twitter-link { |
| 48 | + background-image: url(../../images/ico-twitter_desktop.svg); |
| 49 | + width: 28px; |
| 50 | + height: 24px; |
| 51 | + } |
| 52 | + |
| 53 | + .linkedin-link { |
| 54 | + background-image: url(../../images/ico-linkedin_desktop.svg); |
| 55 | + width: 27px; |
| 56 | + height: 27px; |
| 57 | + } |
| 58 | + |
| 59 | + .google-link { |
| 60 | + background-image: url(../../images/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; |
| 82 | + } |
| 83 | + .bottom-footer { |
| 84 | + padding-top: 36px; |
45 | 85 | }
|
46 | 86 |
|
47 | 87 | .social-links {
|
| 88 | + margin-top: 0; |
| 89 | + margin-bottom: 6px; |
| 90 | + |
48 | 91 | .fb-link {
|
49 |
| - background-image: url(../../images/ico-facebook.svg); |
50 | 92 | width: 27px;
|
51 | 93 | height: 27px;
|
52 | 94 | }
|
53 | 95 |
|
54 | 96 | .twitter-link {
|
55 |
| - background-image: url(../../images/ico-twitter.svg); |
56 | 97 | width: 28px;
|
57 | 98 | height: 24px;
|
58 | 99 | }
|
59 | 100 |
|
60 | 101 | .linkedin-link {
|
61 |
| - background-image: url(../../images/ico-linkedin.svg); |
62 | 102 | width: 27px;
|
63 | 103 | height: 27px;
|
64 | 104 | }
|
65 | 105 |
|
66 | 106 | .google-link {
|
67 |
| - background-image: url(../../images/ico-google.svg); |
68 | 107 | width: 27px;
|
69 | 108 | height: 27px;
|
70 | 109 | }
|
71 | 110 | }
|
72 | 111 |
|
73 | 112 | .bottom-footer nav {
|
74 |
| - position: absolute; |
75 |
| - top: 1047px; |
76 |
| - left: 0; |
77 |
| - width: 100%; |
78 |
| - padding: 20px; |
79 |
| - background-color: $gray-darkest; |
| 113 | + position: relative;; |
| 114 | + top: auto; |
| 115 | + left: auto; |
| 116 | + text-align: center; |
80 | 117 |
|
81 | 118 | ul a {
|
82 | 119 | color: $white;
|
|
86 | 123 |
|
87 | 124 | @media only screen and (min-width : 1025px) {
|
88 | 125 | // removed fold-pusher from the rule to remove white space
|
89 |
| - // .bottom-footer, .fold-pusher { |
90 |
| - .bottom-footer { |
91 |
| - height: 270px; |
| 126 | + .bottom-footer, .fold-pusher { |
| 127 | + // .bottom-footer { |
| 128 | + height: 200px; |
92 | 129 | }
|
93 | 130 | .bottom-footer {
|
94 | 131 | padding-top: 40px;
|
|
102 | 139 | font-weight: normal;
|
103 | 140 |
|
104 | 141 | .menu-link {
|
105 |
| - color: #fff; |
106 |
| - font-size: 16px; |
107 | 142 | line-height: 21px;
|
108 | 143 | }
|
109 |
| - .menu-link:hover { |
110 |
| - color: #0096ff; |
111 |
| - } |
112 | 144 | }
|
113 | 145 | }
|
114 | 146 |
|
115 | 147 | .copyright-notice {
|
116 | 148 | font-size: 15px;
|
117 |
| - color: #fff; |
| 149 | + color: $tc-white; |
118 | 150 | }
|
119 | 151 |
|
120 | 152 | .account-footer {
|
121 | 153 | .copyright-notice {
|
122 | 154 | font-size: 12px;
|
123 |
| - color: #656565; |
124 | 155 | }
|
125 | 156 | }
|
126 | 157 |
|
|
132 | 163 | height: 26px;
|
133 | 164 | margin-top: 13px;
|
134 | 165 | }
|
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 | 166 | }
|
152 | 167 | }
|
0 commit comments