Sha256: 07c94d0273bf666c7db436f133e6a6916accb5c6c72e719996fec4b1af5ef71d

Contents?: true

Size: 457 Bytes

Versions: 54

Compression:

Stored size: 457 Bytes

Contents

@import "mixins/settings.global";

.c-hint {
  position: absolute;
  padding: $hint-padding;
  transform: scale(.8);
  transform-origin: top left;
  color: $hint-color;
  font-size: $hint-font-size;
  opacity: 0;
  pointer-events: none;
}

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

.c-hint--success {
  color: $hint-success-color;
}

.c-hint--error {
  color: $hint-error-color;
}

Version data entries

54 entries across 54 versions & 4 rubygems

Version Path
activeadmin_blaze_theme-0.4.2 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.hints.scss
activeadmin_blaze_theme-0.4.0 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.hints.scss
activeadmin_blaze_theme-0.3.0 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.hints.scss
activeadmin_blaze_theme-0.2.8 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.hints.scss
activeadmin_blaze_theme-0.2.6 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.hints.scss
activeadmin_blaze_theme-0.2.4 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.hints.scss
activeadmin_blaze_theme-0.2.2 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.hints.scss
activeadmin_blaze_theme-0.2.0 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.hints.scss
activeadmin_blaze_theme-0.1.6 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.hints.scss
activeadmin_blaze_theme-0.1.4 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.hints.scss
activeadmin_blaze_theme-0.1.2 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.hints.scss
activeadmin_blaze_theme-0.1.0 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.hints.scss
blaze-css-rails-3.1.0.0 vendor/blaze-css/scss/components.hints.scss
blaze-css-rails-0.0.9 vendor/blaze-css/scss/components.hints.scss