@@ -529,6 +529,12 @@ footer {
529
529
background-color : # 3D3D3D ;
530
530
padding : 1px 20px 30px 20px ; }
531
531
532
+ .bottom-footer .menu-item .menu-link {
533
+ color : # fff ;
534
+ font-size : 16px ; }
535
+ .bottom-footer .menu-item .menu-link : hover {
536
+ color : # 0096ff ; }
537
+
532
538
.social-links {
533
539
font-size : 13px ;
534
540
line-height : 1.2em ;
@@ -548,32 +554,43 @@ footer {
548
554
text-align : center;
549
555
font-size : 12px ;
550
556
line-height : 14px ;
551
- color : # 656565 ; }
557
+ color : # fff ; }
558
+
559
+ .social-links .fb-link {
560
+ background-image : url(@@cdn /i/ico-facebook_desktop.svg);
561
+ width : 27px ;
562
+ height : 27px ; }
563
+ .social-links .twitter-link {
564
+ background-image : url(@@cdn /i/ico-twitter_desktop.svg);
565
+ width : 28px ;
566
+ height : 24px ; }
567
+ .social-links .linkedin-link {
568
+ background-image : url(@@cdn /i/ico-linkedin_desktop.svg);
569
+ width : 27px ;
570
+ height : 27px ; }
571
+ .social-links .google-link {
572
+ background-image : url(@@cdn /i/ico-google_desktop.svg);
573
+ width : 27px ;
574
+ height : 27px ; }
552
575
553
576
@media only screen and (max-width : 1024px ) {
577
+ .bottom-footer {
578
+ padding-top : 36px ;
579
+ }
554
580
.bottom-footer , .fold-pusher {
555
- height : 170px ; }
581
+ height : auto; }
582
+ .social-links {
583
+ margin-top : 0 ;
584
+ margin-bottom : 6px ;
585
+ }
556
586
.bottom-footer .menu-item {
557
- display : none;
558
- margin-top : 30px ; }
559
- .menu-visible .bottom-footer .menu-item {
560
587
display : block; }
561
- .social-links .fb-link {
562
- background-image : url(@@cdn /i/ico-facebook.svg);
563
- width : 27px ;
564
- height : 27px ; }
565
- .social-links .twitter-link {
566
- background-image : url(@@cdn /i/ico-twitter.svg);
567
- width : 28px ;
568
- height : 24px ; }
569
- .social-links .linkedin-link {
570
- background-image : url(@@cdn /i/ico-linkedin.svg);
571
- width : 27px ;
572
- height : 27px ; }
573
- .social-links .google-link {
574
- background-image : url(@@cdn /i/ico-google.svg);
575
- width : 27px ;
576
- height : 27px ; } }
588
+ .bottom-footer nav {
589
+ position : relative;
590
+ top : auto;
591
+ left : auto;
592
+ text-align : center;
593
+ } }
577
594
578
595
@media only screen and (min-width : 1025px ) {
579
596
.bottom-footer , .fold-pusher {
@@ -585,32 +602,18 @@ footer {
585
602
.bottom-footer .menu-item {
586
603
text-align : center;
587
604
font-weight : normal; }
588
- .bottom-footer .menu-item .menu-link {
589
- color : # fff ;
590
- font-size : 16px ;
591
- line-height : 21px ; }
592
- .bottom-footer .menu-item .menu-link : hover {
593
- color : # 0096ff ; }
605
+ .bottom-footer .menu-item .menu-link {
606
+ line-height : 21px ; }
594
607
.copyright-notice {
595
- font-size : 15px ;
596
- color : # fff ; }
608
+ font-size : 15px ; }
597
609
.account-footer .copyright-notice {
598
- font-size : 12px ;
599
- color : # 656565 ; }
610
+ font-size : 12px ; }
600
611
.social-links {
601
612
margin-bottom : 3px ; }
602
613
.social-links a {
603
614
width : 26px ;
604
615
height : 26px ;
605
- margin-top : 13px ; }
606
- .social-links .fb-link {
607
- background-image : url(@@cdn /i/ico-facebook_desktop.svg); }
608
- .social-links .twitter-link {
609
- background-image : url(@@cdn /i/ico-twitter_desktop.svg); }
610
- .social-links .linkedin-link {
611
- background-image : url(@@cdn /i/ico-linkedin_desktop.svg); }
612
- .social-links .google-link {
613
- background-image : url(@@cdn /i/ico-google_desktop.svg); } }
616
+ margin-top : 13px ; } }
614
617
615
618
616
619
/* header / log-in area */
0 commit comments