configure npm
This commit is contained in:
parent
701bab896d
commit
a428f9d84d
10 changed files with 38 additions and 42 deletions
|
@ -461,7 +461,7 @@ img {
|
|||
.markdown {
|
||||
transition: 0.2s ease-in-out;
|
||||
transition-property: transform, margin-left, opacity;
|
||||
will-change: transform!important, margin-left !important;
|
||||
will-change: transform, margin-left;
|
||||
}
|
||||
|
||||
@media screen and (max-width: $sm-breakpoint) {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
}
|
||||
|
||||
&--nested {
|
||||
> :first-child {
|
||||
:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
> :last-child {
|
||||
|
|
|
@ -22,6 +22,10 @@
|
|||
&__control:checked + &__content {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.gdoc-page__anchor {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
// {{< tabs >}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue