mirror of
https://github.com/status-im/consul.git
synced 2025-02-14 06:36:30 +00:00
9 lines
156 B
SCSS
9 lines
156 B
SCSS
%definition-table > dl {
|
|
display: grid;
|
|
grid-template-columns: 140px auto;
|
|
grid-gap: 0.4em 20px;
|
|
}
|
|
%definition-table > dl {
|
|
margin-bottom: 1.4em;
|
|
}
|