1
0
mirror of synced 2024-11-23 05:26:10 +03:00
select2/docs/_sass/_s2-docs-footer.scss
2015-04-28 01:15:49 +02:00

38 lines
562 B
SCSS
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/* Footer */
.s2-docs-footer {
border-top: 1px solid #E5E5E5;
color: #767676;
padding-top: 40px;
padding-bottom: 40px;
margin-top: 100px;
text-align: center;
&-links {
padding-left: 0;
margin-top: 20px;
}
&-links li {
display: inline;
padding: 0 2px;
&:after {
content: "·";
padding-left: 8px;
}
&:first-child {
padding-left: 0;
}
&:last-child:after {
content: "";
padding-left: 0;
}
}
}
@media (min-width: 768px) {
.s2-docs-footer p {
margin-bottom: 0;
}
}