Finalllll
This commit is contained in:
parent
2b453308b3
commit
b303826e6a
1 changed files with 3 additions and 6 deletions
|
@ -28,6 +28,9 @@
|
||||||
|
|
||||||
// Bootstrap-y buttons
|
// Bootstrap-y buttons
|
||||||
.button, button, input[type=submit] {
|
.button, button, input[type=submit] {
|
||||||
|
-webkit-transition: .3s all ease;
|
||||||
|
-o-transition: .3s all ease;
|
||||||
|
transition: .3s all ease;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
background-color: $theme_color;
|
background-color: $theme_color;
|
||||||
|
@ -806,12 +809,6 @@ a {
|
||||||
transition: .3s all ease;
|
transition: .3s all ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
|
||||||
-webkit-transition: .3s all ease;
|
|
||||||
-o-transition: .3s all ease;
|
|
||||||
transition: .3s all ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
button:hover, button:focus {
|
button:hover, button:focus {
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue