Sha256: 779177891baf81b428c8dfc4956d99c32c36538f151b549765b308e63edb6b59

Contents?: true

Size: 744 Bytes

Versions: 19

Compression:

Stored size: 744 Bytes

Contents

// Table of Contents
// ==================================================
// Feedback

// Feedback
// ==================================================
.feedback {
  background: color-transparentize(slate, 0.15);
  border-radius: border-radius(b);
  bottom: 0;
  color: color(white);
  font-size: text-size(s);
  font-weight: text-weight(semibold);
  height: 100px;
  left: 0;
  line-height: text-line-height(xs);
  margin: auto;
  padding: 20px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 100px;
  z-index: 2040;

  &.white {
    background: color-transparentize(white, 0.15);
    color: color(steel);
  }

  > i {
    font-size: text-size(xxxl);
    display: block;
    line-height: 1;
    margin: 5px 0;
  }
}

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
active_frontend-18.0.1 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-18.0.0 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-17.7.0 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-17.6.3 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-17.6.2 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-17.6.1 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-17.6.0 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-17.5.1 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-17.5.0 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-17.4.1 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-17.4.0 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-17.3.1 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-17.3.0 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-17.2.0 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-17.1.4 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-17.1.3 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-17.1.2 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-17.1.1 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-17.1.0 vendor/assets/stylesheets/components/_feedback.scss