Sha256: 6def78acec6341ebde242f2e3cd19e687bc87f5f57e5821e202f34d121a13640

Contents?: true

Size: 585 Bytes

Versions: 16

Compression:

Stored size: 585 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

16 entries across 16 versions & 1 rubygems

Version Path
contour-3.0.1 app/assets/stylesheets/bootstrap/bs-callout.scss
contour-3.0.1.rc app/assets/stylesheets/bootstrap/bs-callout.scss
contour-3.0.0 app/assets/stylesheets/bootstrap/bs-callout.scss
contour-3.0.0.rc app/assets/stylesheets/bootstrap/bs-callout.scss
contour-3.0.0.beta1 app/assets/stylesheets/bootstrap/bs-callout.scss
contour-2.7.0 app/assets/stylesheets/bootstrap/bs-callout.scss
contour-2.7.0.beta1 app/assets/stylesheets/bootstrap/bs-callout.scss
contour-2.6.0 app/assets/stylesheets/bootstrap/bs-callout.scss
contour-2.6.0.rc app/assets/stylesheets/bootstrap/bs-callout.scss
contour-2.6.0.beta8 app/assets/stylesheets/bootstrap/bs-callout.scss
contour-2.6.0.beta7 app/assets/stylesheets/bootstrap/bs-callout.scss
contour-2.6.0.beta6 app/assets/stylesheets/bootstrap/bs-callout.scss
contour-2.6.0.beta5 app/assets/stylesheets/bootstrap/bs-callout.scss
contour-2.6.0.beta4 app/assets/stylesheets/bootstrap/bs-callout.scss
contour-2.6.0.beta3 app/assets/stylesheets/bootstrap/bs-callout.scss
contour-2.6.0.beta2 app/assets/stylesheets/bootstrap/bs-callout.scss