From 97e1e0a92be9e2ae6f972619e10326842aef92ec Mon Sep 17 00:00:00 2001 From: dragon1211 Date: Mon, 4 Oct 2021 09:17:54 -0700 Subject: [PATCH] . --- backend/public/css/app.css | 2 +- backend/resources/sass/base/_alert.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/public/css/app.css b/backend/public/css/app.css index 5e7ef6f7..5af64680 100644 --- a/backend/public/css/app.css +++ b/backend/public/css/app.css @@ -11744,7 +11744,7 @@ input[type=date].hide-calender::-webkit-inner-spin-button, input[type=date].hide right: 0; left: 0; width: 100%; - padding: 25px 16px; + padding: 27px 16px; text-align: center; color: #fff; font-weight: 700; diff --git a/backend/resources/sass/base/_alert.scss b/backend/resources/sass/base/_alert.scss index 019ea919..b0c7c53a 100644 --- a/backend/resources/sass/base/_alert.scss +++ b/backend/resources/sass/base/_alert.scss @@ -7,7 +7,7 @@ right: 0; left: 0; width: 100%; - padding: 25px 16px; + padding: 27px 16px; text-align: center; color: #fff; font-weight: 700;