Unverified Commit 2856d4a1 authored by Daniel's avatar Daniel Committed by GitHub

Removed border radius on list-group-item (#14)

parent 8a1afe9b
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
.list-group-item { .list-group-item {
cursor: pointer; cursor: pointer;
border-top-color: $gray-lighter;
border-bottom-color: $gray-lighter;
border-left: none; border-left: none;
border-right: none; border-right: none;
padding-left: 4px; padding-left: 4px;
......
...@@ -51,3 +51,8 @@ $btn-default-color: $text-color; ...@@ -51,3 +51,8 @@ $btn-default-color: $text-color;
$btn-primary-border: $gray-lighter; $btn-primary-border: $gray-lighter;
$btn-primary-bg: white; $btn-primary-bg: white;
$btn-primary-color: $text-color; $btn-primary-color: $text-color;
// List Group
$list-group-border: $gray-lighter;
$list-group-border-radius: 0;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment