feat: publicité des modules premium en tchat quand ils ne sont pas activés

This commit is contained in:
2026-08-03 06:38:54 +02:00
parent 33d4c26619
commit 1b24d0223a
8 changed files with 48 additions and 27 deletions
+17 -10
View File
@@ -900,6 +900,23 @@ h2.bad {
}
a { color: darkred; }
.welcome-premium {
margin-top: 6px;
padding: 6px 10px;
font-size: 0.8rem;
color: #191813;
background: linear-gradient(135deg, #fdf7e6, #f6e8c8);
border: 1px solid #c9a227;
border-left: 4px solid #c9a227;
border-radius: 3px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
a {
color: #7a5c00;
font-weight: bold;
}
}
}
.welcome-footer {
@@ -912,14 +929,4 @@ h2.bad {
border-radius: 4px;
letter-spacing: 0.5px;
}
.welcome-warning {
margin-top: 6px;
padding: 4px 8px;
font-size: 0.8rem;
color: #7a0000;
background: #fff3f3;
border: 1px solid #e57373;
border-radius: 3px;
}
}