mirror of https://github.com/freeCodeCamp/devdocs
22 lines
230 B
22 lines
230 B
![]()
7 years ago
|
._cypress {
|
||
|
@extend %simple;
|
||
|
|
||
|
.note {
|
||
|
h1 {
|
||
|
margin-left: inherit
|
||
|
}
|
||
|
|
||
|
&.danger {
|
||
|
@extend %note-red
|
||
|
}
|
||
|
|
||
|
&.info {
|
||
|
@extend %note-blue
|
||
|
}
|
||
|
|
||
|
&.success {
|
||
|
@extend %note-green
|
||
|
}
|
||
|
}
|
||
|
}
|