Sha256: 5025d980a897e413373f56b9163da63319da64364b4f113f44cb71fb03af8e1c
Contents?: true
Size: 1.68 KB
Versions: 23
Compression:
Stored size: 1.68 KB
Contents
@import "./variables"; @import "./nexmo"; @import "./mediaqueries"; * { box-sizing: border-box; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; } body { display: flex; min-height: 100vh; flex-direction: column; } .Nxd-template { display: flex; flex-flow: row wrap; width: 100%; justify-content: center; } .Nxd-main { outline: none; } @media #{$M-plus} { .Nxd-main { height: calc(100vh - 111px); } } .Nxd-landing-main { padding: $unit3 $unit4; } .container { max-width: 1300px; padding: $unit3 $spacing 0; margin: auto; } .row { max-width: 1300px; margin-left: -0.9375rem; margin-right: -0.9375rem; } img { max-width: 100%; } table { code { white-space: nowrap; } } .spacious { padding: $spacing*2 0; } .clearfix { content: ""; display: table; clear: both; } @keyframes spin { 0% {-webkit-transform: rotate(0deg)} 100% {-webkit-transform: rotate(359deg)} } .spinner { width: 100%; margin: $spacing*2 0; text-align: center; animation: spin 1.2s infinite ease-in-out; i { font-size: 40px; color: $mint; } } .flex { display: flex; } .flex--auto { > * { flex: 1; } } .hide { display: none; } .grecaptcha-badge { display: none; } .float-right { float: right; } .Nxd-header-notices { .Vlt-callout { margin-bottom: $unit4; } } table { .Vlt-icon:not(.Vlt-icon--smaller) { display: block; margin: 0 auto; } } .Vlt-title--icon { position: relative } .heading-permalink { opacity: 0; transition: opacity 0.2s; position: absolute; left: -20px; svg { height: 18px !important; width: 18px !important; } .Vlt-title--icon:hover & { opacity: 1; } }
Version data entries
23 entries across 23 versions & 1 rubygems