Sha256: c12bddc626965e70f403379023746b6ce4be37f3a42c2faa93c4cb880b91ea5a
Contents?: true
Size: 1.04 KB
Versions: 2
Compression:
Stored size: 1.04 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-controller { font-weight: bold; color: $colour_grey; } #show-api-response-div { pre.nowrap { overflow-x: auto; white-space: pre; word-wrap: normal; } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
api_taster-0.2.2 | app/assets/stylesheets/api_taster/layout.css.scss |
api_taster-0.2.1 | app/assets/stylesheets/api_taster/layout.css.scss |