Sha256: e1710ad61896a401de4e0d185f1dc3ef24404e95cdcd88848d88dd89ee9b976b
Contents?: true
Size: 388 Bytes
Versions: 104
Compression:
Stored size: 388 Bytes
Contents
@mixin link-highlighting() { background-color: $nav-link-hover-bg; text-decoration: none; } @mixin edit-in-place-highlighting() { background: #F7F7D0; cursor: text; } @mixin panel-hover-highlighting() { background-color: $gray-lighter; } @mixin private-label() { &:after { @extend .label; @extend .label-warning; content: 'Private'; margin-left: 3px; } }
Version data entries
104 entries across 104 versions & 1 rubygems