Sha256: 89989d442f793fdfd42db507b8d478760d19712ebf8e4a6fb854429a69a60ac1
Contents?: true
Size: 418 Bytes
Versions: 11
Compression:
Stored size: 418 Bytes
Contents
/* DASHBOARD */ .dashboard { .draft { color: white; text-transform: uppercase; background: $danger; font-weight: 700; padding: 2px 5px; @include border-radius(2px); @include rem(font-size,0.875rem); -webkit-font-smoothing: antialiased; display: inline-block; vertical-align: top; float: right; } tbody { tr { &:hover { background: rgba($gray,0.175); cursor:pointer; } } } }
Version data entries
11 entries across 11 versions & 2 rubygems