mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 02:45:42 +03:00
healing responsive image
This commit is contained in:
@@ -514,6 +514,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
&#healing{
|
||||
.feature-graphic{
|
||||
margin-top: $small-pad;
|
||||
width: 480px;
|
||||
height: 147px;
|
||||
background: image-url('../images/feature-healing.png') 0 0 no-repeat;
|
||||
@include img-retina("../images/feature-healing.png", "../images/feature-healing@2x.png", 480px, 147px);
|
||||
}
|
||||
}
|
||||
|
||||
&#partners{
|
||||
.partner-logo{
|
||||
display: block !important;
|
||||
@@ -599,6 +609,15 @@
|
||||
@include img-retina("../images/feature-manage.png", "../images/feature-manage@2x.png", 280px, 173px);
|
||||
}
|
||||
}
|
||||
|
||||
&#healing{
|
||||
.feature-graphic{
|
||||
width: 280px;
|
||||
height: 86px;
|
||||
background: image-url('../images/feature-healing.png') 0 0 no-repeat;
|
||||
@include img-retina("../images/feature-healing.png", "../images/feature-healing@2x.png", 280px, 86px);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user