mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
* Fix line height for decade span * Move to own file
This commit is contained in:
@@ -15,6 +15,11 @@
|
|||||||
@import "../../select2/select2_bootstrap.scss";
|
@import "../../select2/select2_bootstrap.scss";
|
||||||
@import "../../colorpicker/bootstrap-colorpicker.scss";
|
@import "../../colorpicker/bootstrap-colorpicker.scss";
|
||||||
|
|
||||||
|
/* See https://github.com/pretix/pretix/pull/761 */
|
||||||
|
.bootstrap-datetimepicker-widget table td span {
|
||||||
|
line-height: 1.8em;
|
||||||
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
|
|||||||
@@ -11,6 +11,11 @@
|
|||||||
@import "_checkout.scss";
|
@import "_checkout.scss";
|
||||||
@import "../../pretixbase/scss/webfont.scss";
|
@import "../../pretixbase/scss/webfont.scss";
|
||||||
|
|
||||||
|
/* See https://github.com/pretix/pretix/pull/761 */
|
||||||
|
.bootstrap-datetimepicker-widget table td span {
|
||||||
|
line-height: 1.8em;
|
||||||
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user