mirror of
https://github.com/status-im/consul.git
synced 2025-02-01 16:37:12 +00:00
9 lines
159 B
SCSS
9 lines
159 B
SCSS
%definition-table > dl {
|
|
display: grid;
|
|
grid-template-columns: 140px auto;
|
|
grid-gap: 0.4em 20px;
|
|
}
|
|
%definition-table dd > * {
|
|
display: inline-block;
|
|
}
|