mirror of https://github.com/freeCodeCamp/devdocs
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
483 B
22 lines
483 B
._rust {
|
|
@extend %simple;
|
|
|
|
h4 { @extend %block-label; }
|
|
.code-header { @extend %code; }
|
|
.docblock { margin-left: 1em; }
|
|
div.information, div.important-traits {
|
|
@extend %note;
|
|
|
|
> pre { margin: .5rem 0; }
|
|
}
|
|
|
|
div.stability { margin-bottom: 1em; }
|
|
em.stab, span.stab { @extend %label; }
|
|
em.stab.unstable, span.stab.unstable { @extend %label-orange; }
|
|
.out-of-band { float: right; }
|
|
.since, .src, .rightside {
|
|
float: right;
|
|
margin-left: .5rem;
|
|
}
|
|
}
|