From d772e73f81a952bd32a49bd58bb544bb16b4201b Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Fri, 3 Jan 2020 16:08:43 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=BE=AE=E8=B0=83=20card=20=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E4=B8=8B=20modal-footer=20=E9=97=B4=E9=9A=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/admin/Bootstrap.Admin/wwwroot/css/theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/admin/Bootstrap.Admin/wwwroot/css/theme.css b/src/admin/Bootstrap.Admin/wwwroot/css/theme.css index 2542dba5..7b7682d8 100644 --- a/src/admin/Bootstrap.Admin/wwwroot/css/theme.css +++ b/src/admin/Bootstrap.Admin/wwwroot/css/theme.css @@ -588,6 +588,10 @@ input.pending { margin-top: -10px; } +.card .modal-footer { + padding: 0.5rem 0rem; +} + .no-card-header .card-header { display: none; }