mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Improve styling for <p> and <ul> combinations in alerts
This commit is contained in:
@@ -539,6 +539,9 @@ td > p:last-child,
|
|||||||
.panel-body > .table-responsive:last-child > .table:last-child {
|
.panel-body > .table-responsive:last-child > .table:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
.alert > p + p, .alert > p + ul, .alert > ul + p {
|
||||||
|
margin-top: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.fa.disabled {
|
.fa.disabled {
|
||||||
color: $text-muted;
|
color: $text-muted;
|
||||||
|
|||||||
Reference in New Issue
Block a user