mirror of
https://github.com/nfonteyne/octane-website.git
synced 2026-09-03 23:24:48 +02:00
update: listen setlist as youtube playlist
This commit is contained in:
parent
09b7b0bc10
commit
1b792eecfb
8 changed files with 65 additions and 5 deletions
|
|
@ -301,6 +301,26 @@ h3 { font-size: 1rem; margin: 0 0 0.5rem; }
|
|||
|
||||
.section-header h2 { margin: 0; }
|
||||
|
||||
.search-bar {
|
||||
position: relative;
|
||||
max-width: 360px;
|
||||
margin: 0 0 1rem;
|
||||
}
|
||||
|
||||
.search-bar input {
|
||||
padding-left: 2.2rem;
|
||||
}
|
||||
|
||||
.search-icon {
|
||||
position: absolute;
|
||||
left: 0.65rem;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
color: var(--muted);
|
||||
display: flex;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
/* ---------- Cards / grids ---------- */
|
||||
|
||||
.card-grid {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue