Sha256: 346229b59bb2f51c3da3eaa2c8a15dbafff06b13143232a37b34535007687d4a
Contents?: true
Size: 588 Bytes
Versions: 36
Compression:
Stored size: 588 Bytes
Contents
.sts-appearance-switcher { @apply w-8 h-8 bg-white rounded-full text-gray-400 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-primary-500 dark:bg-gray-800 dark:border-gray-600 overflow-hidden relative; text-align: center; &__theme { @apply absolute; &_light { top: 5px; left: 7px; } &_dark { top: 4px; left: 8px; } } &__icon { font-size: larger; &_light { @apply text-yellow-500; } &_dark { @apply text-indigo-600; } } &__label { @apply sr-only; } }
Version data entries
36 entries across 36 versions & 1 rubygems