Remove bad CSS
This commit is contained in:
parent
caa018e56f
commit
e77dc8e6ee
|
@ -60,73 +60,6 @@ body.page-home{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#trusted{
|
|
||||||
background-color: $black;
|
|
||||||
padding: 140px 0;
|
|
||||||
|
|
||||||
h3{
|
|
||||||
margin-bottom: 60px;
|
|
||||||
color: $white;
|
|
||||||
text-transform: uppercase;
|
|
||||||
font-size: 18px;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.trusted-items{
|
|
||||||
width: 800px;
|
|
||||||
margin: 0 auto;
|
|
||||||
|
|
||||||
ul {
|
|
||||||
padding: 0;
|
|
||||||
> li{
|
|
||||||
display: inline-block;
|
|
||||||
float: left;
|
|
||||||
width: 25%;
|
|
||||||
height: 80px;
|
|
||||||
margin: 12px 0;
|
|
||||||
background: image-url('trusted-sprite.png') 0 0 no-repeat;
|
|
||||||
|
|
||||||
&#i0{
|
|
||||||
background-position: 0 0;
|
|
||||||
}
|
|
||||||
&#i1{
|
|
||||||
background-position: 0 -80px;
|
|
||||||
}
|
|
||||||
&#i2{
|
|
||||||
background-position: 0 -160px;
|
|
||||||
}
|
|
||||||
&#i3{
|
|
||||||
background-position: 0 -240px;
|
|
||||||
}
|
|
||||||
&#i4{
|
|
||||||
background-position: 0 -320px;
|
|
||||||
}
|
|
||||||
&#i5{
|
|
||||||
background-position: 0 -400px;
|
|
||||||
}
|
|
||||||
&#i6{
|
|
||||||
background-position: 0 -480px;
|
|
||||||
}
|
|
||||||
&#i7{
|
|
||||||
background-position: 0 -560px;
|
|
||||||
}
|
|
||||||
&#i8{
|
|
||||||
background-position: 0 -640px;
|
|
||||||
}
|
|
||||||
&#i9{
|
|
||||||
background-position: 0 -720px;
|
|
||||||
}
|
|
||||||
&#i10{
|
|
||||||
background-position: 0 -800px;
|
|
||||||
}
|
|
||||||
&#i11{
|
|
||||||
background-position: 0 -880px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 992px) {
|
@media (max-width: 992px) {
|
||||||
#features{
|
#features{
|
||||||
top: $large-negative-hero-margin;
|
top: $large-negative-hero-margin;
|
||||||
|
|
|
@ -28,13 +28,6 @@
|
||||||
-webkit-backface-visibility:hidden;
|
-webkit-backface-visibility:hidden;
|
||||||
@include consul-gradient-bg();
|
@include consul-gradient-bg();
|
||||||
|
|
||||||
&.mobile-hero{
|
|
||||||
background: transparent image-url('node-hero-pattern.jpg') center center;
|
|
||||||
background-size: 320px 320px;
|
|
||||||
background: -webkit-image-set( image-url('node-hero-pattern.jpg') 1x, image-url('node-hero-pattern$2x.jpg') 2x );
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.jumbotron-dots{
|
.jumbotron-dots{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
Loading…
Reference in a new issue