Sha256: fd4be1e005820c7a014fc599e6be447fc2ecfab8927d390121ac1c23de72118b
Contents?: true
Size: 830 Bytes
Versions: 5
Compression:
Stored size: 830 Bytes
Contents
.note-btn-group { position: relative; display: inline-block; margin-right: 8px; > .note-btn-group { margin-right: 0; } > .note-btn, > .note-btn-group { margin-left: -4px; border-radius: 0; &.focus, &.active { border-radius:0; } &:first-child { margin-left: 0; border-top-left-radius: 1px; border-bottom-left-radius: 1px; &.focus, &.active { border-top-left-radius: 1px; border-bottom-left-radius: 1px; } } &:last-child:not(.note-dropdown) { border-top-right-radius: 1px; border-bottom-right-radius: 1px; &.focus, &.active { border-top-right-radius: 1px; border-bottom-right-radius: 1px; } } } &.open { > .note-dropdown { display: block; } } }
Version data entries
5 entries across 5 versions & 1 rubygems