mirror of https://github.com/freeCodeCamp/devdocs
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.
19 lines
343 B
19 lines
343 B
._liquid {
|
|
@extend %simple;
|
|
|
|
.code-label {
|
|
@extend %block-label, %label-green;
|
|
border-bottom-left-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
margin-bottom: -1px;
|
|
}
|
|
|
|
.code-label ~ div > pre {
|
|
margin-top: 0;
|
|
border-top-left-radius: 0;
|
|
border-top-right-radius: 0;
|
|
}
|
|
}
|