42 lines
708 B
CSS
42 lines
708 B
CSS
/* 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;
|
|
}
|