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.
23 lines
487 B
23 lines
487 B
2 years ago
|
._fastapi {
|
||
|
> h2 { @extend %block-heading; }
|
||
|
> h3 { @extend %block-label, %label-blue; }
|
||
|
|
||
|
code { @extend %label; }
|
||
|
|
||
|
.tabbed-block {
|
||
|
border: 1px dashed black;
|
||
|
padding: 0.5rem 1rem 0;
|
||
|
margin-bottom: 1rem;
|
||
|
}
|
||
|
.tabbed-block label {
|
||
|
font-weight: var(--bolderFontWeight);
|
||
|
}
|
||
|
|
||
|
.admonition { @extend %note; }
|
||
|
.admonition.tip { @extend %note-green; }
|
||
|
.admonition.note { @extend %note-blue; }
|
||
|
.admonition-title {
|
||
|
font-weight: var(--bolderFontWeight);
|
||
|
}
|
||
|
}
|