Sha256: 6983e8f07db6ec5508a37dd21c09182bd8f4e10a6e53acefe36de80536b35d50
Contents?: true
Size: 1.3 KB
Versions: 6
Compression:
Stored size: 1.3 KB
Contents
@import "bootstrap"; $colour_text: #333; $colour_grey: #999; // layout body, html { height: 100%; overflow: hidden; } body { } #wrapper { height: 100%; #main-container { height: 100%; overflow: hidden; padding-top: 50px; } } #list-api-div, #show-api-div { height: 100%; overflow: auto; .div-container { padding-bottom: 50px; } } // elements .hidden { display: none; } .form-actions { padding-bottom: 0; margin-bottom: 0; } legend { font-size: 14px; font-weight: bold; color: $colour_grey; &.compact-legend { padding: 0; font-size: 12px; line-height: 24px; } &.hero-legend { margin: 0; border: none; } } .nav-label { padding: 8px 12px; line-height: 18px; margin-right: 5px; font-weight: bold; color: $colour_grey; } .label-api { display: inline-block; padding-right: 5px; } .label-api-full { width: 50px; text-align: right; } .breadcrumb-parent { font-weight: bold; color: $colour_grey; } #show-api-response-div { pre { color: #fff; } pre.nowrap { overflow-x: auto; white-space: pre; word-wrap: normal; } pre[ref=response-info] { background: #000; } table { td { padding: 0 1em 0 0; vertical-align: top; &.name { text-align: right; } } } }
Version data entries
6 entries across 6 versions & 1 rubygems