Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @lukas-heinrich. Wir würden lieber noch bei $il-margin-vertical-large und keine feste Werte einführen. Ich habe es getestet und sieht gut aus. Kannst du es auf "margin: 0 0 $il-margin-vertical-large;" anpassen? Dann würden wir es für Alle Versionen mergen. Danke

Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ $il-table-presentation-details-viewcontrols-btn-bg: white;
font-size: $il-font-size-large;
font-weight: $il-font-weight-base;
padding: 0;
margin: 0;
margin: 0 0 18px 0;
cursor: pointer;
}

Expand All @@ -97,7 +97,7 @@ $il-table-presentation-details-viewcontrols-btn-bg: white;
}

.il-table-presentation-row-expanded {
margin-top: $il-margin-large-vertical;
margin-top: 0;

@include brk.on-screen-size('small') {
order: 2;
Expand Down
4 changes: 2 additions & 2 deletions templates/default/delos.css
Original file line number Diff line number Diff line change
Expand Up @@ -11898,7 +11898,7 @@ div.alert ul {
font-size: 1rem;
font-weight: 400;
padding: 0;
margin: 0;
margin: 0 0 18px 0;
cursor: pointer;
}
@media screen and (max-width: 768px) {
Expand All @@ -11917,7 +11917,7 @@ div.alert ul {
content: ":";
}
.il-table-presentation-row .il-table-presentation-row-expanded {
margin-top: 6px;
margin-top: 0;
}
@media screen and (max-width: 768px) {
.il-table-presentation-row .il-table-presentation-row-expanded {
Expand Down