forked from CGM_Public/pretix_original
Allowing more options to style pretix shops (#1585)
* Fix caching issues in SASS compilation * Allow to set a custom page background color * Allow to disable round corners * Support larger header pictures * Allow to show title despite header * Move language picker * FIx widget styles
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
.in-iframe .page-header {
|
||||
.in-iframe .page-header, .in-iframe .page-header-links {
|
||||
display: none;
|
||||
}
|
||||
body.in-iframe {
|
||||
background: white !important;
|
||||
}
|
||||
.in-iframe .main-box {
|
||||
margin: auto;
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
.in-iframe .container {
|
||||
padding-top: 10px;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user