Skip to content

Commit

Permalink
UI: 43025 add padding to .c-form.c-form-horizontal if parent is a acc…
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastocker committed Dec 11, 2024
1 parent d01998d commit 5436987
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@

.il_VAccordionContent, .il_HAccordionContent {
padding-top: $il-padding-xlarge-vertical;
>.c-form.c-form--horizontal {
padding: 0px 15px;
}
}
.il_HAccordionHeadActive, .il_VAccordionHeadActive {
background-image: url("#{$il-background-images-path}nav/tree_exp.svg");
Expand Down
3 changes: 3 additions & 0 deletions templates/default/delos.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5436987

Please sign in to comment.