Sha256: 81ec0e50863374e28a963937b49374aa7d47db96574cfc2c66d1a025ae4efef8
Contents?: true
Size: 494 Bytes
Versions: 4
Compression:
Stored size: 494 Bytes
Contents
.color-converter { width: 500px; border: 1px solid #000; padding: 0.5rem; margin: 0.5rem; line-height: 1.5; &__hex { border-radius: 5px; font-size: 14px; padding: 0.25rem; margin-bottom: 0.5rem; } &__rgb { &__name { font-size: 16px; margin-right: 0.5rem; } &__color-block { display: none; width: 10px; height: 10px; border: 1px solid #000; &.is-shown { display: inline-block; } } } }
Version data entries
4 entries across 4 versions & 1 rubygems