From db9839105410113a4c403b1dfaed44ca37bee81d Mon Sep 17 00:00:00 2001 From: Henriette Dinger Date: Wed, 20 Sep 2017 15:53:41 +0200 Subject: [PATCH] Darken border of attribute groups --- app/assets/stylesheets/content/_attributes_group.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/content/_attributes_group.sass b/app/assets/stylesheets/content/_attributes_group.sass index 704408b393..00d276a17f 100644 --- a/app/assets/stylesheets/content/_attributes_group.sass +++ b/app/assets/stylesheets/content/_attributes_group.sass @@ -32,7 +32,7 @@ .attributes-group--header @include grid-block margin: 0 0 0.5rem 0 - border-bottom: 1px solid #eee + border-bottom: 1px solid #ddd align-items: flex-end