Sha256: 711c501bb0fc9caea1cb11832fe9b3d6f64fb3ffb319a97366d4b9b5a239bfab
Contents?: true
Size: 959 Bytes
Versions: 8
Compression:
Stored size: 959 Bytes
Contents
// =================================== // Panels // =================================== .callout { position:relative; word-wrap:break-word; padding:1em; background:$button-color; border:1px solid $button-active; color:$button-text; margin-bottom:15px; @include rounded($radius); &.small { font-size:0.8em; } &.large { font-size:1.5em; } &.error { background:$error-color; border:1px solid darken($error-color, 10%); color:$button-text; } &.warning { background:$warning-color; border:1px solid darken($warning-color, 10%); color:$button-text; } &.success { background:$success-color; border:1px solid darken($success-color, 10%); color:$button-text; } &.square { @include rounded(0); } &.round { @include rounded(9999px); } // content overrides h1, h2, h3, h4, h5, h6 { color:$button-text; } *:last-child { margin-bottom:0; } }
Version data entries
8 entries across 8 versions & 2 rubygems