From 104acbd94458f5a30f48c114194329ea8b83f84e Mon Sep 17 00:00:00 2001 From: heshunme Date: Sun, 14 Jul 2024 18:42:46 +0800 Subject: [PATCH] =?UTF-8?q?CSS=E4=BD=9C=E7=94=A8=E5=9F=9F=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/resources/css/auth.css | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/main/webapp/resources/css/auth.css b/src/main/webapp/resources/css/auth.css index df6202a..b410d68 100644 --- a/src/main/webapp/resources/css/auth.css +++ b/src/main/webapp/resources/css/auth.css @@ -49,18 +49,6 @@ h1 { box-sizing: border-box; } -.btn { - display: inline-block; - padding: 10px 20px; - color: #fff; - background-color: #007bff; - border: none; - border-radius: 4px; - cursor: pointer; - text-align: center; - text-decoration: none; -} - .btn-primary { background-color: #007bff; }