List of events: Optional calendar view

This commit is contained in:
Raphael Michel
2017-07-08 22:50:48 +02:00
parent 675956a7c4
commit 275d162b81
11 changed files with 267 additions and 4 deletions

View File

@@ -0,0 +1,36 @@
.table-calendar {
td, th {
width: 14.29%;
}
h3 {
margin: 0;
font-size: 16px;
}
a.event {
display: block;
background: $brand-primary;
color: white;
border-radius: 5px;
padding: 3px 5px;
margin-top: 3px;
font-size: 12px;
&.continued {
background: #888888;
opacity: 0.8;
}
.event-name {
font-weight: bold;
display: block;
}
.event-time, .event-status {
display: block;
}
&:hover {
text-decoration: none;
background: darken($brand-primary, 15%);
}
}
}

View File

@@ -6,6 +6,7 @@
@import "_event.scss";
@import "_cart.scss";
@import "_forms.scss";
@import "_calendar.scss";
@import "../../pretixbase/scss/webfont.scss";
footer {