File: _featurette.scss

package info (click to toggle)
select2.js 4.0.1~dfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,416 kB
  • ctags: 143
  • sloc: makefile: 7
file content (16 lines) | stat: -rw-r--r-- 193 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Homepage featurettes

.s2-docs-featurette {
  color: #777;
  padding: 15px 0;
  text-align: center;

  h4 {
    margin: 30px 0 15px;
  }

  .fa {
    font-size: 28px;
    color: #777;
  }
}