1
0
mirror of synced 2024-11-22 21:16:10 +03:00
select2/docs/_sass/_footer.scss

39 lines
547 B
SCSS
Raw Normal View History

.s2-docs-footer {
2015-05-07 19:57:06 +03:00
border-top: 1px solid #eee;
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;
}
2015-06-06 16:32:11 +03:00
&:first-child {
padding-left: 0;
}
2015-06-06 16:32:11 +03:00
&:last-child:after {
content: "";
padding-left: 0;
}
}
}
@media (min-width: 768px) {
.s2-docs-footer p {
margin-bottom: 0;
}
}