mirror of
https://github.com/primer/css.git
synced 2024-11-11 04:00:54 +03:00
override the .markdown-body dl styles for our docs examples
This commit is contained in:
parent
c490df9bf1
commit
324f630daa
@ -293,6 +293,19 @@ body {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
dl.form {
|
||||
margin: 15px 0;
|
||||
|
||||
> dt {
|
||||
margin: 0 0 6px;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
> dd {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
// Flex table
|
||||
.flex-table-item > .btn {
|
||||
margin-left: 10px;
|
||||
|
Loading…
Reference in New Issue
Block a user