css: Use SCSS nesting for .api-details in portico.scss.

This commit is contained in:
Siddharth Varshney 2020-03-25 01:58:49 +05:30 committed by Tim Abbott
parent f488c03ca1
commit ab5dfdc25f

View File

@ -394,14 +394,14 @@ img.screenshot {
.api-details {
margin-left: 2em;
}
.api-details ul {
list-style-type: none;
}
ul {
list-style-type: none;
}
.api-details dd {
margin-bottom: 1em;
dd {
margin-bottom: 1em;
}
}
.python {