Sha256: 3f8f7bca3cc6bc2a56808903d9457b850fb8a50eccebbb3450a3169282035abe
Contents?: true
Size: 1.69 KB
Versions: 4
Compression:
Stored size: 1.69 KB
Contents
body.page-download { background: $vagrant-blue image-url("sidebar_background_inner.png") top left no-repeat; >.container { #main-content { background-color: $white; min-height: 800px; padding: 0 40px 40px 40px; &::before { content: ""; position: absolute; top: 0; bottom: 0; left: -9999px; right: 0; border-left: none; box-shadow: 9999px 0 0 $white; } > div { position: relative; z-index: 10; } } } .downloads { margin-top: 20px; .description { margin-bottom: 20px; } .download { border-bottom: 1px solid #b2b2b2; padding-bottom: 15px; margin-top: 10px; margin-bottom: 10px; .details { padding-left: 95px; h2 { margin-top: 0px; } ul { padding-left: 0px; } li { display: inline-block; &:after { content: " | "; } &:last-child:after { content: ""; } } } .icon { img { width: 75px; } } .os-name { font-size: 40px; padding-top: 27px; margin-bottom: -3px; } } .poweredby { margin-top: 20px; img { display: block; margin: 0 auto; width: 122px; } } } } @media (max-width: 992px) { body.page-download { >.container{ padding-left: 0; padding-right: 0; #main-content { min-height: 0; } } } } @media (max-width: 768px) { body.page-download { .equal-height { display: inherit; } } }
Version data entries
4 entries across 4 versions & 1 rubygems