Finalllll

This commit is contained in:
Le Van Duc 2023-11-24 10:18:24 +07:00
parent 2b453308b3
commit b303826e6a

View file

@ -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;