Sha256: 3b35bae6e0bc8ba80db90b6155e4c5930334483b59f4330660e9e63ace5f7050

Contents?: true

Size: 746 Bytes

Versions: 43

Compression:

Stored size: 746 Bytes

Contents

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

// Feedback
// ==================================================
.feedback {
  background: transparentize(color(black), 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: transparentize(color(white), 0.15);
    color: color(slate);
  }

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

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
active_frontend-16.0.2 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-16.0.1 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-16.0.0 vendor/assets/stylesheets/components/_feedback.scss