mirror of
https://github.com/status-im/consul.git
synced 2025-01-12 23:05:28 +00:00
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;
|
|
}
|