|
._meteor {
|
|
@extend %simple;
|
|
|
|
.note, .warning { @extend %note; }
|
|
.warning { @extend %note-red; }
|
|
|
|
dl.args { margin-left: 1rem; }
|
|
|
|
.locus, .src-code { float: right; }
|
|
.locus, .type, .src-code {
|
|
margin-left: .5em;
|
|
font-size: .9em;
|
|
}
|
|
.locus, .type { color: $textColorLight; }
|
|
}
|