feat: avant-premiere - article visible en liste mais verrouille avant sa date de publication
This commit is contained in:
@@ -207,14 +207,14 @@ a:hover {
|
||||
border-color: var(--vl-border) !important;
|
||||
}
|
||||
|
||||
/* ─── Ribbon brouillon ───────────────────── */
|
||||
.draft-ribbon {
|
||||
/* ─── Ribbons (brouillon / avant-première) ── */
|
||||
.draft-ribbon,
|
||||
.premiere-ribbon {
|
||||
position: absolute;
|
||||
top: 26px;
|
||||
right: -34px;
|
||||
width: 130px;
|
||||
text-align: center;
|
||||
background: #f59e0b;
|
||||
color: #fff;
|
||||
font-size: 0.6rem;
|
||||
font-weight: 700;
|
||||
@@ -227,6 +227,9 @@ a:hover {
|
||||
box-shadow: 0 1px 3px rgba(0,0,0,.18);
|
||||
}
|
||||
|
||||
.draft-ribbon { background: #f59e0b; }
|
||||
.premiere-ribbon { background: #6366f1; }
|
||||
|
||||
/* ─── Buttons ─────────────────────────────── */
|
||||
.btn {
|
||||
font-weight: 500;
|
||||
|
||||
Reference in New Issue
Block a user