Sha256: 3ea887ead59b9a273e1e5b381f48df5cd54b7b33d88b0d9ba13526883a5a7a47
Contents?: true
Size: 527 Bytes
Versions: 1
Compression:
Stored size: 527 Bytes
Contents
$published: #5CB85C; $drafted: #d9534f; $scheduled: #5bc0de; $pending: #f0ad4e; $hidden: #a7a7a7; .status-indicator { width: 12px; height: 12px; display: block; border-radius: 50%; margin-top: 3px; } .status-indicator--published { background-color: $published; } .status-indicator--drafted { background-color: $drafted; } .status-indicator--scheduled { background-color: $scheduled; } .status-indicator--pending { background-color: $pending; } .status-indicator--hidden { background-color: $hidden; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
forest_cms-0.98.1 | app/assets/stylesheets/forest/admin/partials/_status_indicators.scss |