gpttemp
This commit is contained in:
24
code/public/static/css/modules/head/head_70.css
Normal file
24
code/public/static/css/modules/head/head_70.css
Normal file
@@ -0,0 +1,24 @@
|
||||
/* head_70.css */
|
||||
.__PFX__-h70-hero{
|
||||
height:120px;
|
||||
background:linear-gradient(160deg,var(--primary-color),var(--bg-soft-color));
|
||||
border-bottom:1px solid var(--border-color);
|
||||
}
|
||||
.__PFX__-h70-mask{
|
||||
height:100%;
|
||||
padding:14px 12px;
|
||||
background:rgba(255,255,255,.15);
|
||||
backdrop-filter:blur(6px);
|
||||
}
|
||||
.__PFX__-h70-brand{
|
||||
display:block;
|
||||
font-size:20px;
|
||||
font-weight:900;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
.__PFX__-h70-mask input{
|
||||
width:100%;
|
||||
padding:6px 10px;
|
||||
border-radius:8px;
|
||||
border:1px solid var(--border-color);
|
||||
}
|
||||
Reference in New Issue
Block a user