From b303826e6a1eaff33e4f1e0c9446492d65618a14 Mon Sep 17 00:00:00 2001 From: Le Van Duc Date: Fri, 24 Nov 2023 10:18:24 +0700 Subject: [PATCH] Finalllll --- resources/widgets.scss | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/resources/widgets.scss b/resources/widgets.scss index f4472a4..96d2ba9 100644 --- a/resources/widgets.scss +++ b/resources/widgets.scss @@ -28,6 +28,9 @@ // Bootstrap-y buttons .button, button, input[type=submit] { + -webkit-transition: .3s all ease; + -o-transition: .3s all ease; + transition: .3s all ease; align-items: center; background-clip: padding-box; background-color: $theme_color; @@ -806,12 +809,6 @@ a { transition: .3s all ease; } -button { - -webkit-transition: .3s all ease; - -o-transition: .3s all ease; - transition: .3s all ease; -} - button:hover, button:focus { text-decoration: none !important; outline: none !important;