add ticketing url
This commit is contained in:
parent
bf2eddd34f
commit
37a84058d1
6 changed files with 81 additions and 10 deletions
|
|
@ -34,10 +34,29 @@
|
|||
|
||||
.calendar-strip__date {
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
left: 0;
|
||||
top: 100%;
|
||||
width: 100%;
|
||||
height: 10rem;
|
||||
background-color: var(--color-yellow);
|
||||
height: 0;
|
||||
padding: 0 var(--margin-body);
|
||||
background-color: #fff;
|
||||
z-index: -1;
|
||||
transition: height .2s ease-in-out;
|
||||
border-bottom: var(--border);
|
||||
}
|
||||
.calendar-strip__date.open {
|
||||
height: 10rem;
|
||||
}
|
||||
|
||||
.calendar-strip__sessions {
|
||||
padding: 2rem 0;
|
||||
}
|
||||
|
||||
.calendar-strip__session {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.calendar-strip__session > div {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue