2023-04-10 15:36:59 +00:00
|
|
|
/**
|
|
|
|
* Copyright (c) HashiCorp, Inc.
|
|
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
|
|
*/
|
|
|
|
|
2020-09-11 02:29:25 +00:00
|
|
|
.legend {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
|
|
|
|
.legend-label {
|
|
|
|
font-weight: $weight-bold;
|
|
|
|
margin-bottom: 0.3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.legend-terms {
|
|
|
|
dt,
|
|
|
|
dd {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
dt {
|
|
|
|
font-weight: $weight-bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
dd {
|
|
|
|
margin-left: 0.5em;
|
|
|
|
}
|
|
|
|
|
2020-10-15 17:30:34 +00:00
|
|
|
.legend-term {
|
|
|
|
display: inline-block;
|
|
|
|
whitespace: nowrap;
|
|
|
|
margin-right: 1.5em;
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
2020-09-11 02:29:25 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|