1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-23 21:13:07 +03:00

Unused global styles removed

This commit is contained in:
zeot 2019-01-26 03:11:56 +04:00
parent 9147ad47f0
commit 6ac2de73ab

View File

@ -46,18 +46,6 @@ code.sourceCode {
.sourceCode:not(:last-child) code.sourceCode { .sourceCode:not(:last-child) code.sourceCode {
margin: 0 0 15px; margin: 0 0 15px;
} }
/* Transition styles */
/* .slidedown-enter-active {
transition: transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.slidedown-leave-active {
transition: transform .3s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.slidedown-enter, .slidedown-leave-to {
transform: scaleY(0);
} */
a { a {
text-decoration-line: none; text-decoration-line: none;
color: #0061c0; color: #0061c0;