Sha256: 0ba61f74226fc96043a92bbfe62af910ddb122eddd8be01d2da5c0be22be2eaa
Contents?: true
Size: 966 Bytes
Versions: 12
Compression:
Stored size: 966 Bytes
Contents
// // API Doc Browser // ------------------------------ // Bootstrap and Bootstrap variables @import "variables/bootstrap-variables"; @import "../bower_components/bootstrap-sass/lib/bootstrap"; // Modules @import "modules/body"; @import "modules/header"; @import "modules/sidebar"; @import "modules/nav"; @import "modules/table"; @import "modules/switch"; @import "modules/cloke"; // Miscellaneous .required-type { background-color: #f9f9f9; } .struct-main-attr-name { color: #b0b0b0; } .attribute-prefix { color: #aaa; } rs-attribute-description dt { text-transform: capitalize; } .attribute-table { div[class*='col-'] { padding: $table-cell-padding; line-height: $line-height-base; } .head { border-bottom: 2px solid $table-border-color; font-weight: bold; } .content { .row { border-top: 1px solid $table-border-color; } .row:nth-child(odd) { background-color: $table-bg-accent; } } }
Version data entries
12 entries across 12 versions & 1 rubygems