Presale: Improve visibiltity of edit links on order confirm/details page (Z#23108817)

This commit is contained in:
Richard Schreiber
2022-12-15 11:22:28 +01:00
committed by GitHub
parent a8e0eea69a
commit 5e963d87d9
4 changed files with 46 additions and 57 deletions

View File

@@ -140,6 +140,7 @@ article.item-with-variations .product-row:last-child:after {
display: none;
}
.panel-body > *:last-child,
.panel-body address:last-child {
margin-bottom: 0;
}

View File

@@ -367,6 +367,14 @@ body.loading .container {
background-color: darken($btn-primary-bg, 10%);
}
.panel-title a.h6 {
text-decoration: underline;
margin-left: .5em;
}
.panel-title a.h6 .fa {
margin-left: .25em;
margin-right: .25em;
}
details {
list-style: none;