Sha256: 1e91ab275146fb995281e33a41002559f7146e6c3db0295c7fb96f6eb1834c7a
Contents?: true
Size: 1.03 KB
Versions: 9
Compression:
Stored size: 1.03 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; } } .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.nowrap { overflow-x: auto; white-space: pre; word-wrap: normal; } }
Version data entries
9 entries across 9 versions & 1 rubygems