gpttemp
This commit is contained in:
24
code/public/static/css/modules/head/head_68.css
Normal file
24
code/public/static/css/modules/head/head_68.css
Normal file
@@ -0,0 +1,24 @@
|
||||
/* 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);
|
||||
}
|
||||
Reference in New Issue
Block a user