Sha256: 51d0e296933fb7dd598a113666ef854f03f824b84f024b5ef84c0cbc2cd822c3

Contents?: true

Size: 422 Bytes

Versions: 3

Compression:

Stored size: 422 Bytes

Contents

.c-hint[role='tooltip'] {
  position: absolute;
  padding: var(--spacing-tiny) 0;
  color: var(--color-default);
  font-size: var(--text-font-size-medium);
  transform: scale(0.8);
  transform-origin: top left;
  opacity: 0;
  pointer-events: none;

  &.c-hint--static {
    transform: scale(0.9);
    opacity: 1;
  }
}

.c-field:focus ~ .c-hint,
.c-label__field:focus ~ .c-hint {
  transform: scale(0.9);
  opacity: 1;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
activeadmin_blaze_theme-0.7.0 app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.hints.scss
activeadmin_blaze_theme-0.6.2 app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.hints.scss
activeadmin_blaze_theme-0.6.0 app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.hints.scss