Sha256: 6ac6a221821e9a978322f858f60f25ea7f779a9577d0687c766a9ff6a3f8cb81
Contents?: true
Size: 838 Bytes
Versions: 1
Compression:
Stored size: 838 Bytes
Contents
// ======================================================================== // Component: todo.less // ======================================================================== .todo { .todo-item-list { position: relative; } .todo-item { .todo-edit { display: none; cursor: pointer; } &:hover .todo-edit { display: inline; } &.todo-complete .todo-edit { display: none; } } textarea { resize: none; max-width: 100%; min-width: 100%; } .todo-complete { background: $gray-lighter; opacity: .6; color: $gray-darker; .todo-title { text-decoration: line-through; } } .panel-group { > .panel { border: 1px; margin: 0; .panel-body { border-bottom: 1px solid $gray-lighter; } } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
radius-rails-3.1.4 | app/assets/stylesheets/radius-theme/app/todo.scss |