mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
14 lines
182 B
SCSS
14 lines
182 B
SCSS
._phpunit {
|
|
@extend %simple;
|
|
|
|
.warning, .alert {
|
|
@extend %note;
|
|
|
|
> h3 {
|
|
margin: 0 0 .5em;
|
|
font-size: 1em;
|
|
}
|
|
}
|
|
|
|
.alert-danger { @extend %note-red; }
|
|
}
|