24 lines
483 B
CSS
24 lines
483 B
CSS
/* head_68.css */
|
|
.__PFX__-h68-slice{
|
|
display:grid;
|
|
grid-template-columns:40% 60%;
|
|
border-bottom:1px solid var(--border-color);
|
|
}
|
|
.__PFX__-h68-left{
|
|
padding:12px;
|
|
background:var(--bg-soft-color);
|
|
}
|
|
.__PFX__-h68-right{
|
|
padding:12px;
|
|
background:var(--bg-color);
|
|
}
|
|
.__PFX__-h68-brand{
|
|
font-size:18px;
|
|
font-weight:900;
|
|
}
|
|
.__PFX__-h68-right input{
|
|
width:100%;
|
|
padding:6px 10px;
|
|
border-radius:8px;
|
|
border:1px solid var(--border-color);
|
|
} |