expanded-nav - adjust ticketing
This commit is contained in:
parent
8a720f67dd
commit
d89d8ac79b
6 changed files with 58 additions and 18 deletions
|
|
@ -12,13 +12,13 @@
|
|||
position: fixed;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
top: -32rem;
|
||||
top: -34rem;
|
||||
z-index: 2;
|
||||
background-color: var(--color-brown-light);
|
||||
display: grid;
|
||||
grid-template-columns: 2fr 8fr 1fr;
|
||||
transition: top 0.4s var(--curve-quick-slow);
|
||||
padding: 2rem var(--space-m) 2rem 1rem;
|
||||
padding: 3rem var(--space-m) 3rem 1rem;
|
||||
border-bottom: var(--border);
|
||||
}
|
||||
.expanded-nav.open {
|
||||
|
|
@ -68,6 +68,25 @@
|
|||
font-size: var(--font-size-s);
|
||||
}
|
||||
|
||||
.expanded-nav__ticketing a {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.expanded-nav__links {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.expanded-nav__ticketing .ticket {
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
||||
.expanded-nav__links .social-icons {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
/* Header */
|
||||
|
||||
.main-nav {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue