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.
devdocs/assets/stylesheets/pages/_rust.scss

12 lines
271 B

._rust {
@extend %simple;
h4 { @extend %block-label; }
.docblock { margin-left: 1em; }
div.stability { margin-bottom: 1em; }
em.stab, span.stab { @extend %label; }
em.stab.unstable, span.stab.unstable { @extend %label-orange; }
.since { float: right; }
}