Sha256: 5ad921d85597bae204c84f4834c515adf3303128b7b045e5423e3771b5d7ef78
Contents?: true
Size: 266 Bytes
Versions: 4
Compression:
Stored size: 266 Bytes
Contents
/* After a click and copied to clipboard */ .clipboardable { transition: background-color .1s ease-in; transition: background-color .3s ease-out; border: solid 1px transparent; border-radius: 3px; &.success { background-color: $nhs-light-blue; } }
Version data entries
4 entries across 4 versions & 1 rubygems