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%;
|
||||
}
|
||||
|
|
|
|||
3
assets/css/src/generic.css
Normal file
3
assets/css/src/generic.css
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
body.progress * {
|
||||
cursor: progress !important;
|
||||
}
|
||||
|
|
@ -6,6 +6,8 @@
|
|||
--font-size-h2: 1.875rem;
|
||||
--font-size-h1: 2.8125rem;
|
||||
|
||||
--curve-quick-slow: cubic-bezier(0.175, 0.885, 0.32, 1.275);
|
||||
|
||||
--margin-body: 3.86rem;
|
||||
|
||||
--color-pink: #ed268f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue