mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Presale: Improve visibiltity of edit links on order confirm/details page (Z#23108817)
This commit is contained in:
committed by
GitHub
parent
a8e0eea69a
commit
5e963d87d9
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user