mirror of
https://github.com/status-im/consul.git
synced 2025-02-22 10:28:31 +00:00
* ui: Reorganize page top margins and borders * Tweak definition table copy-buttons * Make room for intro paragraphs
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;
|
|
}
|