mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
17 lines
193 B
SCSS
17 lines
193 B
SCSS
// Homepage featurettes
|
|
|
|
.s2-docs-featurette {
|
|
color: #777;
|
|
padding: 15px 0;
|
|
text-align: center;
|
|
|
|
h4 {
|
|
margin: 30px 0 15px;
|
|
}
|
|
|
|
.fa {
|
|
font-size: 28px;
|
|
color: #777;
|
|
}
|
|
}
|