mirror of https://github.com/hashicorp/consul
9 lines
155 B
SCSS
9 lines
155 B
SCSS
|
%definition-table > dl {
|
||
|
display: grid;
|
||
|
grid-template-columns: 140px auto;
|
||
|
grid-gap: 0.4em 20px;
|
||
|
}
|
||
|
%definition-table .copy-button {
|
||
|
float: left;
|
||
|
}
|