vicvega/chaltron

View on GitHub
app/assets/stylesheets/chaltron/layout.scss

Summary

Maintainability
Test Coverage
/**
 * Flash messages
 *
 */
.flash-container {
  cursor: pointer;
  margin: 0;
  text-align: center;
  position: fixed;
  top: 2.5em;
  width: 100%;
  opacity: 0.8;
  z-index: 100;
  .alert {
    margin: 0;
  }
}

/**
 * Login
 *
 */
.login-box{
  margin-top: 100px;
  max-width: 650px;
}