Sha256: e55de340f3b9cfa165be1a9930e42697924ebf8eceed5b546d275aad2c494858

Contents?: true

Size: 925 Bytes

Versions: 4

Compression:

Stored size: 925 Bytes

Contents

//
// 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;
    }
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
praxis-0.18.1 lib/api_browser/app/sass/praxis.scss
praxis-0.18.0 lib/api_browser/app/sass/praxis.scss
praxis-0.17.1 lib/api_browser/app/sass/praxis.scss
praxis-0.17.0 lib/api_browser/app/sass/praxis.scss