Sha256: 9045b93f3b5e04424f3bba61191d589e5e5712a47d542507f396acb0295a24a7

Contents?: true

Size: 978 Bytes

Versions: 2

Compression:

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

.built-with {
  position: absolute;
  bottom: 0;
  left: 20%;
  padding: 10px;
  font-size: 12px;
}

.built-with a, .built-with a:hover {
  color: white;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
apidoco-1.6.1 app/assets/stylesheets/apidoco/custom.css
apidoco-1.6.0 app/assets/stylesheets/apidoco/custom.css