Sha256: 38d1a0c9adf3722249213345a67279a074cc1343b0484bcb93409636cdf5a64a
Contents?: true
Size: 536 Bytes
Versions: 24
Compression:
Stored size: 536 Bytes
Contents
//=require_tree ./javascripts //=require_tree ./widgets //=require ./stylesheets/font-awesome/scss/font-awesome .dashing-contrib { height: 100%; width: 100%; background-color: #2a2a2a; font-size: 20px; color: white; .title { font-size: 25px; padding: 5px 10px; color: white; } &.state-ok { .title { background-color: #272727; } } &.state-warning { .title { background-color: #F7CE1B; } } &.state-critical { .title { background-color: #C32026; } } }
Version data entries
24 entries across 24 versions & 1 rubygems