From 20ea76a27d428f98fb22b840dad1416455255c74 Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Thu, 20 Dec 2018 16:40:28 -0300 Subject: [PATCH] clase .table-title --- src/sass/_tabla.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/sass/_tabla.scss b/src/sass/_tabla.scss index 2a11854..28c5839 100644 --- a/src/sass/_tabla.scss +++ b/src/sass/_tabla.scss @@ -6,6 +6,12 @@ color: #000000; background-color: #FF9900; } + &-title{ + background-color: #67615e; + color: #FFF; + margin-bottom: 0; + padding: 0.25rem 0; + } thead th{ font-size: 13px; -- 1.9.1