Sha256: eb21662747c8e57c8628180e6d99427932bde3c956857d7ec21ee08c27b7e3b9
Contents?: true
Size: 1.05 KB
Versions: 29
Compression:
Stored size: 1.05 KB
Contents
// // list-group.scss // Extended from Bootstrap // // // Bootstrap Overrides ===================================== // // Contextual variants // // Changing the Bootstrap color modifier classes to be full opacity background with yiq calculated font color @each $color, $value in $theme-colors { @include list-group-item-variant($color, $value, color-yiq($value)); } // List group large .list-group-lg .list-group-item { padding-top: $list-group-item-padding-y; padding-bottom: $list-group-item-padding-y; } // List group flush .list-group-flush > .list-group-item, .list-group-flush > .dz-preview > .list-group-item { padding-left: 0; padding-right: 0; } // // Dashkit =================================== // // Activity .list-group-activity .list-group-item { border: 0; } .list-group-activity .list-group-item:not(:last-child)::before { content: ''; position: absolute; top: $list-group-item-padding-y; left: $avatar-size-sm / 2; height: 100%; border-left: $border-width solid $border-color; }
Version data entries
29 entries across 29 versions & 1 rubygems