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;
|
2020-06-17 09:25:54 +00:00
|
|
|
}
|
2020-10-05 14:02:15 +00:00
|
|
|
%definition-table .copy-button {
|
|
|
|
float: left;
|
|
|
|
}
|