mirror of
https://github.com/aelve/guide.git
synced 2024-11-23 12:15:06 +03:00
Unused global styles removed
This commit is contained in:
parent
9147ad47f0
commit
6ac2de73ab
@ -46,18 +46,6 @@ code.sourceCode {
|
||||
.sourceCode:not(:last-child) code.sourceCode {
|
||||
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 {
|
||||
text-decoration-line: none;
|
||||
color: #0061c0;
|
||||
|
Loading…
Reference in New Issue
Block a user