25 lines
620 B
CSS
25 lines
620 B
CSS
/* head_78.css */
|
|
.__PFX__-h78-vertical{
|
|
padding:8px 12px;
|
|
background:
|
|
linear-gradient(180deg,var(--primary-color),var(--bg-color));
|
|
}
|
|
.__PFX__-h78-head{
|
|
display:flex;
|
|
justify-content:space-between;
|
|
align-items:center;
|
|
}
|
|
.__PFX__-h78-brand{
|
|
color:#fff;
|
|
font-weight:900;
|
|
}
|
|
.__PFX__-h78-cats,
|
|
.__PFX__-h78-search{display:none;margin-top:8px;}
|
|
body.__PFX__-h78-open .__PFX__-h78-cats{display:flex;flex-direction:column;gap:6px;}
|
|
body.__PFX__-h78-open .__PFX__-h78-search{display:block;}
|
|
.__PFX__-h78-cats a{
|
|
color:#fff;
|
|
padding:6px 10px;
|
|
border-radius:8px;
|
|
border:1px solid rgba(255,255,255,.4);
|
|
} |