Sha256: 2df1de104e8a42e66c9407ac21d1eece94e2040b9024fee065209fcea72fee2a
Contents?: true
Size: 1.92 KB
Versions: 4
Compression:
Stored size: 1.92 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, .panel-title > a.active, .panel-title > a:active, .panel-title > a:hover, .panel-title > a:focus { 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
4 entries across 4 versions & 1 rubygems