| Current Path : /home/z/i/e/zieirix/www/templates/it_medical/scss/medical/ |
| Current File : /home/z/i/e/zieirix/www/templates/it_medical/scss/medical/_copyright.scss |
#g-copyright {
text-align: center;
background-color: $copyright-background-color;
@if $copyright-background-image {
background-image: url($copyright-background-image);
background-repeat: unquote($copyright-background-repeat);
background-size: unquote($copyright-background-size);
background-attachment: unquote($copyright-background-attachment);
}
color: $copyright-text-color;
h1, h2, h3, h4, h5, h6, strong {
color: $copyright-heading-color;
}
a {
color: lighten($copyright-text-color, 20%);
&:hover {
color: $accent-color-1;
}
}
.g-copyright-border {
border-top: 2px solid lighten($footer-background-color, 5%);
margin: 0 ($content-margin + $content-padding);
padding: 0 $content-padding;
}
}
@media print {
#g-copyright {
background: #fff !important;
color: #000 !important;
}
}