Sha256: 90be2764910c904a3c1bef5e5f0fcb580ee5cb716de87f2581e98cf3ad8ec226

Contents?: true

Size: 969 Bytes

Versions: 10

Compression:

Stored size: 969 Bytes

Contents

/* Table of Contents
==================================================
# Panel */

/* # Panel
================================================== */
.panel {
  background: rgba(255,255,255,1);
  border: 1px solid rgba(225,232,237,1);
  margin-bottom: 20px;
}
.panel-header {
  background: rgba(245,248,250,1);
  border-bottom: 1px solid rgba(225,232,237,1);
  padding: 16px 15px 14px 15px;
}
.panel-header > .btn { margin-top: -2px; }
.panel-header > .btn-group  { margin: -5px 0 -3px 0; }
.panel-title {
  color: rgba(35,41,55,1);
  display: inline-block;
  font-size: 17px;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
}
.panel-title > a { color: rgba(35,41,55,1); }
.panel-body { padding: 15px; }
.panel-body-chart {
  margin-bottom: -10px;
  width: 100%;
}
.panel-body > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-footer {
  background: rgba(245,248,250,1);
  border-top: 1px solid rgba(225,232,237,1);
  padding: 13px 15px 10px 15px;
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
active_frontend-6.6.2 vendor/assets/stylesheets/_panel.scss
active_frontend-6.6.1 vendor/assets/stylesheets/_panel.scss
active_frontend-6.6.0 vendor/assets/stylesheets/_panel.scss
active_frontend-6.5.0 vendor/assets/stylesheets/_panel.scss
active_frontend-6.4.2 vendor/assets/stylesheets/_panel.scss
active_frontend-6.4.1 vendor/assets/stylesheets/_panel.scss
active_frontend-6.4.0 vendor/assets/stylesheets/_panel.scss
active_frontend-6.3.2 vendor/assets/stylesheets/_panel.scss
active_frontend-6.3.1 vendor/assets/stylesheets/_panel.scss
active_frontend-6.3.0 vendor/assets/stylesheets/_panel.scss