mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Fix duplicate margin
This commit is contained in:
@@ -170,13 +170,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@media(max-width: $screen-sm-max) {
|
@media(max-width: $screen-sm-max) {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.cart-row {
|
.cart-row {
|
||||||
.download-desktop {
|
.download-desktop {
|
||||||
clear: both;
|
clear: both;
|
||||||
@@ -228,9 +222,6 @@
|
|||||||
#cart-deadline-short {
|
#cart-deadline-short {
|
||||||
font-variant-numeric: tabular-nums;
|
font-variant-numeric: tabular-nums;
|
||||||
}
|
}
|
||||||
.cart-modify {
|
|
||||||
margin-left: 10px;
|
|
||||||
}
|
|
||||||
.btn-invisible {
|
.btn-invisible {
|
||||||
opacity: 0 !important;
|
opacity: 0 !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user