From 04ce690bb84fd346bd1538ebe9ebf246ae6dde5a Mon Sep 17 00:00:00 2001 From: Semenov Date: Wed, 31 May 2023 21:38:08 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/admin/assets/src/css/unauthorized.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/admin/assets/src/css/unauthorized.css b/src/admin/assets/src/css/unauthorized.css index fb66c3c..aaeb44d 100644 --- a/src/admin/assets/src/css/unauthorized.css +++ b/src/admin/assets/src/css/unauthorized.css @@ -23,9 +23,12 @@ a:active color: white; text-decoration: underline; } +.btn { + padding: 10px; +} .btn-default { - background: #eb1e6070; + background: #40404070; border-color: none; color: white; text-decoration: none;