1
0
mirror of synced 2024-11-23 05:26:10 +03:00
select2/docs/css/s2-docs.scss
2015-05-08 04:14:41 +02:00

46 lines
677 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.

---
---
@import "result-repository";
@import "sidenav";
@import "hamburger";
@import "layout";
@import "nav";
@import "footer";
@import "alert";
@import "home";
@import "examples";
@import "social";
@import "buttons";
@import "anchorjs";
@import "jumbotron";
@import "prettify";
.btn-toolbar {
margin-bottom: 20px;
}
/* Inline code within headings retain the heading's background-color */
h2 code,
h3 code,
h4 code {
background-color: inherit;
}
h1[id] {
padding-top: 20px;
margin-top: 0;
}
/* pre */
pre {
padding: 9px 14px;
margin-bottom: 14px;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
}
.half-rule {
width: 100px;
margin: 40px auto;
}