[CONTROLLER][Feeds] Add block prefixes to distinguish form groups

[TWIG] Divide form into various groupings for clearer representation
This commit is contained in:
2021-11-29 17:01:08 +00:00
committed by Diogo Peralta Cordeiro
parent c8ba81897c
commit f92c00c7aa
3 changed files with 41 additions and 15 deletions

View File

@@ -2,13 +2,6 @@ input {
all: unset;
}
input+label {
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
input[type=checkbox],input[type=radio] {
all: unset;
display: inline-block;