Sha256: 01b76adfcf3d230412ff31cf0d8e1062219d68dbeb1d6c3362414b50552af77d
Contents?: true
Size: 725 Bytes
Versions: 7
Compression:
Stored size: 725 Bytes
Contents
.chapter { .handle { fill: #eee; } .border { fill: #fff; stroke: none; } .title_text { color: #000; font: $font; font-size: 12px; font-weight: bold; pointer-events: none; padding-top: 3px; padding-left: 5px; } &.destroying { opacity: 0.5; } } &.editor_mode .chapter { .handle { cursor: pointer; } &.dragged, &.hover { .handle { fill: $highlight-color; } .border { fill: #f9f9f9; } } &.selected { .handle { fill: #5AA5F9; cursor: move; } .border { fill: #D2E5FA; } .title_text { color: #fff; } } &.empty { .add_page { visibility: visible; } } }
Version data entries
7 entries across 7 versions & 1 rubygems