// // API Doc Browser // ——————————
// Bootstrap and Bootstrap variables
@import “variables/bootstrap-variables”; @import “../bower_components/bootstrap-sass/vendor/assets/stylesheets/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;
}
.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; } }
}
h4, h5 {
font-weight: 600;
}