From 259e38f9abf576ff12335d004c6d62aa8483d181 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Thu, 30 Apr 2020 08:36:49 +0200 Subject: [PATCH] feat: ajout support tableaux --- scss/_global.scss | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/scss/_global.scss b/scss/_global.scss index 3bee8d1..cc5c7d1 100644 --- a/scss/_global.scss +++ b/scss/_global.scss @@ -134,3 +134,20 @@ ul.social { } } } + +.table-card th { + border-top:none; +} + +.table-card td { + vertical-align: middle; +} + +.table-card { + margin-bottom: 0; + background-color:white; +} + +.td-btn { + text-align: right; +}