Add global transition text and block elements
This commit is contained in:
parent
237eb8f8ba
commit
faf8239cf0
1 changed files with 5 additions and 0 deletions
|
@ -38,4 +38,9 @@
|
|||
li {
|
||||
list-style-type: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* Global Transition ==================================== */
|
||||
b, i, strong, em, blockquote, p, q, span, figure, img, h1, h2, header, input, a {
|
||||
.transition(all .2s ease);
|
||||
}
|
Loading…
Reference in a new issue