Sha256: 04b8d6669b319af10c91357035efa68ad0f6568cf708138b7163cce5a6eb4a4d
Contents?: true
Size: 844 Bytes
Versions: 1
Compression:
Stored size: 844 Bytes
Contents
.signum-notification{ @apply pointer-events-auto w-full max-w-sm overflow-hidden rounded-lg bg-white shadow-lg ring-1 ring-black ring-opacity-5 mt-1; } .signum-notification-icon{ @apply h-6 w-6; } .signum-notification-icon-success{ @extend .signum-notification-icon; @apply text-green-400; } .signum-notification-icon-error{ @extend .signum-notification-icon; @apply text-red-400; } .signum-notification-icon-info{ @extend .signum-notification-icon; @apply text-sky-400; } .signum-notification-title{ @apply text-sm font-medium text-gray-900; } .signum-notification-body{ @apply mt-1 text-sm text-gray-500; } .signum-notification-button-close{ @apply inline-flex rounded-md bg-white text-gray-400 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
signum-0.3.12 | app/components/signum/notification/component.scss |