Sha256: 247a7f09b54cb5bdb0445f7111a8f1286038805e7f237094bc1c2539dedda121
Contents?: true
Size: 899 Bytes
Versions: 79
Compression:
Stored size: 899 Bytes
Contents
.panel-task { .panel-heading { padding: 0; overflow: hidden; @include border-radius(0); background: #fff; .panel-title { display: block; position: relative; overflow: hidden; line-height: 50px; font-size: 18px; color: #656565; @include border-radius(0); .cell.number, .cell.state-icon { width: 50px; text-align: center; } .cell.number { background: $brand-color; font-weight: bold; color: #fff; font-size: 24px; } .cell.text { padding: 0 20px; text-align: left; } .cell.state-icon { color: #fff; } } } .panel-collapse { .panel-body { p { text-align: left; } } } &.disabled { .panel-title { .cell.number { background: lighten($brand-color, 20%); } } } &.finished { .panel-title { cursor: default; .cell.number { background: #ccc; } .cell.state-icon { color: $brand-color; } } } }
Version data entries
79 entries across 79 versions & 1 rubygems