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;