|
330 | 330 | /* Footer |
331 | 331 | ------------------------------------------------------------------- */ |
332 | 332 |
|
333 | | -#footer-content p, |
334 | | -#footer-content li { |
| 333 | +#footer-content { |
| 334 | + p, li { |
335 | 335 | font-size: rem-calc(13); |
336 | 336 | font-weight: 300; |
337 | | -} |
338 | | - |
339 | | -#footer { |
| 337 | + } |
| 338 | + #footer { |
340 | 339 | padding-top: 30px; |
341 | 340 | padding-bottom: 20px; |
342 | 341 | background: $footer-bg; |
343 | 342 | color: $footer-color; |
| 343 | + text-shadow: rgba(0, 0, 0, .498039) 0px 1px 2px; |
| 344 | + a { |
| 345 | + color: $footer-link-color; |
344 | 346 | } |
345 | | - |
346 | | - #footer a { |
347 | | - color: $footer-link-color; |
348 | | - } |
349 | | - #footer h4, |
350 | | - #footer h5 { |
351 | | - letter-spacing: 1px; |
352 | | - color: #fff; |
353 | | - text-transform: uppercase; |
| 347 | + h4, h5 { |
| 348 | + letter-spacing: 1px; |
| 349 | + color: #fff; |
| 350 | + text-transform: uppercase; |
354 | 351 | } |
| 352 | + } |
| 353 | +} |
355 | 354 |
|
356 | 355 |
|
357 | 356 | /* Subfooter |
358 | 357 | ------------------------------------------------------------------- */ |
359 | 358 |
|
360 | 359 | #subfooter { |
361 | | - background: $subfooter-bg; |
362 | | - color: $subfooter-color; |
363 | | - padding-top: 30px; |
364 | | - padding-bottom: 10px; |
365 | | -} |
366 | | - #subfooter-left ul.inline-list { |
367 | | - float: left; |
| 360 | + background: $subfooter-bg; |
| 361 | + color: $subfooter-color; |
| 362 | + padding-top: 30px; |
| 363 | + padding-bottom: 10px; |
| 364 | + #subfooter-left { |
| 365 | + ul.inline-list { |
| 366 | + float: left; |
368 | 367 | } |
369 | | - #subfooter .credits a { |
370 | | - color: $subfooter-link-color; |
371 | | - border: 0; |
372 | | - text-transform: uppercase; |
373 | | - &:hover { |
374 | | - color: #fff; |
375 | | - } |
| 368 | + } |
| 369 | + .credits { |
| 370 | + text-shadow: rgba(0, 0, 0, .498039) 0px 1px 2px; |
| 371 | + a { |
| 372 | + color: $subfooter-link-color; |
| 373 | + border: 0; |
| 374 | + text-transform: uppercase; |
| 375 | + &:hover { |
| 376 | + color: #fff; |
| 377 | + } |
376 | 378 | } |
377 | | - |
378 | | - #subfooter .social-icons li a { |
379 | | - font-size: rem-calc(23); |
380 | | - display: block; |
381 | | - width: 36px; |
382 | | - border-radius: 50%; |
383 | | - color: $subfooter-bg; |
384 | | - background: $subfooter-color; |
385 | | - text-align: center; |
| 379 | + } |
| 380 | + .social-icons { |
| 381 | + li a { |
| 382 | + font-size: rem-calc(23); |
| 383 | + display: block; |
| 384 | + width: 36px; |
| 385 | + border-radius: 50%; |
| 386 | + color: $subfooter-bg; |
| 387 | + background: $subfooter-color; |
| 388 | + text-align: center; |
386 | 389 | } |
387 | | - #subfooter .social-icons li a:hover { |
388 | | - background: $subfooter-bg; |
389 | | - color: #fff; |
| 390 | + li a:hover { |
| 391 | + background: $subfooter-bg; |
| 392 | + color: #fff; |
390 | 393 | } |
| 394 | + } |
| 395 | +} |
391 | 396 |
|
392 | 397 |
|
393 | 398 |
|
|
0 commit comments