pluign updates

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-10 01:42:20 +00:00
parent a86524a6b1
commit 346d3f0531
8 changed files with 97 additions and 42 deletions

View File

@@ -46,21 +46,37 @@
}
}
/* Main content wrapper */
.igny8-main-content {
margin-left: 260px;
flex: 1;
padding: 10px 25px;
max-width: 1400px;
}
/* Page header */
.igny8-page-header {
height: 100px;
/* height: 100px; */
background: linear-gradient(135deg, #3B82F6 0%, #3B82F6 100%);
display: flex;
align-items: center;
align-items: flex-start;
border-radius: 8px;
margin: 12px 0 24px 0;
flex-direction: column;
}
.igny8-page-header h1 {
margin: 0;
font-size: 20px;
font-size: 30px;
font-weight: 700;
color: #111827;
color: #fff;
}
.igny8-page-header p {
color: var(--igny8-stroke);
font-size:18px;
margin: 12px 0px 0px 0px;
}
.igny8-module-title h2 {
margin: 0;
font-size: 18px;
@@ -850,4 +866,4 @@
============================================ */
.sellvia-banner.notice.notice-info {
display: none;
}
}