Sha256: 865e76c38751e2a18063a6a68810f0b8cd2925dcb4759668797cc8c299a257be
Contents?: true
Size: 871 Bytes
Versions: 71
Compression:
Stored size: 871 Bytes
Contents
/* Component: callout ------------------------ */ // Base styles (regardless of theme) .callout { margin: 0 0 20px 0; padding: 15px 30px 15px 15px; border-left: 5px solid #eee; h4 { margin-top: 0; } p:last-child { margin-bottom: 0; } code, .highlight { background-color: #fff; } // Themes for different contexts &.callout-danger { background-color: #fcf2f2; border-color: #dFb5b4; } &.callout-warning { background-color: #fefbed; border-color: #f1e7bc; } &.callout-info { background-color: #f0f7fd; border-color: #d0e3f0; } // h4 header themes &.callout-danger h4 { color: #B94A48; } &.callout-warning h4 { color: #C09853; } &.callout-info h4 { color: #3A87AD; } }
Version data entries
71 entries across 71 versions & 1 rubygems