66 lines
2.6 KiB
SCSS
66 lines
2.6 KiB
SCSS
/* footer */
|
|
|
|
.social { border-top-color: $FooterTextPmc !important; }
|
|
.condo .social { border-top-color: $FooterTextCondo !important; }
|
|
|
|
.d1 { border-top-color: $FooterTextPmc !important; border-bottom-color: $FooterTextPmc !important; }
|
|
.d2 { border-color: $FooterTextPmc !important; }
|
|
.condo .d1 { border-top-color: $FooterTextCondo !important; border-bottom-color: $FooterTextCondo !important; }
|
|
.condo .d2 { border-color: $FooterTextCondo !important; }
|
|
|
|
.info1 { background: url("./images/defaultjob_icon-53.png") no-repeat left !important; }
|
|
.job-headset { background-image: url(./images/headset_icon-53.png) !important; }
|
|
.job-huolto { background-image: url(./images/huoltoyhtio_icon-53.png) !important; }
|
|
.job-isannoi { background-image: url(./images/isannoitsija_icon-53.png) !important; }
|
|
|
|
.condo .info1 { background: url("./images/defaultjob_icon-53-condo.png") no-repeat left !important; }
|
|
.condo .job-headset { background-image: url(./images/headset_icon-53-condo.png) !important; }
|
|
.condo .job-huolto { background-image: url(./images/huoltoyhtio_icon-53-condo.png) !important; }
|
|
.condo .job-isannoi { background-image: url(./images/isannoitsija_icon-53-condo.png) !important; }
|
|
|
|
/*.femail:hover { color: $HoverColor !important; cursor: pointer; }*/
|
|
|
|
.stickyfooter { background: $FooterBgPmc !important; }
|
|
/*.section-colored*/.stickyfooter { box-shadow: inset 0px 5px 10px 0px rgba($MainColor, .4); }
|
|
.condo .stickyfooter { background: $FooterBgCondo !important; }
|
|
|
|
footer,
|
|
footer a,
|
|
/*.d2,*/
|
|
footer h2,
|
|
footer h3,
|
|
footer h4,
|
|
.social p { color: $FooterTextPmc !important; }
|
|
|
|
/*footer h2:hover,*/
|
|
.d2 h4:hover,
|
|
footer a:hover { color: $FooterTextHoverPmc !important; }
|
|
|
|
.condo footer,
|
|
.condo footer a,
|
|
/*.condo .d2,*/
|
|
.condo footer h2,
|
|
.condo footer h3,
|
|
.condo footer h4,
|
|
.condo .social p { color: $FooterTextCondo !important; }
|
|
|
|
/*.condo footer h2:hover,*/
|
|
.condo .d2 h4:hover,
|
|
.condo footer a:hover { color: $FooterTextHoverCondo !important; }
|
|
|
|
.poweredby { background-color: $PoweredBgPmc !important; }
|
|
.poweredby,
|
|
.poweredby a { color: $PoweredTextPmc !important; }
|
|
.poweredby a:hover { color: $HoverColor !important; }
|
|
|
|
.condo .poweredby { background-color: $PoweredBgCondo !important; }
|
|
.condo .poweredby,
|
|
.condo .poweredby a { color: $PoweredTextCondo !important; }
|
|
.condo .poweredby a:hover { color: $HoverColor !important; }
|
|
|
|
footer .ad { height: 175px !important; } /* ??? */
|
|
footer .ad > div { background-image: url("./images/ad-242.png") !important; }
|
|
@media (min-width:1178px) {
|
|
footer .ad > div { background-image: url("./images/ad-305.png") !important; }
|
|
}
|