Sha256: 69eab87f0a9ec70af2f83254423ccc666f1eff21bacacbd4687bc66c8499c6f0

Contents?: true

Size: 797 Bytes

Versions: 4

Compression:

Stored size: 797 Bytes

Contents

//
// LOGS
//

//
// Structure
//
// <div class="rf-logs js-project-logs">
//   <pre class="rf-logs__pre">
//     Body
//   </pre>
// </div>
//

.rf-logs {
  background-color: $white;
  border: 1px solid $mercury;
  max-height: 500px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.rf-logs__btn {
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 4;
  display: none;
}

.rf-logs__pre {
  background-color: transparent;
  border-radius: $border-radius;
  border-width: 0;
  max-height: 400px;
  height: auto;
  margin-bottom: 0;
  overflow: scroll;
  padding: 15px;
  position: relative;
  white-space: pre-line;
}


// This is for the JS

.rf-logs--nomax {
  max-height: none!important;

  .rf-project-logs__pre {
    height: 100%;
    max-height: none!important;
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ethosstyles-0.1.19 app/assets/stylesheets/components/_logs.scss
ethosstyles-0.1.18 app/assets/stylesheets/components/_logs.scss
ethosstyles-0.1.17 app/assets/stylesheets/components/_logs.scss
ethosstyles-0.1.16 app/assets/stylesheets/components/_logs.scss