1
0
mirror of synced 2024-11-23 13:36:01 +03:00
select2/docs/_sass/_home.scss

37 lines
471 B
SCSS
Raw Normal View History

.notice-previous {
background: #f6f6f6;
color: #666;
2015-04-28 03:36:57 +03:00
border-bottom: 1px solid #eee;
padding: 15px 20px;
}
.s2-docs-home .jumbotron {
margin-bottom: 0;
color: #000;
h1 {
color: #000;
margin-top: 20px;
}
}
2015-04-30 01:59:06 +03:00
#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;
}
2015-04-30 01:59:06 +03:00
}