gpttemp
This commit is contained in:
33
code/public/static/css/modules/head/head_14.css
Normal file
33
code/public/static/css/modules/head/head_14.css
Normal file
@@ -0,0 +1,33 @@
|
||||
/* head_14.css */
|
||||
|
||||
.__PFX__-h14-wrap{
|
||||
padding:14px;
|
||||
background:
|
||||
repeating-linear-gradient(
|
||||
135deg,
|
||||
var(--bg-soft-color),
|
||||
var(--bg-soft-color) 6px,
|
||||
var(--bg-color) 6px,
|
||||
var(--bg-color) 12px
|
||||
);
|
||||
border-bottom:1px solid var(--border-color);
|
||||
}
|
||||
|
||||
.__PFX__-h14-row{
|
||||
display:flex;
|
||||
justify-content:space-between;
|
||||
align-items:center;
|
||||
}
|
||||
|
||||
.__PFX__-h14-logo{
|
||||
font-size:18px;
|
||||
font-weight:700;
|
||||
color:var(--primary-color);
|
||||
}
|
||||
|
||||
.__PFX__-h14-search input{
|
||||
width:150px;
|
||||
padding:6px 10px;
|
||||
border-radius:6px;
|
||||
border:1px solid var(--border-color);
|
||||
}
|
||||
Reference in New Issue
Block a user