mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
workloads responsive image
This commit is contained in:
@@ -443,6 +443,17 @@
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&#maintain{
|
||||
.feature-graphic{
|
||||
margin-top: -50px;
|
||||
width: 768px;
|
||||
height: 475px;
|
||||
background: image-url('../images/feature-manage.png') 0 0 no-repeat;
|
||||
@include img-retina("../images/feature-manage.png", "../images/feature-manage@2x.png", 768px, 475px);
|
||||
}
|
||||
}
|
||||
|
||||
&#partners{
|
||||
.partner-logos{
|
||||
.docker-wrap{
|
||||
@@ -492,6 +503,17 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&#maintain{
|
||||
.feature-graphic{
|
||||
margin-top: $small-pad;
|
||||
width: 480px;
|
||||
height: 297px;
|
||||
background: image-url('../images/feature-manage.png') 0 0 no-repeat;
|
||||
@include img-retina("../images/feature-manage.png", "../images/feature-manage@2x.png", 480px, 297px);
|
||||
}
|
||||
}
|
||||
|
||||
&#partners{
|
||||
.partner-logo{
|
||||
display: block !important;
|
||||
@@ -567,6 +589,16 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&#maintain{
|
||||
.feature-graphic{
|
||||
margin-top: $small-pad;
|
||||
width: 280px;
|
||||
height: 173px;
|
||||
background: image-url('../images/feature-manage.png') 0 0 no-repeat;
|
||||
@include img-retina("../images/feature-manage.png", "../images/feature-manage@2x.png", 280px, 173px);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user