consul/ui/packages/consul-ui/app/components/definition-table/layout.scss

14 lines
234 B
SCSS
Raw Normal View History

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
2020-06-17 09:25:54 +00:00
%definition-table > dl {
display: grid;
grid-template-columns: 140px auto;
grid-gap: 0.4em 20px;
}
%definition-table > dl {
margin-bottom: 1.4em;
2020-06-17 09:25:54 +00:00
}