Sha256: bfe10f7625a26dade628883555889714a6ba1f2abfe237c4f51fa5cd3f0fd94a
Contents?: true
Size: 1.93 KB
Versions: 5
Compression:
Stored size: 1.93 KB
Contents
/* Table of Contents ================================================== # Panel */ /* # Panel ================================================== */ .panel { background: rgba(255,255,255,1); border: 1px solid rgba(243,243,243,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(249,249,249,1); border-bottom: 2px solid rgba(243,243,243,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(34,34,34,1); } .panel-title { color: rgba(34,34,34,1); display: inline-block; font-size: 17px; letter-spacing: 1px; line-height: 17px; margin-bottom: 0; margin-top: 0; text-transform: uppercase; } .panel-title > a { color: rgba(34,34,34,1); } .panel-title > a:hover { color: rgba(15,135,226,1); } .panel-body { padding: 15px; } .panel-body-chart { margin-bottom: -10px; width: 100%; } .panel-footer { background: rgba(249,249,249,1); border-top: 2px solid rgba(243,243,243,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(243,243,243,1); } .panel-group .panel-footer { border-top: 0; } .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid rgba(243,243,243,1); }
Version data entries
5 entries across 5 versions & 1 rubygems