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

@ -26,10 +26,16 @@
margin-left: 2em;
}
.config-template-no-header>p{
.config-template-no-header > p {
display: none;
}
.config-template-no-header>label{
.config-template-no-header > label {
display: none;
}
.config-form .form-group.field > label {
margin-top: 10px;
margin-bottom: 5px;
font-size: 1.2em;
}