1
0
mirror of synced 2025-02-09 16:49:24 +03:00
select2/docs/_sass/_s2-docs-home.scss
Florian Kissling dc679f7cbd Add a "feature overview" section to the homepage.
While I'm not too happy with things as they currently are, it's a start.
This also removes the icon from the "Download" button.
2015-05-08 03:29:16 +02:00

37 lines
471 B
SCSS

.notice-previous {
background: #f6f6f6;
color: #666;
border-bottom: 1px solid #eee;
padding: 15px 20px;
}
.s2-docs-home .jumbotron {
margin-bottom: 0;
color: #000;
h1 {
color: #000;
margin-top: 20px;
}
}
#lead {
text-align: center;
max-width: 800px;
margin: 0 auto 40px;
}
.s2-docs-featurette {
color: #777;
text-align: center;
padding: 15px 0;
.fa {
font-size: 28px;
color: #777;
}
h4 {
margin: 30px 0 15px;
}
}