Sha256: 47e228f6cbd0ae7f7da5ba2dee5c9dda2fc50d562c05cf25894664b3c79552fb

Contents?: true

Size: 1.09 KB

Versions: 3

Compression:

Stored size: 1.09 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;
  }

  &.hero-legend {
    margin: 0;
    border: none;
  }
}

.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

3 entries across 3 versions & 1 rubygems

Version Path
api_taster-0.5.1 app/assets/stylesheets/api_taster/layout.css.scss
api_taster-0.5.0 app/assets/stylesheets/api_taster/layout.css.scss
api_taster-0.4.8 app/assets/stylesheets/api_taster/layout.css.scss