diff options
| author | Mark Otto <[email protected]> | 2016-01-17 18:55:24 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-01-17 18:55:24 -0800 |
| commit | 955e0405ea04e8bce3fa8395cd5e1c4030c4947a (patch) | |
| tree | 87aa7b877480fbfd368f955feaedec3dbe4ca547 /scss/_list-group.scss | |
| parent | 94e27cdd6e51373cd014df0a6776ace0d83cfb55 (diff) | |
| download | bootstrap-955e0405ea04e8bce3fa8395cd5e1c4030c4947a.tar.xz bootstrap-955e0405ea04e8bce3fa8395cd5e1c4030c4947a.zip | |
fuck around with card borders and more
Diffstat (limited to 'scss/_list-group.scss')
| -rw-r--r-- | scss/_list-group.scss | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/scss/_list-group.scss b/scss/_list-group.scss index 5115e56fa..f00afd1f7 100644 --- a/scss/_list-group.scss +++ b/scss/_list-group.scss @@ -34,21 +34,8 @@ .list-group-flush { .list-group-item { - border-width: $list-group-border-width 0; border-radius: 0; } - - &:first-child { - .list-group-item:first-child { - border-top: 0; - } - } - - &:last-child { - .list-group-item:last-child { - border-bottom: 0; - } - } } |
