2020-06-17 09:25:54 +00:00
|
|
|
%definition-table > dl {
|
2020-09-09 08:12:56 +00:00
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 140px auto;
|
|
|
|
grid-gap: 0.4em 20px;
|
2021-12-01 11:33:33 +00:00
|
|
|
}
|
|
|
|
%definition-table > dl {
|
2021-11-16 15:36:54 +00:00
|
|
|
margin-bottom: 1.4em;
|
2020-06-17 09:25:54 +00:00
|
|
|
}
|
2021-12-13 15:00:51 +00:00
|
|
|
/* TODO: We currently have one instance of nested dls */
|
|
|
|
/* and that is for nesting a bucket list */
|
|
|
|
/* we should probably think about changing this to possibly inline flex */
|
|
|
|
/* or individually styling the contents */
|
|
|
|
%definition-table > dl > dd > *:not(dl) {
|
2021-07-06 15:57:20 +00:00
|
|
|
display: inline-block;
|
2020-10-05 14:02:15 +00:00
|
|
|
}
|