mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-18 00:25:07 +00:00
21 lines
391 B
Plaintext
Executable File
21 lines
391 B
Plaintext
Executable File
@import "base/markdown.less";
|
|
|
|
.link-inherit {
|
|
color: inherit;
|
|
|
|
&:hover, &:focus {
|
|
color: inherit;
|
|
}
|
|
}
|
|
|
|
.transition-transform(@transition) {
|
|
-webkit-transition: -webkit-transform @transition;
|
|
-moz-transition: -moz-transform @transition;
|
|
-o-transition: -o-transform @transition;
|
|
transition: transform @transition;
|
|
}
|
|
|
|
.hidden {
|
|
display: none;
|
|
}
|