Sha256: 096f19b954974d4dbc8a809334580e10945a8feed057babb4345d712ea0d96b6
Contents?: true
Size: 852 Bytes
Versions: 12
Compression:
Stored size: 852 Bytes
Contents
// Styling for Download and Web services buttons .sidebar-btn { width: 100%; + #downloads-collapse { width: 100%; } } /* match bottom margin on tools card */ .sidebar-buttons { margin-bottom: 20px; } .sidebar-buttons div + div { margin-top: 10px; } // Styling for the Authentication card .authentication { @include sidebar-children; .list-group { &.list-group-nested .list-group-item:last-child { padding-bottom: 0; } .list-group-item { padding: 8px 20px; a { @extend .btn-primary; } } } } // This section could be eliminated if we update the Authentication card // by putting the button in a list-group rather than the card header. .authentication { .card-header { background-color: inherit; border-bottom: inherit; a { @extend .btn-primary; } } }
Version data entries
12 entries across 12 versions & 1 rubygems