mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +00:00
2dc949f17d
* ui: CopyableCode component plus switch into existing implementations
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;
|
|
}
|