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/_react.scss

25 lines
273 B

._react {
@extend %simple;
.note {
@extend %note;
h4 {
margin-top: .25rem;
margin-bottom: .5rem;
}
}
.note-orange {
@extend %note-orange;
}
.note-blue {
@extend %note-blue;
}
.note-green {
@extend %note-green;
}
}