Sha256: b7c5311936f35c289cd0facb93da1416e853591d26f70c44bc08bd3dd03fec31
Contents?: true
Size: 859 Bytes
Versions: 85
Compression:
Stored size: 859 Bytes
Contents
// // Blank Slate // -------------------------------------------------- .blank-slate-pf { @media (min-width: $screen-sm-min) { padding: ($jumbotron-padding * 2) ($jumbotron-padding * 2); } @media (min-width: $screen-md-min) { padding: ($jumbotron-padding * 3) ($jumbotron-padding * 4); } background-color: $well-bg; border: 1px solid $well-border; border-radius: $border-radius-base; margin-bottom: 20px; padding: $jumbotron-padding; text-align: center; .blank-slate-pf-icon { color: $gray-light; font-size: ($font-size-h1 * 2.4); line-height: ($font-size-h1 * 2.4); } .blank-slate-pf-main-action { margin-top: $line-height-computed; } .blank-slate-pf-secondary-action { margin-top: $line-height-computed; } button { margin-right: 5px; &:last-of-type { margin-right: 0; } } }
Version data entries
85 entries across 58 versions & 1 rubygems