Sha256: 1e1e3a16984e5ddb5847fc05c24eded14c35c8653af3c28a6e006784d43e8584

Contents?: true

Size: 822 Bytes

Versions: 3

Compression:

Stored size: 822 Bytes

Contents

.api_details {
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 20px;
  background-color: #fff;
  margin-bottom: -1px;
}

#page-content-wrapper {
  background-color: #f5f8fa;
}

.text_wheat {
  color: wheat;
}

pre {
  background-color: #f6f8fa;
  border-radius: 3px;
  border: none;
}

h2.section-title {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
}

.section-block {
  padding-bottom: 15px;
  padding-top: 15px;
}

h3 {
  font-size: 14px;
  font-weight: bold;
}

.section-block .block-title {
  margin-top: 0;
}

.container-flex {
  display: flex;
  width: 100%;
  position: relative;
}

.container-flex .description {
  flex: 0 0 65%;
}

.container-flex .examples {
  position: absolute;
  left: 70%;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
apidoco-1.5.6 app/assets/stylesheets/apidoco/custom.css
apidoco-1.5.5 app/assets/stylesheets/apidoco/custom.css
apidoco-1.5.4 app/assets/stylesheets/apidoco/custom.css