Sha256: 96ed2491e3b48e0188fb08f8c1f6d8ab0e557ae97cf9e3f6186ac4012e15dfae

Contents?: true

Size: 1.01 KB

Versions: 1

Compression:

Stored size: 1.01 KB

Contents

.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #333;
  opacity: 0;
  z-index: -1;
  transition: opacity .3s;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  display: none;
}

.loader-wrapper .loader {
  height: 80px;
  width: 80px;
}

.nowrap {
  white-space: nowrap;
}

.loader-wrapper.is-active {
  display: flex;
  opacity: 0.3;
  z-index: 1000;
}

.footer-box {
  padding-top: 6px;
  font-size: 10px;
  opacity: 0.7;
}

.stats_icon svg {
  width: 16px;
  height: 16px;
}

.home_icon svg {
  width: 24px;
  height: 24px;
}

.chart {
  height: 245px;
}

.chart_mini {
  height: 150px;
  width: 720px;
}

.red {
  color: red;
}

.logo h2 {
  text-transform: uppercase;
  color: red;
  font-weight: bold;
  letter-spacing: -2px;
  font-size: 18px;
}

.navbar-item.is-active {
  border-bottom: 1px solid red;
}


table th[data-sort] {
  cursor: pointer;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails_performance-0.0.1.15 app/views/rails_performance/stylesheets/style.css