Sha256: fec1cc4ef52e25fee0ad736a60966d573623dc09aab240342dd7a41e24c175e9

Contents?: true

Size: 588 Bytes

Versions: 7

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-900 dark:border-gray-700 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

7 entries across 7 versions & 1 rubygems

Version Path
satis-1.0.75 app/components/satis/appearance_switcher/component.scss
satis-1.0.74 app/components/satis/appearance_switcher/component.scss
satis-1.0.70 app/components/satis/appearance_switcher/component.scss
satis-1.0.69 app/components/satis/appearance_switcher/component.scss
satis-1.0.68 app/components/satis/appearance_switcher/component.scss
satis-1.0.67 app/components/satis/appearance_switcher/component.scss
satis-1.0.66 app/components/satis/appearance_switcher/component.scss