Sha256: dbc55debe55ed7365d32f7577c872abe1caac1e628eb0c19066e127c994d65ee
Contents?: true
Size: 1.56 KB
Versions: 13
Compression:
Stored size: 1.56 KB
Contents
/* *= require mocha */ body { padding: 60px 0; } .test-context { -webkit-transform-origin: right top; -moz-transform-origin: right top; -ms-transform-origin: right top; -o-transform-origin: right top; transform-origin: right top; width: 1000px; height: 700px; position: fixed; top: 80px; right: 25px; /* inset */ border-top: 2px solid #c8c8c8; border-bottom: 2px solid #eee; border-left: 2px solid #ddd; border-right: 2px solid #ddd; /* opaque */ z-index: 1; background-color: white; /* dynamically shown */ display: none; } @media (max-width: 1860px) { .test-context { -webkit-transform: scale(0.6666666666); -moz-transform: scale(0.6666666666); -ms-transform: scale(0.6666666666); -o-transform: scale(0.6666666666); transform: scale(0.6666666666); } } @media (max-width: 1550px) { .test-context { -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); transform: scale(0.5); } } @media (max-width: 1230px) { .test-context { -webkit-transform: scale(0.3333333333); -moz-transform: scale(0.3333333333); -ms-transform: scale(0.3333333333); -o-transform: scale(0.3333333333); transform: scale(0.3333333333); } } @media (max-width: 1050px) { .test-context { -webkit-transform: scale(0.2); -moz-transform: scale(0.2); -ms-transform: scale(0.2); -o-transform: scale(0.2); transform: scale(0.2); } }
Version data entries
13 entries across 13 versions & 1 rubygems