From 76f89cc6814418ef0c4bbec5f39b2d7702c2763f Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Thu, 22 Aug 2019 20:55:59 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=A7=BB=E9=99=A4=E6=89=8B=E6=9C=BA?= =?UTF-8?q?=E7=AB=AF=E5=B0=8F=E5=AD=97=E4=BD=93=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/wwwroot/css/lte.css | 31 ----------------------------- 1 file changed, 31 deletions(-) diff --git a/Bootstrap.Admin/wwwroot/css/lte.css b/Bootstrap.Admin/wwwroot/css/lte.css index db63981a..98cadd01 100644 --- a/Bootstrap.Admin/wwwroot/css/lte.css +++ b/Bootstrap.Admin/wwwroot/css/lte.css @@ -261,37 +261,6 @@ footer { background: #2c3b41; } -@media (max-width:768px) { - body, .form-control, .dropdown-menu, .btn:not(.btn-lg):not(.btn-xs), .input-group-text, .popover-header { - font-size: 0.75rem; - } - - .card-header { - font-size: 0.875rem; - padding: 0.375rem 1rem; - } - - .form-inline .form-group { - margin-bottom: 0.75rem; - } - - .form-inline .form-group .control-label { - margin-bottom: 0.125rem; - } - - .modal-body, .card-body { - padding: 0.5rem 0.75rem 0 0.75rem; - } - - .modal-footer { - padding: 0.5rem; - } - - .username { - font-size: 0.875rem; - } -} - @media (min-width: 667px) { .header .nav { display: flex;