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.43 app/components/satis/appearance_switcher/component.css
satis-2.1.42 app/components/satis/appearance_switcher/component.css
satis-2.1.41 app/components/satis/appearance_switcher/component.css
satis-2.1.40 app/components/satis/appearance_switcher/component.css
satis-2.1.39 app/components/satis/appearance_switcher/component.css
satis-2.1.38 app/components/satis/appearance_switcher/component.css
satis-2.1.37 app/components/satis/appearance_switcher/component.css
satis-2.1.36 app/components/satis/appearance_switcher/component.css
satis-2.1.35 app/components/satis/appearance_switcher/component.css
satis-2.1.33 app/components/satis/appearance_switcher/component.css
satis-2.1.31 app/components/satis/appearance_switcher/component.css
satis-2.1.30 app/components/satis/appearance_switcher/component.css
satis-2.1.29 app/components/satis/appearance_switcher/component.css
satis-2.1.28 app/components/satis/appearance_switcher/component.css
satis-2.1.27 app/components/satis/appearance_switcher/component.css
satis-2.1.26 app/components/satis/appearance_switcher/component.css
satis-2.1.24 app/components/satis/appearance_switcher/component.css
satis-2.1.23 app/components/satis/appearance_switcher/component.css
satis-2.1.22 app/components/satis/appearance_switcher/component.css
satis-2.1.21 app/components/satis/appearance_switcher/component.css