From e53446040e30f71ce6af0fdfe2bbf2cb2de98a1b Mon Sep 17 00:00:00 2001 From: Burak Civan Date: Thu, 1 Dec 2022 11:23:04 +0300 Subject: [PATCH] =?UTF-8?q?added=20spacing=20f=C4=B1r=20head=20buttons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/app.css | 6 +----- resources/assets/sass/app.css | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/public/css/app.css b/public/css/app.css index f189a82ba..0ed27091b 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -53413,6 +53413,7 @@ button, input, optgroup, select, textarea{ } .suggestion-buttons a, .suggestion-buttons button{ margin-top: 0.5rem; + margin-bottom: 0.5rem; } [data-dropdown-actions] { -webkit-transform: unset !important; @@ -57157,11 +57158,6 @@ body{ line-height: 2.75rem; } - .sm\:text-sm{ - font-size: 0.875rem; - line-height: 1.25rem; - } - .sm\:text-purple{ --tw-text-opacity: 1; color: rgb(85 88 139 / var(--tw-text-opacity)); diff --git a/resources/assets/sass/app.css b/resources/assets/sass/app.css index 8d270f40a..ca2906ef9 100644 --- a/resources/assets/sass/app.css +++ b/resources/assets/sass/app.css @@ -23,7 +23,7 @@ } .suggestion-buttons a, .suggestion-buttons button { - @apply mt-2; + @apply mt-2 mb-2; } [data-dropdown-actions] {