From 99558023fd0825caf5f50441e8553feb423d2b1e Mon Sep 17 00:00:00 2001 From: ines Date: Wed, 26 Apr 2017 16:02:44 +0200 Subject: [PATCH] Add divider table row style --- website/_harp.json | 2 +- website/assets/css/_components/_tables.sass | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/website/_harp.json b/website/_harp.json index 03fcbb956..0fd4d4a07 100644 --- a/website/_harp.json +++ b/website/_harp.json @@ -55,7 +55,7 @@ } }, - "V_CSS": "1.4", + "V_CSS": "1.5", "V_JS": "1.2", "DEFAULT_SYNTAX": "python", "ANALYTICS": "UA-58931649-1", diff --git a/website/assets/css/_components/_tables.sass b/website/assets/css/_components/_tables.sass index f87169fb1..6ade4f6a1 100644 --- a/website/assets/css/_components/_tables.sass +++ b/website/assets/css/_components/_tables.sass @@ -20,6 +20,9 @@ @extend .u-text-label color: $color-theme + &.c-table__row--divider + border-top: 2px solid $color-theme + //- Table cell