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