Sha256: 7f9911b1cdcb691ed3824e0507431085c71a996472f642e20b013cca30a9ccf0
Contents?: true
Size: 684 Bytes
Versions: 20
Compression:
Stored size: 684 Bytes
Contents
.icon--lock { display: inline-block; background-color: #000; mask: asset-data-url("lock.svg") no-repeat 50% 50%; // background: asset-data-url("lock.svg") center center no-repeat; height: 15px; width: 12px; } .icon--validate { display: inline-block; background-color: #000; mask: asset-data-url("success-small.svg") no-repeat 50% 50%; // background: asset-data-url("lock.svg") center center no-repeat; height: 15px; width: 12px; } .icon--reject { display: inline-block; background-color: #000; mask: asset-data-url("error-small.svg") no-repeat 50% 50%; // background: asset-data-url("lock.svg") center center no-repeat; height: 15px; width: 12px; }
Version data entries
20 entries across 20 versions & 1 rubygems