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

Version Path
satis-2.1.20 app/components/satis/appearance_switcher/component.css
satis-2.1.19 app/components/satis/appearance_switcher/component.css
satis-2.1.18 app/components/satis/appearance_switcher/component.css
satis-2.1.11 app/components/satis/appearance_switcher/component.css
satis-2.1.10 app/components/satis/appearance_switcher/component.css
satis-2.1.9 app/components/satis/appearance_switcher/component.css
satis-2.1.8 app/components/satis/appearance_switcher/component.css
satis-2.1.6 app/components/satis/appearance_switcher/component.css
satis-2.1.5 app/components/satis/appearance_switcher/component.css
satis-2.1.4 app/components/satis/appearance_switcher/component.css
satis-2.1.3 app/components/satis/appearance_switcher/component.css
satis-2.1.1 app/components/satis/appearance_switcher/component.css
satis-2.1.0 app/components/satis/appearance_switcher/component.css
satis-2.0.9 app/components/satis/appearance_switcher/component.css
satis-2.0.8 app/components/satis/appearance_switcher/component.css
satis-2.0.7 app/components/satis/appearance_switcher/component.css