Sha256: b21ce52126089e98eb730c9c5fcf19b9e64b1f01f3c55329f549a3d0be1f5cc9
Contents?: true
Size: 1.24 KB
Versions: 66
Compression:
Stored size: 1.24 KB
Contents
@status-height: 32px; @alert-padding: 8px; .status-alert { margin: 8px; padding-left: 8px; min-height: @status-height; background-image: asset-url('woople-theme/certification/yellow-status.png'); background-position: @alert-padding @alert-padding; background-repeat: no-repeat; strong { display: inline-block; margin-top: 7px; margin-left: @status-height + 4; font-size: 24px; font-weight: 500; } span { margin-left: 4px; font-size: 14px; } } .status-alert.alert-error { background-image: asset-url('woople-theme/certification/red-status.png'); } .status-alert.alert-success { background-image: asset-url('woople-theme/certification/green-status.png'); } @media (max-width: 480px) { .status-alert { span { display: block; margin-top: 4px; } } } @media (-webkit-min-device-pixel-ratio: 2) { .status-alert { background-size: @status-height @status-height; background-image: asset-url('woople-theme/certification/yellow-status-2x.png'); } .status-alert.alert-error { background-image: asset-url('woople-theme/certification/red-status-2x.png'); } .status-alert.alert-success { background-image: asset-url('woople-theme/certification/green-status-2x.png'); } }
Version data entries
66 entries across 66 versions & 1 rubygems