Changed the style in configuration page to differentiate config value title from description

This commit is contained in:
VakarisZ 2020-07-20 17:15:01 +03:00
parent 35e90fc95d
commit f790750f57
1 changed files with 8 additions and 2 deletions

View File

@ -33,3 +33,9 @@
.config-template-no-header > label {
display: none;
}
.config-form .form-group.field > label {
margin-top: 10px;
margin-bottom: 5px;
font-size: 1.2em;
}