mirror of
https://github.com/status-im/consul.git
synced 2025-01-23 12:11:05 +00:00
17 lines
280 B
SCSS
17 lines
280 B
SCSS
%definition-table > dl {
|
|
position: relative;
|
|
}
|
|
%definition-table > dl > dt {
|
|
position: absolute;
|
|
}
|
|
%definition-table > dl > dt {
|
|
width: 140px;
|
|
}
|
|
%definition-table > dl > dd {
|
|
padding-left: 140px;
|
|
}
|
|
%definition-table > dl > * {
|
|
min-height: 1em;
|
|
margin-bottom: 0.4em;
|
|
}
|