forms.less: Optimize legend styles

refs #4571
This commit is contained in:
Florian Strohmaier 2021-10-27 15:59:39 +02:00 committed by Johannes Meyer
parent 18188f7185
commit f3c16ee907
1 changed files with 4 additions and 4 deletions

View File

@ -110,11 +110,11 @@ form.icinga-form.inline .control-label-group {
margin: 0;
padding: 0;
border: none;
border-top: 1px solid;
.var(border-top-color, gray-light);
legend, .description {
margin-left: .7em;
legend {
font-weight: bold;
font-size: 4/3em;
margin: 0.556em 0 0.333em;
}
}