mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
density responsive image
This commit is contained in:
@@ -454,6 +454,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
&#density{
|
||||
.feature-graphic{
|
||||
width: 768px;
|
||||
height: 302px;
|
||||
background: image-url('../images/feature-density.png') 0 0 no-repeat;
|
||||
@include img-retina("../images/feature-density.png", "../images/feature-density@2x.png", 768px, 302px);
|
||||
}
|
||||
}
|
||||
|
||||
&#partners{
|
||||
.partner-logos{
|
||||
.docker-wrap{
|
||||
@@ -524,6 +533,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
&#density{
|
||||
.feature-graphic{
|
||||
margin-top: $small-pad;
|
||||
width: 480px;
|
||||
height: 189px;
|
||||
background: image-url('../images/feature-density.png') 0 0 no-repeat;
|
||||
@include img-retina("../images/feature-density.png", "../images/feature-density@2x.png", 480px, 189px);
|
||||
}
|
||||
}
|
||||
|
||||
&#partners{
|
||||
.partner-logo{
|
||||
display: block !important;
|
||||
@@ -618,6 +637,15 @@
|
||||
@include img-retina("../images/feature-healing.png", "../images/feature-healing@2x.png", 280px, 86px);
|
||||
}
|
||||
}
|
||||
|
||||
&#density{
|
||||
.feature-graphic{
|
||||
width: 280px;
|
||||
height: 110px;
|
||||
background: image-url('../images/feature-density.png') 0 0 no-repeat;
|
||||
@include img-retina("../images/feature-density.png", "../images/feature-density@2x.png", 280px, 110px);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user