gpttemp
This commit is contained in:
41
code/public/static/css/modules/head/head_13.css
Normal file
41
code/public/static/css/modules/head/head_13.css
Normal file
@@ -0,0 +1,41 @@
|
||||
/* head_13.css */
|
||||
|
||||
.__PFX__-h13-wrap{
|
||||
padding:16px 14px;
|
||||
background:linear-gradient(90deg,var(--grad-start),var(--grad-end));
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
.__PFX__-h13-row{
|
||||
display:flex;
|
||||
align-items:center;
|
||||
justify-content:space-between;
|
||||
}
|
||||
|
||||
.__PFX__-h13-logo{
|
||||
font-size:22px;
|
||||
font-weight:800;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
.__PFX__-h13-btn{
|
||||
width:34px;
|
||||
height:34px;
|
||||
background:rgba(255,255,255,0.2);
|
||||
border-radius:50%;
|
||||
border:1px solid rgba(255,255,255,0.25);
|
||||
display:flex;
|
||||
align-items:center;
|
||||
justify-content:center;
|
||||
}
|
||||
|
||||
.__PFX__-h13-form{
|
||||
margin-top:12px;
|
||||
}
|
||||
|
||||
.__PFX__-h13-form input{
|
||||
width:100%;
|
||||
padding:8px 12px;
|
||||
border-radius:8px;
|
||||
border:none;
|
||||
}
|
||||
Reference in New Issue
Block a user