mirror of
https://github.com/PeterMaquiran/tvone.git
synced 2026-04-18 15:27:52 +00:00
This commit is contained in:
@@ -53,12 +53,11 @@ const CreateNewsPage = () => {
|
|||||||
{/* Sidebar Lateral */}
|
{/* Sidebar Lateral */}
|
||||||
<aside className="w-64 backdrop-blur-xl bg-white/80 border-r border-slate-200 p-6 flex flex-col">
|
<aside className="w-64 backdrop-blur-xl bg-white/80 border-r border-slate-200 p-6 flex flex-col">
|
||||||
<div className="flex items-center gap-2 mb-10 px-2">
|
<div className="flex items-center gap-2 mb-10 px-2">
|
||||||
<div className="w-10 h-10 bg-white rounded-lg flex items-center justify-center border border-slate-100 shadow-sm overflow-hidden">
|
<div className="w-10 h-10 bg-white rounded-lg flex items-center justify-center font-bold italic">
|
||||||
{/* Fallback caso não tenhas o logo.png localmente */}
|
<Image src="/logo.png" alt="TVone" width={50} height={50} />
|
||||||
<span className="text-blue-600 font-black">TV</span>
|
|
||||||
</div>
|
</div>
|
||||||
<span className="font-bold text-sm tracking-tight leading-tight uppercase">
|
<span className="font-bold text-sm tracking-tight leading-tight uppercase">
|
||||||
TVone<br/><span className="text-blue-600 text-[10px]">Portal Admin</span>
|
TVone<br/><span className="text-blue-600 text-[10px]">de Notícias</span>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -141,6 +140,22 @@ const CreateNewsPage = () => {
|
|||||||
className="w-full border-none focus:ring-0 resize-none text-slate-700 leading-relaxed p-0"
|
className="w-full border-none focus:ring-0 resize-none text-slate-700 leading-relaxed p-0"
|
||||||
/>
|
/>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
{/* Resumo (Lead) */}
|
||||||
|
<div className="bg-white rounded-2xl p-6 border border-slate-200 shadow-sm">
|
||||||
|
<label className="block text-xs font-bold uppercase text-slate-400 mb-2 leading-8">Resumo (Lead)</label>
|
||||||
|
<textarea
|
||||||
|
rows={3}
|
||||||
|
placeholder="Escreva um resumo curto para visualização..."
|
||||||
|
className="w-full border-none focus:ring-0 resize-none text-slate-600 text-sm italic p-0"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Tags */}
|
||||||
|
<div className="bg-white rounded-2xl p-6 border border-slate-200 shadow-sm">
|
||||||
|
<label className="block text-xs font-bold uppercase text-slate-400 mb-2 leading-8">Tags</label>
|
||||||
|
<input type="text" placeholder="Insira as tags da notícia..." className="w-full border-none focus:ring-0 resize-none text-slate-600 text-sm italic p-0" />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Coluna Lateral */}
|
{/* Coluna Lateral */}
|
||||||
@@ -211,6 +226,8 @@ const CreateNewsPage = () => {
|
|||||||
<Eye size={18}/> Pré-visualizar Notícia
|
<Eye size={18}/> Pré-visualizar Notícia
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|||||||
Reference in New Issue
Block a user