Sha256: 14c9549c57f014c53a28860c232f8c3828e2323532a60d8480dfa330e1f0df36

Contents?: true

Size: 580 Bytes

Versions: 35

Compression:

Stored size: 580 Bytes

Contents

/* Base styles (regardless of theme) */
.bs-callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
  font-weight: 500;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}

/* Themes for different contexts */
.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
contour-2.6.0.beta1 app/assets/stylesheets/bootstrap/bs-callout.css
contour-2.5.0 app/assets/stylesheets/bootstrap/bs-callout.css
contour-2.5.0.beta1 app/assets/stylesheets/bootstrap/bs-callout.css
contour-2.4.0 app/assets/stylesheets/bootstrap/bs-callout.css
contour-2.4.0.rc2 app/assets/stylesheets/bootstrap/bs-callout.css
contour-2.4.0.rc app/assets/stylesheets/bootstrap/bs-callout.css
contour-2.4.0.beta3 app/assets/stylesheets/bootstrap/bs-callout.css
contour-2.4.0.beta2 app/assets/stylesheets/bootstrap/bs-callout.css
contour-2.4.0.beta1 app/assets/stylesheets/bootstrap/bs-callout.css
contour-2.3.0 app/assets/stylesheets/bootstrap/bs-callout.css
contour-2.3.0.beta1 app/assets/stylesheets/bootstrap/bs-callout.css
contour-2.2.1 app/assets/stylesheets/bootstrap/bs-callout.css
contour-2.2.1.rc app/assets/stylesheets/bootstrap/bs-callout.css
contour-2.2.0 app/assets/stylesheets/bootstrap/bs-callout.css
contour-2.2.0.rc2 app/assets/stylesheets/bootstrap/bs-callout.css
contour-2.2.0.rc app/assets/stylesheets/bootstrap/bs-callout.css
contour-2.2.0.beta2 app/assets/stylesheets/bootstrap/bs-callout.css
contour-2.2.0.beta1 app/assets/stylesheets/bootstrap/bs-callout.css
contour-2.1.0 app/assets/stylesheets/bootstrap/bs-callout.css
contour-2.1.0.rc2 app/assets/stylesheets/bootstrap/bs-callout.css