Sha256: 1f119100ffbcec5f1a5e7b3d873bbe6e897cce7da92b67a80125862e16f548a0
Contents?: true
Size: 1.88 KB
Versions: 2
Compression:
Stored size: 1.88 KB
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 > .list-group { margin-bottom: 0; } .panel > .list-group .list-group-item { border-radius: 0; border-width: 1px 0; } .panel > .list-group .list-group-item:first-child { border-top: 0; } .panel > .list-group .list-group-item:last-child { border-bottom: 0; } .panel-header + .list-group .list-group-item:first-child { border-top-width: 0; } .panel > .table-responsive { border: 0; margin-bottom: 0; } .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-header > .dropdown .dropdown-toggle { color: rgba(42,44,48,1); } .panel-title { color: rgba(42,44,48,1); display: inline-block; font-size: 17px; line-height: 17px; margin-bottom: 0; margin-top: 0; } .panel-title > a { color: rgba(42,44,48,1); } .panel-title > a:hover { color: rgba(42,44,48,1); } .panel-body { padding: 15px; } .panel-body-chart { margin-bottom: -10px; width: 100%; } .panel-footer { background: rgba(245,248,250,1); border-top: 1px solid rgba(225,232,237,1); padding: 13px 15px 10px 15px; } .panel-group { margin-bottom: 20px; } .panel-group .panel { border-radius: 3px; margin-bottom: 0; overflow: hidden; } .panel-group .panel + .panel { margin-top: 5px; } .panel-group .panel-header { border-bottom: 0; } .panel-group .panel-header + .panel-collapse .panel-body { border-top: 1px solid rgba(225,232,237,1); } .panel-group .panel-footer { border-top: 0; } .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid rgba(225,232,237,1); }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
active_frontend-5.0.1 | vendor/assets/stylesheets/panel.scss |
active_frontend-5.0.0 | vendor/assets/stylesheets/panel.scss |