home-assistant.github.io/sass/oscailte/homepage/_home.scss
Paulus Schoutsen b0bdfe2fe9 Update to site
2014-12-21 12:17:37 -08:00

44 lines
No EOL
708 B
SCSS

.usp {
text-align: center;
@media only screen and (min-width: $lap-start) and (max-width: $lap-end){
margin-bottom: 25px;
}
.icon {
i {
@include border-radius(50%);
border: 10px solid $blue;
color: $grayDarker;
display: inline-block;
font-size: 6em;
height: 1.85em;
line-height: normal;
padding: 0.3em;
width: 1.85em;
}
}
.title {
color: $grayDarker;
font-size: 1.1em;
line-height: 3em;
margin: 0;
text-align: center;
text-transform: capitalize;
+ hr {
margin: 0;
margin-bottom: 1em;
}
}
hr {
@extend .divider;
margin-bottom: 1em;
}
p {
text-align: left;
}
}